Mathematical Induction
Inductive Definition of Sequences
- In general, a sequence
is defined inductively by: - The value of the first term
, - A recurrence relation between two consecutive terms
and (for ). - Inductive Definition of Arithmetic and Geometric Sequences
- Inductive definition of an arithmetic sequence:
A sequencedefined inductively as is an arithmetic sequence with the first term and common difference . - Inductive definition of a geometric sequence:
A sequencedefined inductively as is a geometric sequence with the first term and common ratio .
Mathematical Induction
To prove that a proposition holds for all natural numbers , the following two steps need to be shown:
- The proposition
holds for - Assuming that the proposition
holds for , it must also hold for
This method of proving is called mathematical induction.