Does d dividing n imply phi(d) divides phi(n)?

In summary, the conversation discusses the proof that if d divides n, then the totient function phi(d) divides the totient function phi(n). The conversation also explores different approaches to solving this problem, including using prime decomposition and the multiplicative property of the totient function. There is also a clarification that the totient function is indeed multiplicative and a discussion on the general form of the function for non-coprime numbers.
  • #1
xax
26
0
Prove that if d divides n then phi(d) divides phi(n).
Thanks
 
Physics news on Phys.org
  • #2
Have you already proved the totient function is multiplicative?
 
  • #3
yes, rodigee
 
  • #4
Then you're home free!

[tex]d\left| n[/tex] means [tex]n = d*a[/tex] for some integer a. So, bearing in mind the totient function is multiplicative, what can you now say about [tex]\varphi (n)[/tex] ?
 
  • #5
Yes rodigee, this is the way I've solved it, thanks.
 
  • #6
There is a crucial problem with your tactic, namely that the Euler phi function is ONLY multiplicative for co-primes.

Consider that 2|8. 8=2*4, but 2 and 4 are not co-prime. Phi(2)=1 and Phi(4)=2. Phi(2)*Phi(4)=2. But Phi(8)=4!

Multiplicativity of Phi alone is sufficient to prove the property when n=da, d and a co-prime. But not in general. Anyone have insights on how to do this?
 
Last edited:
  • #7
Couldn't you make use of prime decomposition?

Take the prime decomposition of n, and let it's totient function be the product of the totient's of it's primes. Do the same for d, and since d|n, the prime decomposition of d is imbedded in n, so for n=d*a, a is just what's left to complete d so that it equals a ... or something like that :)
 
  • #8
Here's how I did it.

Prove that if m | n, then phi(m) | phi(n)
Note that from phi(p^a) = (p^(a-1))(p-1) for some prime p, it follows that phi(p^a) | phi(p^b)
for a | b.
This generalizes to phi(k^a) | phi(k^b) for composite k, since phi is multiplicative.
Since m | n, there exists some q in Z such that mq = n.
Thus, there exists some c, r in Z such that (m^c)r = n where gcd(m, r) = 1 and c ≥ 1.
Hence phi(m) | phi(m^c) and phi(m^c) | phi(m^c)phi(r).
We have phi(m^c)phi(r) = phi(mc^r) = phi(n) since gcd(m, r) = 1 and phi multiplicative.
Thus phi(m) | phi(n).

QED
 
  • #9
Here is an alternative, perhaps more in the spirit of "consider the prime factorization of...".

Let P(n) be the set of (distinct) primes in the factorization of n.
If S is any set of primes {p1, p2, p3, ...}, let F(S) = (1-1/p1) (1-1/p2) (1-1/p3) ...

In this notation, we know that phi(n) = n F(P(n)).

Now it is time for a
Lemma:
If S is a subset of P(n), then n F(S) is an integer.
Proof: each factor in F(S) is of the form
(1 - 1/p) = (p-1)/p
Each distinct prime in S exists (at least once) in the factorization of n, cancelling one denominator in F(S) and leaving
n F(S) = k (p1-1) (p2-1) (p3-1) ..., where S = {p1, p2, p3, ...} and the integer k = n/(p1 p2 p3 ...). The result follows.

Now for the main dish: if m|n, let n = qm. We know that P(n) = P(qm) = P(q) U P(m).

Let D be the set difference P(n) - P(m). We know that D is a subset of P(q).

Therefore, phi(n) = n F(P(n)) = qm F(P(m)) F(D) = phi(m) q F(D).

Since, by the Lemma, q F(D) is an integer, the conclusion follows.
 
  • #10
I'm making a quick comment

Euler's totient function IS multiplicative. Someone said it's only for coprimes but there's a general form where the 2 numbers don't have to be coprime

phi(mn) = phi(m)phi(n) * d/phi(d)

where d is the GCD of m and n.
 
  • #11
squelchy451 said:
I'm making a quick comment

Euler's totient function IS multiplicative. Someone said it's only for coprimes but there's a general form where the 2 numbers don't have to be coprime

phi(mn) = phi(m)phi(n) * d/phi(d)

where d is the GCD of m and n.

Learn what mulitplicative means.
 
  • #12
This thread is 4 years old...
 

What is Euler's phi function?

Euler's phi function, also known as the totient 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 it. In other words, it determines the number of positive integers that are coprime (have no common factors) with the given number.

What is the significance of Euler's phi function?

Euler's phi function is significant in number theory, as it has many applications in cryptography, particularly in the RSA algorithm. It is also used in the study of prime numbers and in solving various mathematical problems.

How is the value of Euler's phi function calculated?

The value of Euler's phi function for a given number n is calculated by finding the prime factorization of n and using the formula φ(n) = n(1-1/p1)(1-1/p2)...(1-1/pk), where p1,p2,...,pk are the distinct prime factors of n.

What is the connection between Euler's phi function and division?

Euler's phi function is closely related to division, as it is used to determine the number of numbers that are relatively prime to a given number, which is essentially a form of division. It is also used in modular arithmetic, which involves division with remainders.

What are some real-life applications of Euler's phi function?

Euler's phi function has various real-life applications, such as in cryptography for secure communication, in determining the order of elements in a group, and in determining the number of primitive roots of a prime number. It is also used in various mathematical puzzles and problems.

Similar threads

  • Linear and Abstract Algebra
Replies
10
Views
2K
Replies
2
Views
908
Replies
24
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
967
  • Advanced Physics Homework Help
Replies
6
Views
251
  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
871
  • Introductory Physics Homework Help
Replies
15
Views
272
  • Linear and Abstract Algebra
Replies
2
Views
1K
Back
Top