Proof Concerning Central Line of Triangle

Hello everyone. Today we will prove that an integer is odd if its square is odd. We will use proof by contraposition as proof method.
Theorem: Let n be an integer. If n2 is an odd number, then n is also an odd number.
Proof:
The contrapositive of this statement is: Let n be an integer. If n is an even number, then n2 is also an even number.
Let us now prove the contrapositive. Since n is an even number, we can write it in the form n=2k where k is an integer. By squaring this equation we get: n2=(2k)2 n2=4k2 n2=2(2k2) Since k is an integer then 2k2 must be an integer due to the closedness of multiplication and exponentiation operations on the set of integers. Denote 2k2 by r, then we have n2=2r, from which we conclude that n2 is an even number. Since we have proved that the contrapositive of the original statement is correct, it means that the original statement must be correct as well.
■
Comments
Post a Comment