Show that $$\sum_{i=0}^{n}\binom{k}{i}=2^{k-1}$$ for every positive odd integer in the form of $k=2n+1$ ($n$ being a positive integer).
I tried the usual induction demonstration.
The case for $k=1$ is rather trivial. I'm currently stuck at the second part of the proof. I know that $\binom{k}{0}=1$ for every $k$ and $$ \sum_{i=0}^{n} \binom{n}{i} = 2^n$$ but despite that I'm having trouble arriving at the desired result.