To prove a statement using an , also known as by contradiction, we need to follow three steps.
- Assume temporarily that the statement we want to prove is false and therefore its opposite is true.
- Perform a logical reasoning until we reach a contradiction.
- Conclude that the initial statement must be true since the assumption led to a contradiction.
We want to prove that an is
not divisible by
4. Therefore, we will start our proof by temporary assuming that an odd number is divisible by
4.
Given StatementAn odd number is not divisible by 4.Temporary AssumptionAn odd number is divisible by 4.
Now let’s try to prove our assumption. Let
n be any . We know that all are divisible by
2. Therefore, we know that
2n is an even number. We also know that adding
1 to any even integer will give us an odd number. This allows us to write algebraic definitions for even numbers and odd numbers.
Even number: Odd number: 2n 2n+1
If the odd number
2n+1 is divisible by
4, then the quotient of
2n+1 and
4 is an integer. In other words the following fraction simplifies to be an integer.
42n+1
We will now simplify this fraction.
Let's finally consider the obtained expression. If
n is even, then
0.5n is an integer number. The sum of an integer number and
0.25 is not integer.
n is Even0.5n→1,2,3,4,5,…⇓0.5n+0.25→1.25,2.25,3.25,4.25,5.25,…
Therefore, in this case we can conclude that
0.5n+0.25 is
not an integer number.
If n is even, then 0.5n+0.25 is not integer.
|
If
n is odd, then
0.5n is half an odd number, which is an not integer. Half an odd number plus
0.25 is also not an integer.
n is Odd0.5n→0.5,1.5,2.5,3.5,4.5,…⇓0.5n+0.25→0.75,1.75,2.75,3.75,4.75,…
Therefore, for this case we can also conclude that
0.5n+0.25 is
not an integer number.
If n is odd, then 0.5n+0.25 is not integer.
|
We can see that there is no value of n that for which the expression is an integer. This means that we reached a contradiction and the assumption must be false. Therefore, the initial statement must be true and an odd number is not divisible by 4.