I apologise if this has been posted before, but I've been poring over this problem for days now and just can't seem to get it.
I'm looking for a combinatorial proof for:
$2^n - 1 = 2^0 + 2^1 + 2^2 + 2^3 +...+ 2^{n-1}$
Thank you very much for the help!
We count the non-empty subsets of $\{1,2,3,\dots,n\}$. There are $2^n-1$ of them.
There are $2^0$ subsets with biggest element $1$, $2^1$ with biggest element $2$, $2^2$ with biggest element $3$, and so on up to $2^{n-1}$ with biggest element $n$. Add up.