Prove that you can choose $ 2 ^ {k-1} $ numbers from $2^k -1 $ integers so that the sum of them is divisible by $2^{k-1}$ .
The work I have done :
I wanted to use strong induction , I presumed the theorem is correct for all numbers less than $2^k -1 $ in the form of $2^n -1 $ from there I concluded you can choose $2^{k-1} $ numbers from our $2^k -1 $ numbers and you can write them in the form of $ 2 ^ {k-1} . m $ , the remaining numbers will be $ 2 ^ {k} $- $ 2 ^ {k-1} : { 2 ^ {k-1} }$ we can write that in the form of $ 2 ^ {k-1} $ too , but at this point I realized I was way off the solution and appreciate any other ideas (even not involving induction)