N+2 |   |
å | i = (N-1)(N+6)/2, N>=2 |
i=4 |   |
Sum(i=4,N+2)i = (N-1)(N+6)/2, N>=2.
Now on with the proof.
Base case: N=2. Plugging in 2 for N, we get
_______________________ = _______________________ (show work!).
Inductive Step: (Show that if P(k) is true then P(k+1) must be true.) That is, show that
if Sum(i=4,k+2)i = (k-1)(k+6)/2 (inductive hypothesis) then ______________________________________________ (just like above but k+1 for k)Proof of the inductive step: By the inductive hypothesis we know that Sum(i=4,k+2)i = (k-1)(k+6)/2. How can we use this (remember, we get to assume that the inductive hypothesis is true), to show that the k+1 case is true? Consider these points:
____________________________________________________________________.
_____________________________= _______________________________.
We know that this is true because we got it by adding the same thing to both sides of an equation that we know is true (the inductive hypothesis). The LHS of this is the same as the k+1 case; simplify the RHS and see if it is the same as the RHS of the k+1 case. SHOW YOUR WORK!
___________________________________________________________________
We have now shown that P(k)->P(k+1), so the proof is complete.