[flagged]
Logicola 3
11–18 of 18 posts
Re: Logicola 3
#12I remember also asking him if it could be derived with constructive logic rather than by contradiction. He didn't have a fitch proof of that sort but thought it should be possible.
Re: Logicola 3
#13https://www.amazon.com/Godels-Theorem-Simplified-Harry-Gensl...
Re: Logicola 3
#14Who is owner of the logicola name? Is it trademarked and do you have permission from the publisher/family of the original author? Also, on the front page there is a link to logicola.com, which is a typo, I think. Finally, I'm using ff on windows with a screen reader and when I press the chapters button on the web page, absolutely nothing happens, so it is not clear how I'm supposed to test the website.
Re: Logicola 3
#15If you’d like, I can send you an email with the contact info of the person I talked to. Feel free to send me a Discord message (I’m my HN username with a single dot before it there).
Re: Logicola 3
#16You may want to check how you normalize or distinguish the logical representations. On the propositional logic quiz I'm presented with choices like these: (R ^ L) v N G) v H) G) v H These pairs are the same, the extra parentheses don't change the meaning of the statements but only the ones with the extra parentheses are marked as correct.
The language he uses requires the extra parentheses whenever using any of v, ^, ->, or == (and, or, implication, equivalence/iff). This is probably a reasonable thing in context because it means the expressions can be cleanly combined as written and probably avoids confusion for students. They don't have to learn a precedence order.
So if a student ever arrives at these pair of statements:
(P v Q)
R
And they use and introduction they'll get: ((P v Q) ^ R)
No ambiguity, just combine the two as written and wrap in parens.So I'll retract my previous feedback.
Re: Logicola 3
#17@kotk, I had a discussion a while back with the publisher of Gensler’s Logic textbooks about maintaining the existing LogiCola 2 codebase, and it unfortunately seems to have disappeared after his death. They were very interested in keeping LogiCola alive since dropping it would make them have to completely rewrite a lot of his more recent work. I did help them come up with a stop-gap method for running LogiCola on th…