2

(a) Show that if $q$ is a prime and $q\ |\ m$ then $\phi(mq)=q\phi(m)$, while if $q \nmid m$ then $\phi(mq) = (q-1) \phi(m)$. Deduce if $m|n$ then $\phi(m)\ |\ \phi(n)$.

(b) If $\phi(n)=8$ and $p$ is a prime divisor of $n$, show that $p\leq5$. Hence find all $n$ such that $\phi(n)=8$.

Not sure where to start. I can't see how to use the formula $\phi(m)=m\prod_{i=1}^{k} \left(1-\frac{1}{p_i}\right)$ when $m= \prod_{i=1}^{k} p_i^{e_i}$.

(c) Show that for no integer $n$ is $\phi(n) = 14$.

Again I need a hint.

1 Answers1

1

The deduce bit in part (a) is not right. For in general $\varphi(cm)\ne c\varphi(m)$. For a proof, I would suggest strong induction, using the result of the first part of (a).

For (b), note that if $p$ is a prime that divides $n$, then $p-1$ divides $\varphi(n)$. If $p=7$, then $p-1$ does not divide $8$, and if $p\gt 7$, then $p-1\gt 8$, so again does not divide $8$.

The fact that $14$ is not $\varphi(n)$ for any $n$ has been proved a number of times on MSE.

André Nicolas
  • 514,336