|
||||||||||||
|
||||||||||||
| ||||||||||||
James, For problems like this, the key idea is to write abs(a1 + a2 + ... + an) = abs(a1 + a2 + ... + (an-1 + an)). The expression on the right hand side is a sum of n-1 terms. That lets you use the induction hypothesis to get <= abs(a1) + abs(a2) +...+ abs(an-1+an) and then apply the base case to the last term. Good luck. | ||||||||||||
|
||||||||||||
Math Central is supported by the University of Regina and The Pacific Institute for the Mathematical Sciences. |