For positive integers $m$ and $n$, if $$\phi(mn)=\phi(m)$$ and $n>1$, then $n=2$ and $m$ is odd, where $\phi$ denotes the Euler totient function.
State with justification whether the statement is true or false. In my opinion I think the statement is true but I can't find the starting point for the proof.. it's really confusing.
$\textbf{Hint}$:
$$\phi(mn)=\phi(m)\phi(n) \frac{d}{\phi(d)}$$
where $d=\text{gcd}\;(m,n)$
[For the proof, refer Apostol's Introduction to Analytic Number theory]
$\textbf{Addition}$:
By this result, and your hypothesis
$$\phi(m)=\phi(m) \phi(n) \frac{d}{\phi(d)}$$
So $\phi(n) \frac{d}{\phi(d)}$ must be $1$. Since both factors are positive integers, $\phi(n)=1$ and $\frac{d}{\phi(d)}=1.$
$\phi(n)=1$ implies $n=1$ or $2$, but $n>1$ so $n$ must be 2.
Also$$\frac{d}{\phi(d)}= \frac{gcd(m,n)}{\phi(gcd(m,n))}=\frac{gcd(m,2)}{\phi(gcd(m,2))}=1$$ implies $m$ must be odd
Hope this helps!