Appendix 1: Proofs in Mathematics | A1.6

Question 3

Use proof by contradiction to prove that if for an integer aa, a2a^2 is even, then so is aa.

[Hint : Assume aa is not even, that is, it is of the form 2n+12n + 1, for some integer nn, and then proceed.]

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • Proof by Contradiction Strategy: To prove a statement by contradiction, we assume the opposite of what we want to prove (the negation of the conclusion) and show that it leads to a logical impossibility or contradicts a given fact.
  • Given: For an integer aa, a2a^2 is even.
  • To Prove: aa is even.
  • Assumption: Assume aa is not even (i.e. aa is odd, a=2n+1a = 2n + 1). If squaring aa leads to an odd number, it contradicts that a2a^2 is even, proving that aa must be even.

Step 1 · Assume the Opposite

Assume to the contrary that aa is not even.

Then aa must be an odd integer of the form: a=2n+1for some integer na = 2n + 1 \quad \text{for some integer } n

Step 2 · Evaluate a2a^2

Squaring both sides

a2=(2n+1)2=(2n)2+2(2n)(1)+12=4n2+4n+1=2(2n2+2n)+1\begin{aligned} a^2 &= (2n + 1)^2 \\ &= (2n)^2 + 2(2n)(1) + 1^2 \\ &= 4n^2 + 4n + 1 \\ &= 2(2n^2 + 2n) + 1 \end{aligned}

Let k=2n2+2nk = 2n^2 + 2n. Since nn is an integer, kk is also an integer.

a2=2k+1a^2 = 2k + 1

This shows that a2a^2 is an odd integer.

Step 3 · Reach a Contradiction

This contradicts the given fact that a2a^2 is even.

Therefore, our assumption that aa is odd is false.

Hence, aa must be even.

Answer

Hence proved that if a2a^2 is even, then aa is even.

Common Mistakes
  • Assuming the Wrong Statement: Assuming a2a^2 is odd instead of assuming aa is odd. In proof by contradiction, you assume the negation of the conclusion (aa is not even), not the given hypothesis (a2a^2 is even).
  • Forgetting the Integer Condition: Forgetting to state that k=2n2+2nk = 2n^2 + 2n is an integer, which is essential to formally establish that 2k+12k + 1 is an odd integer.

More questions in A1.6

Q1

Suppose a+b=c+da + b = c + d, and a<ca < c. Use proof by contradiction to show b>db > d.

Q2

Let rr be a rational number and xx be an irrational number. Use proof by contradiction to show that r+xr + x is an irrational number.

Q3

Use proof by contradiction to prove that if for an integer aa, a2a^2 is even, then so is aa.

[Hint : Assume aa is not even, that is, it is of the form 2n+12n + 1, for some integer nn, and then proceed.]

Q4

Use proof by contradiction to prove that if for an integer aa, a2a^2 is divisible by 3, then aa is divisible by 3.

Q5

Use proof by contradiction to show that there is no value of nn for which 6n6^n ends with the digit zero.

Q6

Prove by contradiction that two distinct lines in a plane cannot intersect in more than one point.

← Back to Appendix 1: Proofs in Mathematics