I have to prove that $\sum_{k=1}^{n} (-1)^{k+1}\binom{n}{k}=1.$ I tried to prove that by induction, with the base case trivial.
By the binomial coefficient property we have that $\binom{n}{k}=\binom{n-1}{k}+\binom{n-1}{k}$.
So if we add the summatory and separate the n term in the summatory we have that:
$\sum_{k=1}^{n} (-1)^{k+1}\binom{n}{k}=(-1)^{n+1}\binom{n}{n}+\sum_{k=1}^{n}(-1)^{k+1}\binom{n-1}{k-1}+\sum_{k=1}^{n}(-1)^{k+1}\binom{n-1}{k-1}=(-1)^{n+1}+1+0\neq1$.
(Where the last equality comes from induction hypotesis and by the property $\sum_{k=0}^{n}(-1)^{k}\binom{n}{k}=0$)
Where am i wrong?