Divisibility induction. Prove n3−n is divisible by 6 for all n≥1.
Base. n=1: 1−1=0=6(0) ✓.
Hypothesis. Assume k3−k=6m for some m∈Z.
Step. (k+1)3−(k+1)=k3+3k2+3k+1−k−1=(k3−k)+3k2+3k=6m+3k(k+1).
k(k+1) is product of consecutive integers, so even — say =2j. So 3k(k+1)=6j, and total =6(m+j), divisible by 6. ✓.
Conclusion. By PMI, n3−n is divisible by 6 for all n∈N.
Inequality induction. Prove 2n>n for all n≥1.
Base. n=1: 2>1 ✓.
Hypothesis. Assume 2k>k for some k≥1.
Step. 2k+1=2⋅2k>2k (using hypothesis). We need 2k≥k+1, i.e. k≥1 ✓.
So 2k+1>2k≥k+1. ✓.
Conclusion. By PMI, 2n>n for all n∈N.
Compound angle and De Moivre by induction. For θ∈R,n∈N:
(cosθ+isinθ)n=cosnθ+isinnθ.
(De Moivre's theorem — covered in Complex Numbers; the proof is by induction.)