Proof by Induction is a formal method of mathematical proof used to establish that a given statement is true for all natural numbers , where is a specified initial integer, often 0 or 1. It is particularly effective for statements involving sequences, series, divisibility, and properties of recursively defined structures.
The underlying principle is often compared to the domino effect: if you can show that the first domino falls, and that if any domino falls, the next one will also fall, then all dominoes in the line will eventually fall. This analogy clearly illustrates the two main logical steps required for the proof.
This method is essential for proving properties that hold for an infinite set of integers, where direct verification for each integer is impossible. It provides a rigorous way to generalize from a specific case to an entire domain of numbers.
The statement typically involves an integer variable , and the goal is to demonstrate its truth for all in a specified range, usually positive integers or non-negative integers.
The validity of proof by induction stems from the Well-Ordering Principle for natural numbers, which states that every non-empty set of natural numbers has a least element. If a statement were false for some , then the set of integers for which is false would have a least element, say .
If , this contradicts the Basic Step where is proven true. If , then is false, but must be true (since is the least integer for which is false).
However, the Inductive Step proves that if is true, then must also be true. Therefore, if is true, then must also be true, which contradicts our assumption that is false. This logical contradiction proves that no such can exist, and thus must be true for all .
This method is a form of deductive reasoning, where the truth of a general statement is inferred from the truth of a specific base case and a rule for progression. It is not an empirical method, but a rigorous logical argument.
Step 1: The Basic Step (Base Case): This involves proving that the statement is true for the initial value . This is typically for statements about positive integers, or for non-negative integers, but can be any integer from which the statement is claimed to hold. Without a true base case, the inductive chain cannot begin.
Step 2: The Assumption Step (Inductive Hypothesis): Here, one assumes that the statement is true for some arbitrary integer . This assumption is crucial as it forms the premise for proving the next case. It is not proven, but rather accepted as a temporary truth to facilitate the next step.
Step 3: The Inductive Step: This is the core of the proof, where you must show that if is true (from the assumption), then must also be true. This step typically involves algebraic manipulation, using the assumption to transform the expression for into a form that demonstrates its truth. The goal is to derive from .
Step 4: The Conclusion Step: Finally, a formal concluding statement is made, summarizing how the basic step and the inductive step together prove the statement for all integers in the specified range. This step explicitly links the two parts of the proof, often using standard phrasing to ensure logical completeness and clarity.
When proving formulas for sums or series, the statement typically equates a summation (LHS) to a closed-form expression (RHS). In the inductive step, the sum for is usually split into the sum for plus the -th term. The assumption for is then substituted into the sum for , allowing for algebraic simplification to match the RHS for .
For example, proving involves showing is true, assuming is true, and then showing , which is .
For divisibility proofs, states that an expression is divisible by a certain integer . The inductive hypothesis assumes is a multiple of , often written as for some integer . The inductive step then manipulates to show it can also be expressed as a multiple of , often by isolating a term related to or by showing is a multiple of .
A common technique is to express a term like as and substitute the assumption . Alternatively, showing is divisible by implies that if is divisible by , then must also be.
When proving properties of sequences defined by recurrence relations, usually asserts that the -th term follows a specific explicit formula. The basic step verifies the formula for the initial term(s) given by the recurrence relation.
In the inductive step, the recurrence relation for is used, and the assumed explicit formula for is substituted into it. The resulting expression is then simplified to match the explicit formula for . If the recurrence relation depends on more than one previous term (e.g., depends on and ), then multiple base cases (e.g., and ) might be required.
For matrix proofs, typically states a formula for the -th power of a matrix, . The basic step verifies the formula for (which is just ). The inductive hypothesis assumes follows the given formula.
The inductive step involves calculating as (or ). The assumed formula for is substituted, and matrix multiplication is performed. The result must then match the original formula with replaced by . This often requires careful algebraic manipulation of the matrix elements.
Base Case Selection: The choice of the base case is critical and depends on the domain of the statement. For statements about positive integers, is common. For non-negative integers, is used. For sequences defined by multiple previous terms (e.g., Fibonacci sequence), multiple base cases (e.g., and ) may be necessary to ensure the inductive step can always refer to valid previous terms.
Strong Induction vs. Weak Induction: The standard method described (assuming to prove ) is called weak induction. Strong induction assumes is true for all integers such that to prove . While strong induction appears more powerful, it is logically equivalent to weak induction; any proof by strong induction can be converted to a proof by weak induction, and vice-versa.
Algebraic Manipulation in Inductive Step: The most challenging part is often the algebraic manipulation in the inductive step. It requires careful use of the inductive hypothesis to transform the expression for into the desired form. This often involves factoring, expanding, or rearranging terms to reveal the structure of .
Distinction from Direct Proof: Induction is not a direct proof. A direct proof starts with premises and logically deduces the conclusion. Induction proves a statement for an infinite set by establishing a starting point and a propagation rule, rather than directly proving each instance.
Follow the Four Steps Rigorously: Always clearly label and execute each of the four steps: Basic Step, Assumption Step, Inductive Step, and Conclusion Step. Missing or poorly executed steps can lead to loss of marks.
State the Inductive Hypothesis Clearly: Explicitly write down 'Assume is true for some integer '. This sets up the premise for your inductive step.
Show the Link to in the Inductive Step: When manipulating , clearly indicate where you are using the assumption . For sums, this means substituting the assumed sum for terms. For divisibility, it means substituting or similar.
Algebraic Precision is Key: The inductive step often boils down to algebraic simplification. Be meticulous with your calculations, factoring, and expansion. A single algebraic error can invalidate the entire inductive step.
Master the Conclusion Wording: Memorize and use the standard concluding phrases. For example: "If it is true for , then it is true for . As it is true for , the statement is true for all (or )." This ensures you correctly articulate the logical flow of the proof.
Check the Base Case Carefully: Ensure you substitute correctly into both sides of the statement (if applicable) and show they are equal. An incorrect base case means the entire proof fails.
Assuming is true: A common mistake is to assume is true and work backwards, rather than deriving from . The goal is to show , not .
Algebraic Errors: Many errors occur during the algebraic manipulation in the inductive step. These can include incorrect factoring, sign errors, or misapplying index laws, especially in divisibility or matrix proofs.
Incorrect Base Case: Failing to prove the base case, or choosing an inappropriate base case, invalidates the entire proof. For instance, if a statement is true for , proving only for might be insufficient if is the true starting point.
Missing the Conclusion: Even if the basic and inductive steps are perfect, a proof by induction is incomplete without a clear, formal conclusion that ties the two parts together and states the range of for which the statement is proven.
Not Using the Inductive Hypothesis: Some students attempt to prove directly without making use of the assumption . The inductive hypothesis is the bridge that connects to , and its omission means the proof is not inductive.