Skip to main content
Logo image

Section 2.1 Equivalence

equivalent statements
statements A,B such that A↔B is a tautology
A⇔B
statements A and B are equivalent

Worked Example 2.1.2. Testing logical equivalence.

Demonstrate that the following are equivalent statements.
A: If it’s nice outside, I will ride my bike.
B: It’s not nice outside, or I will ride my bike.
Solution.
Let p represent the substatement β€œit’s nice outside,” and let q represent the substatement β€œI will ride my bike.” Then the equivalence we want to establish is
pβ†’q⇔¬p∨q.
We can analyze the truth tables of both statements in the same table.
p q Β¬p Β¬p∨q pβ†’q
T T F T T
T F F F F
F T T T T
F F T T T
We see that the two statements always have the same truth value in all rows of the truth table, so they are equivalent.

Note 2.1.3.

Worked Example 2.1.2 shows that the basic conditional connective β€œif … then …” can be constructed out of the basic connectives β€œnot” and β€œor”.

Worked Example 2.1.4.

Demonstrate the equivalence p↔q⇔¬p↔¬q.
Solution.
Again we build a truth table, and see that the β€œoutput” columns for the two statements are identical.
p q Β¬p Β¬q p↔q Β¬p↔¬q
T T F F T T
T F F T F F
F T T F F F
F F T T T T

Check your understanding.

Thinking in terms of truth tables, consider why each of the statements of Proposition 2.1.5 holds.