How to prove with double counting technique that $1+2+\dots+2^n=2^{n+1} -1$?
I can see, for example, that the right-hand side of the equation counts the cardinality of the powerset of a set with n+1 elements (excluding the empty set): could this be a good idea? Because I don't seem to be able to make the left-hand side fit this idea...
If you want the right-hand side to be the number of nonempty subsets of $\{1,\ldots,n+1\}$, then you can think of each $2^k$ on the left-hand side as the number of subsets of $\{1,\ldots,n+1\}$ whose largest element is $k+1$.