Reading assignments for HON 112:
For Wednesday October 3: Read through page 60
For Wednesday October 10: Read through page 102
For Wednesday October 17: Read through page 176
For Wednesday October 24: Read through page 198
For Wednesday October 31: Read through page 232
For Wednesday November 14: Read through page 272, thereby finishing Part I.
Here is the program that reads proofs in the propositional calculus.
You type "prop filename" where 'filename' is the name of a file
where each line is a step in the proof of the propositional calculus,
and it checks that the proof is correct,
inserting the names of the rules that are used to derive each step.
Here are some sample files:
The law of the excluded middle
From a contradiction, anything follows
Ganto's Ax: I will cut off your head
If P then Q, or if Q then P
Try running prop on these.
Note that AND, OR, and IMPLIES are rendered as '&', '|', and '?' respectively.