Q. Let $2^k$ be the highest power of $2$ in the set $\{1, 2, ..., n\}$. Show $2^k$ does not divide any other element in the set.
The proof is:
If $2^k$ divides any other element of the set, this implies that there is a multiple $d2^k$, $(d>1)$ which is $\leq n$ .
Thus, $$2^{k+1} \leq d2^k \leq n$$ In which case, $2^{k+1}$ would be the highest power of 2 which is a contradiction.
My misunderstanding is where the $2^{k+1}$ comes from. Can someone explain? How does that value lower bound the $d2^k$. I understand that the $d$ is greater than $1$ and thus must be at least $2$ but I'm not seeing how that follows through.