+Mathematical induction is a fundamental [proof](/wiki/proof) technique in [mathematics](/wiki/mathematics). It establishes the truth of a statement for all natural numbers by first verifying a base case, then showing that if the statement holds for one number, it must also hold for the next.
+## See also
+- [Natural Numbers](/wiki/natural_numbers)
+- [Proof](/wiki/proof)
+- [Recursion](/wiki/recursion)
... 1 more lines