Create your own
Lesson illustration

Proving Formulas and Divisibility by Mathematical Induction

Welcome back. In the previous lesson, proof by contradiction worked by assuming the negation of a claim and deriving an impossibility. Mathematical induction has a different purpose: it proves an entire infinite family of statements, indexed by integers, by establishing a valid starting point and a rule that carries truth from any case to the next.

By the end of this lesson, you will be able to write a complete induction proof for both a summation formula and a divisibility statement, while clearly distinguishing the base case, inductive hypothesis, and inductive step.


From one case to infinitely many

Suppose is a statement about an integer , and we want to prove it for every integer . The principle of mathematical induction says that this follows if we establish two facts:

  1. Base case: is true.
  2. Inductive step: for every integer , if is true, then is true.

Symbolically, the structure is:

Then is true for all integers .

The usual domino image captures the intuition. The base case makes the first domino fall; the inductive step proves that every fallen domino causes the next one to fall. But the logical content is more precise than the metaphor. From the base case, the inductive step gives . Applying the same step with gives , and so on. Any particular integer is reached after finitely many such applications.

The inductive hypothesis is the temporary assumption , where is arbitrary subject to . It is not an assumption that holds for every ; rather, it is the hypothesis of the conditional statement that you are proving:

Proof by Mathematical Induction (Precalculus - College Algebra 73)

Watch “Proof by Mathematical Induction” by Professor Leonard for a clear visual and verbal account of why the base case and inductive step establish infinitely many cases.

Watch the setup for the domino intuition and the roles of the base case and inductive hypothesis. Then watch the odd sum proof, following especially the moment when the assumed formula through the k-th term is substituted into the (k+1)-st case.

A useful formal perspective is to define the set

The base case says that . The inductive step says that whenever , then . The induction principle guarantees that contains every integer beginning at .

Both parts matter. A statement can satisfy the implication merely because is always false; without a genuine base case, no chain ever begins.


Anatomy of a sound induction proof

Before doing any algebra, state exactly what means. For a claimed formula, is the equality at a particular value of , not the whole universal statement at once.

A reliable proof template is:

Proof. Let be the statement [write the desired formula or divisibility claim with ].

Base case. Verify directly.

Inductive step. Let be arbitrary. Assume is true. This is the inductive hypothesis. Using it, prove .

Therefore, by mathematical induction, is true for all integers .

For a formula involving a sum, the central observation is usually that the -st sum consists of the first terms plus one new term. For divisibility, the central task is usually to rewrite the expression at so that the expression from the inductive hypothesis appears inside it.

The following diagram makes the “one new term” idea concrete.

The nested dot squares grow from \(1\times1\) through \(5\times5\). Each new L-shaped layer contains the next odd number of dots—\(1,3,5,7,9\)—so the sum of the first \(n\) odd numbers forms an \(n\times n\) square.

A formula proof: the sum of the first odd numbers

We will prove that for every integer ,

The diagram suggests why the formula should be true: after adding the first odd-numbered layers, we have built an -by- square. Induction turns that visual pattern into a proof.

Let be the statement

Base case. When , the statement is

which is true.

Inductive step. Let , and assume . Thus,

We must prove , namely,

Start from the left-hand side of this desired equality. The inductive hypothesis applies to the sum through :

Therefore is true. By mathematical induction,

for every integer .

The proof has a characteristic rhythm:

  • identify the extra term when passing from to ;
  • replace the earlier portion using the inductive hypothesis;
  • simplify until the required -formula appears.

The hypothesis is not decorative. The key move was replacing the long partial sum with . If that substitution never occurs, the proof has probably not actually used induction.


A divisibility proof: preserving a factor

Now consider a statement with no visible sum:

Here, means that there is an integer such that

That definition is what makes the induction work.

Let be the statement that .

Base case. For ,

Since , is true.

Inductive step. Let , and assume . By the definition of divisibility, there exists an integer such that

We need to prove that . The useful algebraic rewrite is

The factor has appeared, so we can now use the inductive hypothesis:

Since is an integer,

Thus is true. By mathematical induction,

for every integer .

Notice that the integer need not be the same for every exponent . The inductive hypothesis says only that for the arbitrary current value , some integer exists. That is all the proof needs.

4.5 Proof by Induction - Discrete Mathematics

Read the “Formalizing Proofs” and “Examples” subsections of Discrete Mathematics. They reinforce the formal structure of induction and show how a summation proof and a divisibility proof use the inductive hypothesis in different ways.

In the subsection “Formalizing Proofs,” read the formal framework. Focus on why the proof begins at the least permitted index and why k must be arbitrary. Then, in “Examples,” read Example 4.5.1, the summation formula, through the first example. Continue with Example 4.5.2, the divisibility proof, from the paragraph beginning “Again, start by understanding the dynamics of the problem” through the divisibility example. Compare how the new summand is added in the first proof with how the target expression is rewritten in the second.


How to make the inductive step work

The hardest part of an induction proof is normally not the base case. It is finding a representation of the -st claim that exposes the -th claim.

For the odd-number formula, the structural identity was

For the divisibility proof, the key identity was

In each case, the expression controlled by appears as a visible component of the next case.

When you approach a new induction problem, use this workflow:

  1. Specify the domain and first index.
    If the statement claims validity for , then the base case is , not automatically .

  2. Write and separately.
    This often reveals what changes: one extra summand, one additional factor, a larger polygon, or a new recursive term.

  3. State the inductive hypothesis in full.
    Do not merely write “assume true.” Write the actual equality or divisibility condition you may use.

  4. Begin with the part of that is structurally connected to .
    For sums, this is usually the left-hand side. For divisibility, it is often an algebraic rearrangement of the target.

  5. Finish with exactly the desired conclusion.
    In a divisibility proof, explicitly display the target as times an integer. In a formula proof, simplify to the right side required by .

Several common errors are worth actively avoiding:

ErrorWhy it failsRepair
Checking several numerical cases and stoppingAny finite list can miss a later failure.Prove the general conditional .
Assuming for all That is the theorem you are trying to prove.Assume only for an arbitrary in the inductive step.
Proving only one particular step, such as This gives no mechanism for all later cases.Keep arbitrary.
Omitting the base caseThe forward rule has no established starting point.Verify the first index in the stated domain.
Claiming divisibility without producing an integer factor“Looks divisible” is not a proof.End with and state that .

Induction is therefore not a substitute for reasoning. It is a framework that concentrates the reasoning into one reusable transition: from an arbitrary valid case to the next valid case.


Key takeaways

Mathematical induction proves a statement for every integer by establishing:

and

For a summation formula, compare the first terms with the first terms and add the new term. For a divisibility statement, rewrite the -st expression until the divisible expression from the hypothesis appears, then exhibit the required factor.

The inductive hypothesis is a local, conditional assumption about an arbitrary ; it is not permission to assume the whole theorem. A valid proof requires both a genuine base case and a complete, general inductive step.

Next, you will complete this proof-methods module by proving that a function is bijective, separating the two tasks of injectivity and surjectivity.

Can't find a good explanation? Sign up and we'll make it for you

Sign up