SUNY Geneseo Department of Mathematics
Monday, January 30
Math 239 01
Spring 2017
Prof. Doug Baldwin
Example (Progress Check 2.3). Build a truth table for P ↔ Q, i.e., (Q → P) ∧ (P → Q)
A truth table is a table of when statements are true or false, lets you break complicated logical expressions into simpler parts. Each row corresponds to one combination of truth values for variables, but be sure you cover all possible combinations. You need 2s rows if you have s variables.
P | Q | Q → P | P → Q | (Q → P) ∧ (P → Q) |
---|---|---|---|---|
T | T | T | T | T |
T | F | T | F | F |
F | T | F | T | F |
F | F | T | T | T |
de Morgan’s Laws:
Question: How to make intuitive sense of equivalencies involving conditionals with conjunctions & disjunctions? For instance, why is “if P then Q or R” equivalent to “if P and not Q then R”?
Example (Progress Check 2.7). Use equivalencies to prove that P → (Q ∨ R) ≡ (P ∧ ¬Q) → R
(P ∧ ¬Q) → R ≡ ¬(P ∧ ¬Q) ∨ R ≡ ¬P ∨ Q ∨ R ≡ ¬P ∨ (Q ∨ R) ≡ P → (Q ∨ R)
Sets
Read section 2.3 from start through “Some Set Notation,” plus subsection “The Empty Set”
i.e., bottom 1/3 of page 52 through top 2/3 of page 56, plus bottom 1/4 of page 60.