Lecture 02
Lecture 02
Propositional Logic
Section 1.1 (Continued)
Implication
Implication
● If p and q are propositions, then p →q is a conditional statement or
implication which is read as “if p, then q ” and has this truth table:
p q p →q
T T T
T F F
F T T
F F T
p q p ↔q
T T T
T F F
F T F
F F T
Solution : 2n
p ∨ q → ¬r is equivalent to (p ∨ q) → ¬r
If the intended meaning is p ∨( q → ¬r )
then parentheses must be used.