The compound propositions
Note
- A compound proposition that is always true, no matter what the truth values of the propositional variables that occur in it, is called a tautology.
- A compound proposition that is always false, no matter what the truth values of the propositional variables that occur in it, is called a contradication.
- A compound proposition that is neither a tautology nor a contradiction, is a contingency.
- Preface: A propositional statement utilized as a conditional logical statement.
- Statement:
$$(p \implies q) \equiv (\neg p \vee q) \equiv (\neg (p \land \neg q))$$ - Truth table:
p | q | |||
---|---|---|---|---|
T | T | T | T | T |
T | F | F | F | F |
F | T | T | T | T |
F | F | T | T | T |
- Truth table for the Bi-conditional compound propositions:
T | T | T |
T | T | T |
T | T | T |
T | T | T |
- Since,
$$(p \implies q) \iff (\neg p \vee q)$$ is a tautology; then$$(p \implies q) \equiv (\neg p \vee q)$$ holds! - The same applies with the second logical equivalency.