In this link Prove that every positive integer $n$ has a unique expression of the form: $2^{r}m$ where $r\ge 0$ and $m$ is an odd positive integer we have a proof without induction (and I understand it). But my teacher wants us to use induction to solve this problem.
How do I go from this: $n = 2^a.b$, to this: $n + 1 = 2^a.b + 1 = 2^c.d$ for some $c$ and $d$?