题目
Problem
Given that is an integer, use algebra, to prove by contradiction, that if is even then is even.
(4)
题目中文翻译
已知 是整数,使用代数,通过反证法证明:如果 是偶数,那么 是偶数。
解答
解法一
思路
展开
要用反证法证明“ 为偶数蕴含 为偶数”,先假设前件成立而结论不成立,即 为偶数但 为奇数。把奇数写成 并展开其立方,证明 必为奇数,从而产生矛盾。
答题过程
展开
Suppose, for a contradiction, that is even but is not even.
Since is an integer, must then be odd. Hence, for some integer ,
Cubing,
Since is an integer, this shows that is odd. This contradicts the assumption that is even.
Therefore, if is even, then