SUNY Geneseo Department of Mathematics
Monday, January 29
Math 239 01
Spring 2018
Prof. Doug Baldwin
Section 2.1.
What would have to be the truth/falsehood of the statements “Math 239 is fun” and “The world has gone mad” in order for the following statements to be true?
Is “if and only if” the same as “exclusive or”? No, but there is a connection between them, as seen in their truth tables:
Is “P exclusive or Q” the same as “Q exclusive or P”? Let’s extend the truth tables and see:
Now you have proven that exclusive or is commutative. Proofs in propositional logic are some of the few proofs that you can sometimes do just by listing all the possibilities. Truth tables are a legitimate core of those proofs.
Use truth tables to determine whether P → ¬ P is a contradiction, tautology, or neither.
How about P ↔ ¬ P?
While both of these sound horribly contradictory in English, only P ↔ ¬ P is a contradiction in the technical sense:
Beware of notation: the logical connectives all have operator symbols that you haven’t necessarily seen before:
The tabular
environment produces tables with aligned rows and columns, rules, etc.
Here is an example .tex file and the resulting PDF that demonstrate a simple use of this environment.
(Inspired by progress check 2.2.) which, if any, of the following are equivalent to ¬(P ∧ Q). Use a truth table to check:
It turns out that it’s (¬ P) ∨ (¬ Q):
See handout for details.
Equivalence of logical statements.
Read section 2.2.