Constructing Truth Tables: General Mathematics Program
Constructing Truth Tables: General Mathematics Program
Tables
General Mathematics Program
Objectives
T T T T T
T F F T F
F T T F F
F F T T T
Find the truth values of the following logical
operators per column until you reach the final
compound propositions.
Constructing Truth Tables
Remark:
p q pàq qàp (p à q) ∧ (q à p) p ßà q
T T T T T T
T F F T F F
F T T F F F
F F T T T T
p q r p à r q à r (p à r) ∧ (q à r) p∨q (p ∨ q) à r S
T T T T T T T T T
T T F F F F T F T
T F T T T T T T T
T F F F T F T F T
F T T T T T T T T
F T F T F F T F T
F F T T T T F T T
F F F T T T F T T
Constructing Truth Tables
p q pàq qàp (p à q) ∧ (q à p) p ßà q
T T T T T T
T F F T F F
F T T F F F
F F T T T T
• The 3rd and the 4th column have the same truth
values.
• Thus, we can also say that these two
propositions, (p à q) ∧ (q à p) and p ßà q are
logically equivalent.
Definition
T T T F T
T F F F F
F T T T T
F F T T T
The 3rd and 5th column have the same truth values
thus we can say that rós. (Switcheroo Law)
Constructing Truth Tables
T T T F T T
T F F F F T
F T T T T T
F F T T T T
Reason
~(p à q)
ó ~(~p∨q) Switcheroo
ó ~(~p) ∧ ~(q) De Morgan’s Laws
ó p ∧ (~q) Double Negation
Forms of Conditionals
Show that p à q ó ~q à ~p
Reason
pàq
ó ~p∨q Switcheroo
ó q ∨ ~p Commutative
ó ~(~q) ∨ ~p Double Negation
ó ~q à ~p Switcheroo
Examples
Show that ~p à ~q ó q à p
Reason
~p à ~q
ó ~(~p)∨~q Switcheroo
ó ~q ∨ ~(~p) Commutative
ó ~q ∨ p Double Negation
ó qàp Switcheroo
Remarks