Show that there does not exist an integer $n\in\mathbb{N}$ s.t $$\phi(n)=\frac{n}{6}$$.
My solution:
Using the Euler's product formula:
$$\phi(n)=n\prod_{p|n}\Bigl(\frac{p-1}{p}\Bigr)$$
We have: $$\frac{\phi(n)}{n}=\prod_{p|n}\Bigl(\frac{p-1}{p}\Bigr)=\frac{1}{6}$$
But $6=3\cdot 2$, hence
if $p=2,\;\;\;\;\; \Bigl(\frac{p-1}{p}\Bigr)=\Bigl(\frac{2-1}{2}\Bigr)=\frac{1}{2}$
if $p=3,\;\;\;\;\; \Bigl(\frac{p-1}{p}\Bigr)=\Bigl(\frac{3-1}{3}\Bigr)=\frac{2}{3}$
But $\Bigl(\frac{2-1}{2}\Bigr)\Bigl(\frac{3-1}{3}\Bigr)\neq \frac{1}{6}$
Is this correct?
Thanks
$$\phi(n)=\frac{n}{6}$$ $$\iff \prod_{p\mid n}\frac{p}{p-1}=6 $$ $$\text{ Taking the 2-adic order of both sides}$$ $$v_2(\prod_{p\mid n}\frac{p}{p-1})=v_2(6)$$ $$\sum_{p\mid n}v_2(\frac{p}{p-1})=1$$ $$1=\sum_{p\mid n} v_2(p)-v_2(p-1)$$ $$1\leq \sum_{p\mid n} v_2(p)$$ $$\text{ But }v_2(p)=0, \text{ For all primes } p \text{ unless } p=2$$ $$\text{Thus we must have that one of the primes is } 2$$ $$\text{ Now going back we have that}$$ $$1=\sum_{p\mid n} v_2(p)-v_2(p-1)$$ $$1=v_2(2)-v_2(1)+\sum_{p\mid n}_{p\ne 2} v_2(p)-v_2(p-1)$$ $$0=\sum_{p\mid n}_{p\ne 2} v_2(p)-v_2(p-1)$$ $$\text{ But since } p\ne 2 \text{ we know that } v_2(p)=0 \text{ for all other primes } p$$ $$\text{ So we get that}$$ $$0=\sum_{p\mid n}_{p\ne 2} v_2(p-1)$$ $$\text{But for every odd prime } p \text{ we know that } p-1 \text{ has at least one factor of } 2$$ $$\text{ So the only way the right hand side can be zero is if no other primes divide } n \text{ other then } 2$$ $$\text{ Which leaves us with}$$ $$\prod_{p\mid n}\frac{p}{p-1}=\frac{2}{2-1}=2=6$$ $$\text{ A contradiction and thus there can be no solutions to } \phi(n)=\frac{n}{6}$$