I am looking to find a proof by double counting.
Logically concerning the left hand side I was thinking about the number of all subsets of a n-set.
On the right hand side following the same logic I see that with the same logic this will translate to summing up the number of subsets of all k-sets for k=0 to n-1 and then adding one more set.
This seems a bit counterintuitive as there are a lot of sets that will be counted double.
I looked at the building up of the subsets from k to k+1 and tried finding a recurrence relation.
I noticed that in fact the number of subsets of a n-set is equal to the amount of the subsets in n=0 to n-1 added together plus 1. But I cant see why this is true.
It makes more sense to me that $2^n$ is equal to the sum of all subsets of length $k=0$ to $n-1$ and then adding the set itself so plus 1 and thus having $2^n=1+\sum_{k=0}^{n-1}\binom{n}{k}$.
I am quite sure we could get from those binomial coefficients to the $2^k$ that we want to find. But this would not be a double counting proof anymore.
Maybe I need to look at the problem in another angle?