Let $ n>4$ be a positive integer such that $ n$ is composite (not a prime) and divides $ \varphi (n) \sigma (n) +1$, where $ \varphi (n)$ is the Euler's totient function of $ n$ and $ \sigma (n)$ is the sum of the positive divisors of $ n$. Prove that $ n$ has at least three distinct prime factors.
Problem
Source: 11th CHKMO 2009
Tags: function, Euler, algebra, polynomial, Vieta, quadratics, number theory
15.12.2008 06:26
brianchung11 wrote: Let $ n > 4$ be a positive integer such that $ n$ is composite (not a prime) and divides $ \varphi (n) \sigma (n) + 1$, where $ \varphi (n)$ is the Euler's totient function of $ n$ and $ \sigma (n)$ is the sum of the positive divisors of $ n$. Prove that $ n$ has at least three distinct prime factors. Because $ \varphi(n)\equiv 0 (\mod 2),\forall n > 4$ so we have $ \varphi(n).\sigma(n) + 1$ is an odd number . It follows that $ n$ must be an odd number . It is easy to check that $ n$ must be a square free number .If not ,then there exist a prime p such that $ v_p(n) > 1$ .From the formulas of Euler function we have $ p|\varphi(n)$ ,therefore $ p$ can not be a divisor of number $ \varphi(n).\sigma (n) + 1$ . Thus $ n$ must be a square free number . Suppose $ n$ has less than three prime divisor . And because $ n$ is not a prime so it must be product of two different primes .Let $ n = pq$ and $ p > q$ . Then \[ \varphi(n) = (p - 1)(q - 1) \] \[ \sigma(n) = (p + 1)(q + 1) \] And from the condition we have : $ pq|(p + 1)(q + 1)(q - 1)(q + 1) + 1$ Thus $ p|q^2-2,q|p^2-2$ ,it gives contradiction . Problem has been proved .
15.12.2008 07:21
$ pq|(p + 1)(q + 1)(q - 1)(q + 1) + 1$<- i believe that you've made some mistakes here... and $ p|q^2 - 2$ instead of $ p|q^2$... i think the simplest way to tackle the case of $ n=pq$ is vieta jumping.
15.12.2008 08:50
20.09.2024 09:03
how can p|q^2-2 and q|p^2-2 make a contraction? I just get that p and q must be both congruent to 1 or 7 when mod 8.