⊢
Mathematical Induction
★★★☆☆High School
📖Definition
Mathematical induction proves statements about natural numbers. It consists of base case (n=1) and inductive step (n=k → n=k+1).
📐Formulas
P(1) ∧ (∀ k (P(k) → P(k+1))) ⇒ ∀ n P(n)
Principle of mathematical induction
✏️Examples
예제 1
Prove 1 + 2 + ... + n = n(n+1)/2 by induction.
📜History
Discovered by: Pascal, Fermat (17th century)
The principle is inherent in natural number definition, explicitly used from 17th century.
⚡Applications
Mathematics
Series formulas, inequality proofs
Computer Science
Recursive algorithm analysis
Formal Languages
Grammar property proofs
🔗Related Documents
→Prerequisites
←Next Topics
↔Related
#귀납법#증명#induction#proof