0

I saw in the top answer for this question Show that there is no integer n with $\phi(n)$ = 14 that the following assumption was made:

If a prime $p \mid n$, then $p - 1 \mid \phi(n)$, with $\phi(n)$ referring to Euler's totient function applied to $n$.

However, I am confused as to why this assumption is true.

1 Answers1

1

If $p \mid n$, then $n = p^v\cdot m$ (where $p\nmid m)$. Then $$\phi(n) = \phi(p^v \cdot m) = \phi(p^v)\cdot \phi(m) = (p-1)p^{v-1}\phi(m)$$ Therefore, $p-1 \mid \phi(n)$.

VIVID
  • 11,604