>>7623702Proofs by induction involve some sort of indexed sequence - here, (a+b)^n for n=1,2,3,... and so on. When you do a proof by induction there are ALWAYS two steps:
1. Show that the statement is true for the lowest index. Here, show that the statement is indeed true for (a+b)^1.
2. Show that if the statement is true for ANY index N, the statement must then be true for the NEXT index N+1.
Make sure you understand why this works. You've shown that it's true for 1 and if it's true for any index, it's true for the next. Therefore, since it is true for 1, it is true for 2, so it is true for 3, so it is true for 4, on and on to infinity.
The hard part is obviously figuring out how to show that the statement being true for some arbitrary N means it is true for N+1. This is usually where the big idea in an induction proof is found.
Next post: how to figure out the main idea of this proof.