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
if $n$ is odd then $n=2^{0}n$, but I dont know what to do when $n$ is even
and to prove that this expression is unique is it a good choice to use the fundamental theorem of arithmetic?
I would really appreciate your help
This is definitely where you use the Fundamental Theorem of Arithmetic.
Note that $2^rm$ actually is the unique prime decomposition of the number guaranteed by the theorem in disguise. The only difference is that $2$ and its powers have been separated from the rest of the primes (which have been combined into a single product, $m$).
In other words, consider a number $x$ and its unique prime decomposition. We can simply apply the associative property like so to get it into your form:
$$x = 2^{k_1}p_2^{k_2}p_3^{k_3} \cdot \cdot \cdot p_n^{k_n} = (2^{k_1}) \cdot (p_2^{k_2}p_3^{k_3} \cdot \cdot \cdot p_n^{k_n})$$
And of course if $x$ is odd, the power on $2$ would simply be $0$.