Biconditional Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Determine whether 'nn is even ⇔\Leftrightarrow n2n^2 is even' is true for all integers nn.

Solution

  1. 1
    Forward direction (⇒\Rightarrow): If nn is even, n=2kn = 2k, so n2=4k2=2(2k2)n^2 = 4k^2 = 2(2k^2), which is even. True.
  2. 2
    Backward direction (⇐\Leftarrow): If n2n^2 is even, then nn must be even (by contrapositive: if nn odd, n2n^2 odd — proved earlier). True.
  3. 3
    Both directions hold, so the biconditional is true for all integers nn.

Answer

nĀ isĀ even⇔n2Ā isĀ evenĀ (trueĀ forĀ allĀ integers)n \text{ is even} \Leftrightarrow n^2 \text{ is even (true for all integers)}
To prove a biconditional, prove both the forward and backward conditionals. This example also illustrates how the contrapositive aids the backward direction.

About Biconditional

A biconditional P↔QP \leftrightarrow Q is true when PP and QQ have the same truth value — both true or both false.

Learn more about Biconditional →

More Biconditional Examples