Printer friendly version
|
Mathematical InductionPrincipal of mathematical inductionWhere P(n) is a function taking a natural number and returning a boolean result:
For example, 1 + 3 + 5 + ... + (2n-1) = n2:
Proof of mathematical induction This is done by showing the smallest x such that not P(x) is proved by P(x-1) -which is to small to be not P(x) and proves it as P(x) ? P(x + 1)
We now prove that if 1 and 2 are true, then 3 is false, hence P(m) is true for all natural numbers
Course of values induction
Note the lack of base case
|
Discrete_Maths/Mathematical_Induction.htm was last modified on 2006-12-26 14:12:10

Printer friendly version