Principle of mathematical induction

An axiom scheme asserting that properties holding at 1 and preserved by n→n+1 hold for all natural numbers
Principle of mathematical induction

The principle of mathematical induction states: if P(n)P(n) is a statement depending on nNn\in\mathbb{N} and

  • P(1)P(1) is true (base case), and
  • for every nNn\in\mathbb{N}, P(n)P(n+1)P(n)\Rightarrow P(n+1) (inductive step), then P(n)P(n) is true for all nNn\in\mathbb{N}.

Induction underlies virtually every rigorous argument about integers, sequences, and series, and is used to prove inequalities, formulas for sums, and structural properties of N\mathbb{N}.