Empirical Observation on number of solutions to (n)=m

159 Views Asked by At

In 1999, Ford proved that for every $k\ge2$, there exists $m$ such that $\phi(n) = m$ has exactly $k$ solutions. Here, $\phi$ is the Euler totient function which counts the number of integers relatively prime to $n$. However, it remained an open question that does there exist $m$ for which $k=1$. Carl Pomerance, Kevin Ford, Victor Klee and many others have worked on providing the upper and lower bounds for the failure of conjecture and the conditions under which the conjecture cannot be true. In the following script on the stack, while doing some hand work, I've found the following conclusion based on observations from numerical computations. I am not able to prove the conclusion and any help on the same would be of worth to me.

Observation : If $m = 2^{j},$ $\phi(n) = m$ has exactly $j+2$ solutions.

Validating the observation : The observation is validated using the following data from oeis, (https://oeis.org/A014197/b014197.txt). For example if $m = 2^{2}$, number of solutions to $\phi(n) = 2^2$ are $2+2 = 4$. Another example is if $m = 2^{12}$, number of solutions to $\phi(n) = 2^{12}$ are $12+2 = 14$.

At present, I don't have much idea on proving this observation. I would be thankful stack community provides some insight on the same.

2

There are 2 best solutions below

4
On

From the formula for $\phi$, it is clear enough that if $\phi(n)$ is to be a power of two, then all primes that divide $n$ must be one greater than a power of two. The special prime $2$ can occur in any multiplicity $2^k$ in the factorization of $n$, while the odd primes must be Fermat primes, and each can only occur once (to the first power).

(Note that Gauss discovered that for such $n$ it is possible to construct the regular $n$-gon with compass and straightedge. He knew that for $n$ not of this type, it was impossible, and this part was proved by Wantzel.)

The only known odd primes that are one greater than a power of two, are $3,5,17,257,65537$. Therefore, the only known odd numbers whose totient is a power of two, are the thirty-two positive divisors of $3\cdot 5\cdot 17\cdot 257\cdot 65537$. Each such number can be multiplied by two raised to any power to get even numbers whose totient is a power of two.

It is left as an exercise to count how many of all these numbers $n$ are mapped by $\phi$ to each value $2^j$. Note that if $n$ is the odd part, then both $n$ and $2n$ share the same totient, while the subsequent doublings $2^2n,2^3n,2^4n,\ldots$ correspond to doublings of the totient values.

The result of the exercise, is that the number of solutions to the equation $\phi(n)=2^j$ for $j=0,1,2,\ldots$ is:

2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 32, 32, 32, 32, 32, ...

We can denote the $j$th term of this sequence $a(j)$. Then under the hypothesis that no more Fermat primes exist we have: $$a(j)=\begin{cases}j+2 & \text{for }0\le j<32 \\ 32 & \text{for }j\ge 32\end{cases}$$ The first Fermat number whose primality is still unknown, is $F_{33}=2^{8589934592}+1$. Consequently, the first $a(j)$ which is unknown is $a(8589934592)$. We have $a(8589934592)=32$ if $F_{33}$ is composite, or $a(8589934592)=34$ in the unlikely case $F_{33}$ is prime.

I think I should submit $a(j)$ to OEIS. Edit: The sequence was already in OEIS but I had trouble locating it because its data was temporarily incorrect. That is now fixed; see A058321.

0
On

I must try to end this discussion with a proper base, by citing the following article in which the complete account of image of Euler totient function is provided.

The discussions done through comments and answers on the stack community are found to be exact and up to the mark.

The complete formulation for the discussion done through comments is given in the article attached with this answer.

I am thankful to people who have spent their valuable time in answering and discussing on the question posed on this platform.

Article:-https://arxiv.org/abs/0910.2223