- #1
Poirot1
- 245
- 0
prove that there is no positve integer n such that g(n) dividies n/5, where g is the euler totient function.
Poirot said:I think you misunderstand.
My proof: Assume to the contary. Firstly, n is divisible by 5. Let $p_{1}$,...$p_{t}$ be the other prime factors of n.Bacterius said:First we see $n$ has to be a multiple of $5$, otherwise $n / 5$ is not an integer. so $n = 5^l \cdot m$ and $m$ not a multiple of $5$.
Then we have $\phi(n) = 5^{l - 1} 4 \phi(m)$. Now assume $5^{l - 1} 4 \phi(m)$ does divide $m$. Therefore:
$$m = k \cdot 5^{l - 1} 4 \phi(m) \tag{1}$$
Now let the factorization of $m$ be the quasi-general form ($m$ not a power of two, and not a multiple of $5$):
$$m = p_1^{\alpha_1} p_2^{\alpha_2} \cdots p_r^{\alpha_r} ~ ~ ~ ~ \text{with} ~ ~ ~ ~ p_r ~ ~ \text{odd} ~ ~ ~ ~ \text{and} ~ ~ p_1 \ne p_2 \ne \cdots \ne p_r \ne 5$$
Then, it follows that:
$$\phi(m) = \left [ p_1^{\alpha_1 - 1} p_2^{\alpha_2 - 1} \cdots p_r^{\alpha_r - 1} \right ] \cdot \left ( p_1 - 1 \right ) \left ( p_2 - 1 \right ) \cdots \left (p_r - 1 \right )$$
And it should be clear that $(1)$ can never be satisfied, as the prime power $p_r^{\alpha_r}$ cannot divide $\phi(m)$. We have one case left, when $m$ is a power of two. Then:
$$m = 2^e ~ ~ ~ \implies ~ ~ ~ 5^{l - 1} 4 \phi(m) = 5^{l - 1} 2^{e + 1}$$
We see $5^{l - 1} 4 \phi(m) > m$ and so $(1)$ still does not hold.
We reach a contradiction, and Poirot's statement holds true. QED.
Ok I will agree this proof is poorly written but I've jotted it down hastily. Hopefully the underlying idea is still clear (the core concept is pretty much that $\phi(m)$ does not divide $m$). It could probably be generalized for divisors other than $5$, but one must be careful about the special case $m$ is a power of two, which occurs because $\phi(5)$ happens to be a power of two.
The Euler totient function, also known as Euler's phi function, is a mathematical function that counts the number of positive integers less than or equal to a given number that are relatively prime to that number.
The formula for calculating the Euler totient function of a number n is: φ(n) = n * (1-1/p1) * (1-1/p2) * ... * (1-1/pk), where p1, p2, ..., pk are the distinct prime factors of n.
Euler's theorem states that if a and n are coprime integers, then aφ(n) ≡ 1 (mod n), where φ(n) is the Euler totient function of n. In other words, raising a number to the power of the Euler totient function of n and taking the result modulo n will always give a remainder of 1.
Yes, there are several proofs for the Euler totient function, including a proof using modular arithmetic, group theory, and number theory. Each proof provides a different perspective on the function and its properties.
The Euler totient function has various applications in number theory and cryptography. It is used in the RSA encryption algorithm, which is widely used in secure communication and online transactions. It also has applications in primality testing, factorization of integers, and generating primitive roots.