TOPICS
Search

Mathematical Induction


Mathematical induction is a method for proving that a proposition P(n) holds for every integer n>=n_0. The base case establishes P(n_0). For the inductive step, one assumes P(k), called the induction hypothesis, for an arbitrary integer k>=n_0 and proves P(k+1). The principle of mathematical induction then implies that P(n) holds for every n>=n_0.

For example, consider the identity

 sum_(j=1)^nj=(n(n+1))/2.

The base case n=1 is immediate. If the identity holds for n=k, then

 sum_(j=1)^(k+1)j=(k(k+1))/2+k+1=((k+1)(k+2))/2,

which proves the inductive step.

Ordinary mathematical induction uses the principle of weak induction. Under the principle of strong induction, the induction hypothesis assumes P(j) for every j from n_0 through k, while transfinite induction extends the method from the integers to well-ordered sets.


See also

Principle of Mathematical Induction, Principle of Strong Induction, Principle of Weak Induction, Transfinite Induction

Explore with Wolfram|Alpha

References

Buck, R. C. "Mathematical Induction and Recursive Definitions." Amer. Math. Monthly 70, 128-135, 1963.Séroul, R. "Reasoning by Induction." §2.14 in Programming for Mathematicians. Berlin: Springer-Verlag, pp. 22-25, 2000.

Referenced on Wolfram|Alpha

Mathematical Induction

Cite this as:

Weisstein, Eric W. "Mathematical Induction." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/MathematicalInduction.html

Subject classifications