Mathematical induction

The mathematical induction is used to proof sum, or row building roles. The idea of it is to apply a building role P(n) to the element n+1 what is P(n+1) and compare it to P(n) extended by the element n+1 and if both are equal and the role is valid for the first element x < n P(x) as well, then the building role is correct.

If we have the sample


Induction


And want to know the building role for this. We would start with:


Induction

That leads to the assumption


Induction

To proof that:


Induction

and


Induction

Now P(n) plus the element n+1


Induction

Induction

Induction

and


Induction

And with i = 1


Induction

The role is proofed :-)


Induction



Or for the sum of the squares as another sample:


Induction



Proof:


Induction

Induction

Induction

Induction

Induction

Induction


Induction



What proofs the role as correct.


Another example: Pascal's triangle (here for n = 0…4 and k ≤ n):

For the binominal coefficients (a+b)k we get the following elements:


Induction



This triangle form is called Pascal’s triangle.


It has the building role for the factors of each term:


Induction



with


Induction



If we look at one element, it is always built of the upper 2 elements right above it:


Induction



And the building role for this element between the two upper is


Induction



For 1 < k < n


For the proof:

Induction

Induction

Induction

Induction

Induction



and

Induction



What proofs this role as correct as well :-)