Skip to main content
Logo image

Section 6.8 Proving biconditionals

We also often want to prove that two statements P,Q are equivalent; i.e. that P⇔Q.
As usual, this also works in the universal case since βˆ€ distributes over ∧ (Proposition 4.2.6).

Worked Example 6.8.3.

Prove: A number is even if and only if its square is even.
Solution.
We want to prove that the following quantified biconditional (β€œfor all n” omitted, domain is nonnegative, whole numbers).
biconditional
n is even if and only if n2 is even.
conditional and converse
(if n is even then n2 is even) and (if n2 is even then n is even)
contrapositive and converse
(if n2 is odd then n is odd) and (if n2 is even then n is even)
conditional and inverse
(if n is even then n2 is even) and (if n is odd then n2 is odd)
These are all equivalent, so we could prove any one pair.

Converse.

If n2 is even, then there exists an integer m such that n2=2m, so that n=2m … ? We seem to be stuck.

Inverse.

If n is odd, then there exists an integer m such that n=2m+1. Then, n2=4m2+4m+1 is odd.