Assume
is odd when
is even. Squaring
yields
, contradicting evenness. Thus, if
is even,
must be even.
Let's consider the given conditional statement: "If
is an even integer, then n must be an even integer." We want to prove this indirectly using either contradiction or contrapositive. In this case, I'll choose to prove it by contradiction.
Indirect Proof (Proof by Contradiction):
Assume for the sake of contradiction that
is an odd integer when
) is an even integer.
1. Let
be an odd integer, so
for some integer
2. Square

3. Notice that
can be expressed as
which is the form of an odd integer.
This contradicts our initial assumption that
is an even integer. If
were even, it should be expressible as
for some integer
, but we've shown that
is in the form of
which is odd.
Therefore, our assumption that
is an odd integer when
) is even leads to a contradiction. By the principle of proof by contradiction, we conclude that the original statement is true: "If
is an even integer, then
must be an even integer."
Advantage of Proof by Contradiction:
One advantage of using proof by contradiction is its simplicity in structure and clarity in reasoning. By assuming the negation of the statement to be proved and showing that this assumption leads to a logical contradiction, we establish the truth of the original statement. This method often provides a direct and concise path to the conclusion, making it an efficient and effective proof strategy. Additionally, proof by contradiction is a versatile approach that can be applied to a wide range of mathematical statements.