Show that if $p_1,\ldots p_t$ are the first $t$ prime numbers, and $n_j = p_1\cdot \ldots \cdot p_t - \frac{p_1\cdot \ldots \cdot p_t}{p_j}$, then $\phi(n_j)=\phi(n_k)$ for $1 \leq j,k \leq t$ and conclude that the equation $\phi(x)=m$ has infinitely many solutions. Here $\phi(\cdot)$ is the Euler Totient function.
I am really stuck on this one. First of all $p_j \nmid n_j$ because even though $p_j$ divides the first term in $n_j$ it does not divide the second. Therefore $gcd(n_j,p_j)=1$. However, can we use this to prove the theorem? Thanks for any help!
EDIT At first the whole expression for $n_j$ seemed really confusing to me. I think it can be rewritten as: $$n_j = \left(1-\frac{1}{p_j}\right) \prod\limits_{i=1}^{t} p_i = (p_j-1)\left(\prod\limits_{i=1}^{j-1}p_i \right)\cdot \left(\prod\limits_{i=j+1}^{t}p_i \right)$$ Maybe this helps!