- #1
KOO
- 19
- 0
Let m and n be two integers. Prove that if m2 + n2 is divisible by 4, then both m and n are even numbers
Hint: Prove contrapositiveAttempt:
Proof by Contrapositive. Assume m, n are odd numbers, showing that m^2 + n^2 is not divisible by 4.
let:
m= 2a + 1 (a,b are integers)
n=2b+1
m^2+n^2 = (2a+1)^2 + (2b+1)^2 = 4a^2 +4a + 1 + 4b^2 + 4b +1
let: 4(a^2 + a + b^2 + b) = 4q (q an integer)
m^2 + n^2 = 4q + 2
with 4q + 2 not divisible by 4 since 4 divides 4q + 2 with a remainder of 2.
==> if m and n are odd numbers, m^2 + n^2 is not divisible 4, which by contrapositive reasoning proves that if m^2 + n^2 is divisible by 4, then m and n are odd numbers.
Hint: Prove contrapositiveAttempt:
Proof by Contrapositive. Assume m, n are odd numbers, showing that m^2 + n^2 is not divisible by 4.
let:
m= 2a + 1 (a,b are integers)
n=2b+1
m^2+n^2 = (2a+1)^2 + (2b+1)^2 = 4a^2 +4a + 1 + 4b^2 + 4b +1
let: 4(a^2 + a + b^2 + b) = 4q (q an integer)
m^2 + n^2 = 4q + 2
with 4q + 2 not divisible by 4 since 4 divides 4q + 2 with a remainder of 2.
==> if m and n are odd numbers, m^2 + n^2 is not divisible 4, which by contrapositive reasoning proves that if m^2 + n^2 is divisible by 4, then m and n are odd numbers.