Sign In
A proof by mathematical induction is a method used to prove statements that involve natural numbers. In a proof by mathematical induction, the first possible case is shown to be true. Next, the claim is assumed to be true for one arbitrary case. It is then shown that the claim remains true for the next possible case. For example, consider the following statement for the special series. 1+2+3 + ⋯ + n = n(n+1)/2 To prove this statement using mathematical induction, there are four steps to follow.
LHS+( k+1)=RHS+( k+1)
a = 2* a/2
Add fractions
Factor out (k+1)
As it can be seen, the left-hand side is the sum of the first k+1 natural numbers, and the right-hand side is the expression obtained when substituting k+1 for n.
The assumption in the second step is called the induction hypothesis.