I am doing problem 3d in the Prologue of Spivak:
Prove $(a+b)^n = a^n + {n\choose1}a^{n-1}b + {n\choose2}a^{n-2}b^2 + ... + {n\choose n-1}ab^{n-1} + b^n$
I feel like my proof could pass off as acceptable in a number of situations. I am using induction:
Base case 0. $(a+b)^0$ = $1$ which is true.
Now I assume it holds for an arbitrary $k$ the statement will be true if it holds for $k+1$. This is where I have problems because I feel like I'm proving it because the homework says it's true:
$$(a+b)^{n+1} = (a+b)^{n}(a+b)$$ $$(a^n + {n\choose1}a^{n-1}b + {n\choose2}a^{n-2}b^2 + ... + {n\choose n-1}ab^{n-1} + b^n)\times (a+b)$$ (The next step I am only assuming that the statement is true because it was stated in the problem.) $$a^{n+1} + {n+1\choose1}a^{n}b + {n+1\choose2}a^{n-1}b^2 + ... + {n+1\choose n}ab^{n} + b^{n+1}$$
This is what we want hence the statement is true.
Although I feel like depending who I talk to this could be a good enough proof. Is there another way I can represent the series that clearly demonstrates the step I'm "handwaving" is true? (Or at least can I have a hint?)
You are missing steps. Your last expression is your goal. You need to first distribution $(a+b)$ in the expression before it, collect appropriate terms, and then use an identity to get to the last expression.
(Hint: Use ${n \choose k} + {n \choose k-1} = {n+1 \choose k}$. Make sure to prove this or give a reference to it in your textbook.)