conditional statements Flashcards
1
Q
P—> q(1)
A
-P or Q
2
Q
P—>q(2)
A
-q—> -p
3
Q
P or q
A
-p —> q
4
Q
P and q
A
-(p—>-q)
5
Q
-(p—>q)
A
P and -q
6
Q
(P—>q) and (p—>r)
A
P—>(q and r)
7
Q
(P—>r) and (q—>r)
A
(P or q) —>r
8
Q
(P—>q) or(p—>r)
A
P—>(q or r)
9
Q
(P—>r) or (q—r)
A
(P and q) —> r