Can someone help me prove the equation: $$\sum_{k=0}^n \binom{2n}{2k} = 2^{2n-1}$$
I know that via binomial theorem for even k: $$2^{2n} = (1+1)^{2n} = \sum_{k=0}^n \binom{2n}{k}$$ and for odd k: $$0 = (1-1)^{2n} = \sum_{k=0}^n \binom{2n}{k}\cdot(-1)^k$$ That's how i solve the equation: $$2^{2n-1}=\frac{2^{2n}}{2}=\frac{\sum_{k=0}^n \binom{2n}{k}}{2}$$ Now we can remove all odd k because they are equal 0. Also only even k remain: $$\sum_{k=0}^n \binom{2n}{2k}=2^{n+1}$$ And.. I have a mistake somewhere, because it must be: $$2^{n-1}$$ I think I don't fully understand the difference between odd k and the number of subsets with odd cardinality. Or odd k is an abbreviation for the number of subsets with odd cardinality?