The basic idea behind using induction to prove some indexed relationship f
n is
- Show that the relationship is true for some particular value of n0.
- Show that if the relationship is true for n0, n0+1,n0+2, ..., N, then it is true for N+1.
By induction, these two items mean that the relationship is true for all integers greater than or equal to
n0.
The problem at hand is to show that 1+2+...+n)
2 = 1
3+2
3+...n
3. This equality is trivially true for the case
n=1; it reduces to 1
2=1
3=1. The trick then is to show that if the relationship is true for some particular
n, then it is also true for
n+1.