Mathematical Induction Essentials
Introduction to Proofs
What is a Proof?
In mathematics, a proof is a rock-solid argument that a statement is true. It’s not just about showing your work or trying a few examples. A proof is a chain of logical steps, starting from things we already know or assume to be true, that leads to an undeniable conclusion. Think of it like a lawyer building a case, but with numbers and symbols instead of evidence and witnesses. Every step must follow logically from the one before it, leaving no room for doubt.
The starting points for proofs are called axioms or postulates. These are statements we accept as true without proof, like “the shortest distance between two points is a straight line.” From these axioms, we build up more complex truths called theorems. A proof is the bridge that connects the axioms to the theorem.
Theorem
noun
A mathematical statement that has been proven to be true based on axioms and previously established theorems.
The statement we want to prove usually takes the form of a conditional statement: "If P, then Q." The part "P" is called the premise or hypothesis, and "Q" is the conclusion. The proof's job is to show that whenever P is true, Q must also be true.
Direct Proof
The most straightforward way to build this bridge is with a direct proof. You start by assuming the premise (P) is true and then use definitions, axioms, and logical steps to show that the conclusion (Q) must follow. It’s a step-by-step march from A to B.
Let's prove a classic statement: If you add two even integers, the sum is even.
Our premise (P) is: We have two even integers. Our conclusion (Q) is: Their sum is an even integer.
First, we need a precise definition of an even integer. An integer is even if it can be written as times some other integer. For example, and .
Now let's build the proof:
- Assume the premise is true. Let's take two even integers, we'll call them and .
- Using our definition, we can write and for some integers and .
- Now, let's look at their sum: . We can substitute our expressions for and .
- We can factor out a 2 from the right side.
- Since and are integers, their sum is also an integer. Let's call this new integer . So, .
Because the sum can be written as times an integer (), the sum is, by definition, an even number. We've directly proven that the sum of any two even integers is always even. The logic is airtight.
Indirect Proofs
Sometimes, the direct path from P to Q is hard to find. It might be blocked or hidden. In these cases, mathematicians use clever detours called indirect proofs. Instead of tackling the problem head-on, we can approach it from a different angle. We'll look at two common types: proof by contrapositive and proof by contradiction.
These methods feel a bit like a logic puzzle, and they are powerful tools for proving tricky statements.
Proof by Contrapositive
Every "If P, then Q" statement has a logically equivalent partner called the contrapositive: "If not Q, then not P." If one is true, the other is automatically true as well. Sometimes, proving the contrapositive is much easier than proving the original statement.
Consider a simple, non-math example: "If it is raining, then the ground is wet." The contrapositive is "If the ground is not wet, then it is not raining." Both statements say the same thing. Proving one is the same as proving the other.
Let's try proving a mathematical statement using this method: If is an even integer, then is an even integer.
A direct proof is tricky. If we assume is even, we can write . Then . It's not immediately obvious why that means has to be even.
So, let's try the contrapositive. First, we write it down:
- Original Statement: If is even (P), then is even (Q).
- Contrapositive: If is not even (not Q), then is not even (not P).
"Not even" is just another way of saying "odd." So, we need to prove: If is odd, then is odd. This is much easier and looks like a direct proof problem.
- Assume is odd. By definition, an odd integer can be written as for some integer .
- So, we set .
- Now we square it:
- Let the integer inside the parenthesis, , be called . Then .
This expression, , is the definition of an odd number. We have successfully proven that if is odd, then is odd. Because we've proven the contrapositive, we have also proven the original statement.
Proof by Contradiction
This method is another powerful indirect technique. It's a bit like playing devil's advocate with the statement you're trying to prove. The process goes like this:
- Assume that the statement you want to prove is actually false.
- Follow the logical consequences of this assumption.
- Show that this path leads to a contradiction—something impossible, like $1=0$ or a number being both even and odd.
- Since your initial assumption led to nonsense, the assumption must be wrong. Therefore, the original statement must be true.
Let's prove one of the most famous results in mathematics: The square root of 2 is an irrational number.
An irrational number is one that cannot be written as a fraction where and are integers and the fraction is in simplest form.
- We start by assuming the opposite. Assume that is rational.
- This means we can write where and are integers with no common factors (the fraction is fully simplified).
- Let's square both sides: .
- Multiply by to get .
- This equation tells us that is an even number (since it's 2 times something). From our contrapositive proof earlier, we know that if is even, then must also be even.
- If is even, we can write it as for some integer .
- Now, substitute for in the equation from step 4:
- This new equation shows that must be even, which means must also be even.
Here comes the contradiction. We've concluded that both and must be even. But at the very beginning, we assumed that the fraction was in simplest form, meaning and have no common factors. If they are both even, they share a common factor of 2. This is a contradiction!
Our assumption that is rational led to a logical impossibility. Therefore, the assumption must be false.
The only possible conclusion is that is irrational.
What is the fundamental purpose of a mathematical proof?
When using a direct proof to prove the statement 'If P, then Q', what is the first step?
These proof techniques are the building blocks of mathematical reasoning. They allow us to build a solid foundation of knowledge, where each new truth rests securely on the ones that came before.