Lecture # 03 - New
Lecture # 03 - New
Lecture No 2
Disjunction OR Vel
pq
The statement p is called the hypothesis (or
antecedent)
The arrow " " is the conditional operator
The statement q is called the conclusion (or
consequent).
p q pq
T T T
p q pq
T F F
p q pq
F F T
1. p q
If you have flu, then you will miss the final examination.
2. ~q r
If you don’t miss the final examination, you will pass the
course.
3. ~p ~q r
If you neither have flu nor miss the final examination, then
you will pass the course.
p q p q
T T T
T F F
F T F
F F T
p ~p ~(~p)
T F T
F T F
p q ~p ~q pq ~(pq) ~p ~q
T T F F T F F
T F F T F T F
F T T F F T F
F F T T F T T
p q r pq q r (p q) r p (q r)
T T T T T T T
T T F T F F F
T F T F F F F
T F F F F F F
F T T F T F F
F T F F F F F
F F T F F F F
F F F F F F F
p q ~q ~p pq ~q ~p
T T F F T T
T F T F F F
F T F T T T
F F T T T T
p q pq ~p ~pq
T T T F T
T F F F F
F T T T T
F F T T T
pq (pq)(qp)
p q ~p ~q ~pq p~q
T T F F F F
T F F T T T
F T T F T T
F F T T F F
~(p q) ~p ~q.
The negation of the conditional statement:
~ (p q) p ~ q
~(p q) ~p ~q
p q ~p ~q pq ~(p q) ~p ~q
T T F F T F F
T F F T F T F
F T T F F T F
F F T T F T T
~(p q) ~p ~q
p q ~p ~q pq ~(p q) ~p ~q
T T F F T F F
T F F T T F F
F T T F T F F
F F T T F T T
~ (p q) p ~ q
p q pq ~p ~q~p
T T T F T
T F F F F
F T T T T
F F T T T
p q pq ~p ~pq
T T T F T
T F F F F
F T T T T
F F T T T
p q p q ~ p ~ q p ~ q ~ p (p ~q) (p q)
(~p (p ~q))
T T T F F F F T
T F F F T T T T
F T F T F F T T
F F F T T F T T
(p ~q) (~pq)c
Implication: pq
Inverse: ~p ~q
Converse: qp
Contrapositive: ~q ~p
NOTE
1. An implication is logically equivalent to it’s contrapositive.
2. The converse and inverse of an implication are logically
equivalent.
3. An implication is not equivalent to it’s converse.