Grade 12 → Mathematical Reasoning → Proofs ↓
Indirect Proof
In mathematics and logic, proving things is fundamental. Proofs not only help us know if something is true or false, but they also help us understand why it is so. There are many ways to prove something, and one very interesting way is called indirect proof.
What is indirect evidence?
Indirect proof is a method of proving a statement in which it is assumed that the statement to be proved is false and then it is shown that this assumption leads to a contradiction. Since the assumption that the statement is false leads to inconsistency, we conclude that the statement must be true. This method is sometimes known as proof by contradiction.
Basic structure of indirect proof
- Start with the assumption that the statement we want to prove is false.
- Logically draw out the implications of this assumption.
- Show that at least one of these implications is impossible or leads to a contradiction.
- Conclude that the original statement must be true because assuming it to be false results in a contradiction.
Advantages of using indirect evidence
The indirect proof method is especially useful when:
- Direct evidence is very complex or impossible to obtain easily.
- The problem naturally sets up as a contradiction.
- This allows for a variety of viewpoints and perspectives.
Simple example
Simple mathematical example
Let's start with a simple logical statement:
Statement: Suppose an integer n
is odd. Prove that n 2
is odd.
Evidence:
For the sake of contradiction, suppose that n 2
is even.
- If
n 2
is even, then it can be written as2k
for some integerk
. - Now, since
n 2 = 2k
,n
itself must be even. This is because the square of an odd number is odd, so this assumption implies thatn
is even. - However, this is a contradiction since we initially assumed that
n
is odd.
Thus, our assumption that n 2
is even will be false. Therefore, n 2
is odd.
Let's look at this simple proof:
Examples in geometry
Consider a classic statement of geometry:
Statement: Prove that the square root of 2 is irrational.
Evidence:
For the sake of contradiction assume that sqrt(2)
is a rational number.
- If
sqrt(2)
is rational, it can be expressed as a fractiona/b
wherea
andb
are integers with no common factors other than 1 (that is,a/b
is in its simplest form). - Then,
sqrt(2) = a/b
implies2 = a 2 /b 2
ora 2 = 2b 2
. - This implies that
a2
is even, since 2 times any integer is even. - If
a2
is even, thena
must also be even (since the square of an odd number is odd). - Let
a = 2c
for some integerc
. Then,(2c) 2 = 2b 2
or4c 2 = 2b 2
which simplifies to2c 2 = b 2
. - Thus,
b 2
is even, which means thatb
must also be even.
If a
and b
are both even, then their common factor will be 2, which contradicts our assumption that a/b
is in simplest form.
Therefore, the assumption that sqrt(2)
is rational leads to a contradiction, which means that sqrt(2)
must be irrational.
Using indirect evidence in real-life situations
Indirect proofs are not just limited to our math classes; they have applications in real life as well. Consider the scenario where we want to demonstrate the unreliability of a particular system design. By assuming that a flawed design works flawlessly, and then showing how this assumption leads to operational errors or inconsistencies, we effectively prove flaws by contradiction.
Reasoning with a logical position
Let us consider a logical example to understand indirect proof better:
Scenario: You have a roommate, and you've noticed that some cookies are missing from your cookie jar. Suspect that either your roommate or you ate them. You argue that you didn't eat them; prove it!
Solution:
To prove that you did not eat the cookies, assume the opposite: Suppose you did eat the cookies. This means:
- You should have already known about the cookies that were there, because you ate them.
- But you knew you hadn’t touched them at all.
- Checking your food diary, social plans, and other supplementary evidence will show that you were not there when they were eaten.
- Therefore, the assumption that you ate the cookies conflicts with the factual details you gathered.
This provides indirect evidence that another potential culprit, such as your roommate, may be responsible.
Limitations and considerations
Although indirect evidence is a powerful technique, it is important to acknowledge its limitations:
- Indirect proofs rely heavily on finding an actual contradiction. If this is overlooked, the proof attempt fails.
- Sometimes, it can unnecessarily complicate simple problems. Therefore, it should be avoided when simpler proof methods exist.
Advanced example: Sum of two irrational numbers
Let's explore a complex mathematical statement:
Statement: Prove that the sum of two irrational numbers can be rational.
Evidence:
Suppose, for contradiction, that the sum of two irrational numbers is always irrational.
- Consider two specific irrational numbers,
x = pi
andy = -pi
. - By assumption,
x + y
must be irrational. However,pi + (-pi) = 0
, which is rational.
Thus, this assumption leads to a contradiction, proving that the sum of two irrational numbers can in fact be rational.
Conclusion
Indirect proof is a versatile and beautiful method in mathematical logic and reasoning. It leverages the technique of contradiction to demonstrate the truth of a statement. In various branches of mathematics, it often uncovers relationships that are not easily accessible by direct methods.
By incorporating assumptions, deducing logical consequences, and clarifying contradictions, learners can master the application of indirect proofs in a variety of mathematical contexts. Through practice and further exploration, its beautiful utility in dissecting complex problems emerges in its full potential.