I'm looking for tips on how to prove the following identity for all $n \in \mathbb{N}$.
$$\sum^{\left \lfloor{\frac{n}{2}}\right \rfloor}_{k=0}\begin{pmatrix}n\\2k\end{pmatrix}=2^{n-1}$$
I know that from the binomial theorem I can show that $$2^n=(1+1)^n=\sum^n_{k=0}\begin{pmatrix}n\\k\end{pmatrix}1^k1^{n-k}=\sum^n_{k=0}\begin{pmatrix}n\\k\end{pmatrix}$$
So how can I make a connection between these two identities? Is it also possible to make a bijection between the sets representing the left and right or count in both directions?