Logical-Equivalence
Logical-Equivalence
Definition:
A tautology is a proposition that is always true, regardless of the truth values of
the propositional variables it contains.
Definition:
A proposition that is always false is called a contradiction.
𝑷 ~𝑷 𝑷 ∨ ~𝑷 P ∧ ~𝐏
T F T F
F T T F
~
𝑷 𝑸 𝑷→𝐐 ~𝑸 ~𝐏 ~𝐐 → ~𝐏 (𝑷 → 𝐐) ↔ (~𝐐 → ~𝐏)
T T T F F T T
T F F T F F T
F T T F T T T
F F T T T T T
Hence, (𝑃 → 𝑄) ↔ (~𝑄 → ~P) is a tautology.
Question: If there are four propositional variables in a proposition, how many rows are there in
the truth table?
Definition:
Two logical formulas P and Q are said to be logically equivalent, denoted by
~ truth values in all cases.
𝑷 ≡ 𝑸, if P and Q have identical
Two logical formulas P and Q are logically equivalent, denoted by 𝑷 ≡ 𝑸, if and only if
𝑷 ↔ 𝑸 is a tautology.
Definition:
If 𝑃 → Q is a conditional, then the corresponding conditional ~Q → ~P is
called contrapositive, Q → P is called its converse, and ~P → ~Q is called its inverse.
Prove that [(𝑃 → 𝑄) ∧ (𝑄 → 𝑅)] → [𝑃 → 𝑅] is a tautology using LQ and truth table. (Exercise)