ECM 1415 Propositional Logic (Discrete Mathematics)) Flashcards
1
Q
Give the truth table for p -> q
A
p q p -> q
T T T
T F F
F T T
F F T
2
Q
How does implication (->) work?
A
Both operands must be the same OR the RHS must be true
3
Q
Give the truth table for p < -> q
A
P Q (P ↔ Q)
F F T
F T F
T F F
T T T
4
Q
How does biconditional (↔) work?
A
Both operands must have the same boolean value
5
Q
tautology
A
A proposition that is always true
6
Q
Contradiction
A
A proposition that is never true
7
Q
Contigency
A
A proposition that is neither a tautology nor a contradiction
8
Q
¬p -> q is the same as what expression (1) according to which law (2)?
A
(1) p \/ q
(2) Conditional-disjunctive law