I need help proving every natural number can be expressed as $2^{x} \cdot {y}$, where $x$ is a non-negative integer, and $y$ is an odd positive integer.
I thought that maybe using Strong Induction was a good idea, but I can't figure out what the base case should be. I have never done induction with two variables before.
Also when $n$ is odd, we can just write $n^{0}\cdot y$, where $n = y$, but the even case is tricky.
Doing it by strong induction is a good idea.
Hint: the case $n=1$ is trivial. Now, take $n\in\mathbb N$ and suppose that the statement is true for every $k\in\{1,2,\ldots,n\}$. Does it hold for $n+1$. If $n+1$ is odd, it's trivial. (Why?) And if $n+1$ is even, what can you tell us about $\frac{n+1}2$?