Principle of mathematical induction

A proof principle for statements indexed by ℕ: base case plus inductive step implies all cases
Principle of mathematical induction

The principle of mathematical induction says:

Let P(n)P(n) be a statement for each nNn\in\mathbb{N}. If

  1. (Base case) P(0)P(0) is true, and
  2. (Inductive step) for every nNn\in\mathbb{N}, P(n)P(n+1)P(n)\Rightarrow P(n+1), then P(n)P(n) is true for all nNn\in\mathbb{N}.

Induction is equivalent (over basic set theory) to the : every nonempty of N\mathbb{N} has a least element.