Appendix 1: Proofs in Mathematics | A1.6

Question 4

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

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution

We will assume the opposite of what we want to prove.

Step 1 — Assume the opposite

Let's start with the given statement. We are given that a2a^2 is divisible by 3. We want to prove that aa is divisible by 3. For proof by contradiction, we assume the opposite. Let's assume that aa is not divisible by 3. If aa is not divisible by 3, it means aa leaves a remainder. The remainder can be 1 or 2 when divided by 3. So, aa can be written in two forms. Case 1: a=3k+1a = 3k + 1 for some integer kk. Case 2: a=3k+2a = 3k + 2 for some integer kk.

Step 2 — Square aa for each case

Let's find a2a^2 for the first case. Here, a=3k+1a = 3k + 1.

a2=(3k+1)2a^2 = (3k + 1)^2

=(3k)2+2(3k)(1)+12= (3k)^2 + 2(3k)(1) + 1^2

=9k2+6k+1= 9k^2 + 6k + 1

=3(3k2+2k)+1= 3(3k^2 + 2k) + 1

a2=3m+1 (where m=3k2+2k)\boxed{a^2 = 3m + 1 \text{ (where } m = 3k^2 + 2k)}

This means a2a^2 leaves a remainder of 1 when divided by 3. Now, let's find a2a^2 for the second case. Here, a=3k+2a = 3k + 2.

a2=(3k+2)2a^2 = (3k + 2)^2

=(3k)2+2(3k)(2)+22= (3k)^2 + 2(3k)(2) + 2^2

=9k2+12k+4= 9k^2 + 12k + 4

=9k2+12k+3+1= 9k^2 + 12k + 3 + 1

=3(3k2+4k+1)+1= 3(3k^2 + 4k + 1) + 1

a2=3n+1 (where n=3k2+4k+1)\boxed{a^2 = 3n + 1 \text{ (where } n = 3k^2 + 4k + 1)}

This means a2a^2 also leaves a remainder of 1 when divided by 3.

Step 3 — Find the contradiction

In both cases, we found that a2a^2 is not divisible by 3. Instead, a2a^2 leaves a remainder of 1 when divided by 3. However, the problem states that a2a^2 is divisible by 3. This means a2a^2 should leave a remainder of 0 when divided by 3. Our assumption led to a result that contradicts the given information. This is a contradiction.

Step 4 — Conclude

Our initial assumption must be false. We assumed that aa is not divisible by 3. Since this assumption led to a contradiction, it must be wrong. Therefore, aa must be divisible by 3.

Answer

(i) We assumed that aa is not divisible by 3. (ii) This assumption led to a2a^2 not being divisible by 3, which contradicts the given information. (iii) Therefore, aa must be divisible by 3.

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