Used for proving sequences and series.
Structure
WTS:
Base Cases
Assuming base cases
- Let 
- Proof of
 
- Let 
- Proof of
 
- …
- Let 
- Proof pf
 
Induction Step
- Let
- Suppose  holds whenever  Induction Hypothesis
- Proof of
 
- Therefore by induction, holds for all
Used for proving sequences and series.
WTS: ∀k≥b,(∀b≤i<k,P(i))⟹P(k)
Assuming base cases b,…,b+k−1