I was given this identity for $n > 0$, $$\sum_{k=0}^{n} (-1)^k {n \choose k} = 0$$
I need to explain why, using the "weirdo" method, there are exactly many subsets with an even number of elements as there are subsets with an odd number of elements, and then give a combinatorial proof of the identity.
I am stuck on getting started with the "weirdo" method. Can anyone get the ball rolling with this method's use?
I did some googling. According to my understanding, using the "weirdo" method means that we pick a specific element, "the weirdo", and keep track of where it goes. Hence let $x \in U_n$ be weird, where $U_n$ stands for any set of $n$ elements. Let $E_n$ be the number of even-sized subsets of $U_n$ and $O_n$ be the number of odd sized partitions of $U_n$.
First consider $E_n$. We can either choose all odd-sized subsets of $U_n - \{x\}$ (of size $n-1$) and add the element $x$ or we can choose all even-sized subsets that do not include $x$ (of size $n-1$). Hence $E_n = O_{n-1} + E_{n-1}$
Then consider $O_n$. Similarly, we can either choose all even-sized subsets of $U_n - \{x\}$ (of size $n-1$) and add the element $x$ or we can choose all odd subsets that do not include $x$ (of size $n-1$). Hence $O_n = E_{n-1} + O_{n-1}$.
Thus $E_n = O_n$.
Regarding the identity, observe that $E_n = \sum_{k = 0, k \ \mathrm{even}}^{n}{n \choose k}$ and $O_n = \sum_{k=1, k \ \mathrm{odd}}^{n} {n \choose k}$ and use $E_n = O_n$.