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

  • Context: Graduate 
  • Thread starter Thread starter xax
  • Start date Start date
  • Tags Tags
    Division Euler Phi
Click For Summary

Discussion Overview

The discussion revolves around the relationship between the divisibility of integers and the properties of the Euler totient function, specifically whether d dividing n implies that phi(d) divides phi(n). The scope includes theoretical exploration and mathematical reasoning regarding the multiplicative nature of the totient function.

Discussion Character

  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that if d divides n, then the multiplicative property of the totient function can be used to show that phi(d) divides phi(n).
  • Others challenge this approach by noting that the totient function is only multiplicative for coprime integers, providing a counterexample with specific values.
  • A participant suggests using prime decomposition as a method to analyze the relationship between phi(d) and phi(n).
  • Another participant outlines a proof that relies on the properties of the totient function and the relationship between divisors and their prime factorizations.
  • Some participants emphasize that the totient function has a general multiplicative form that applies even when the integers are not coprime, referencing a specific formula involving the GCD.
  • There is a mention of a lemma regarding the integer nature of certain products related to the prime factorization of n.

Areas of Agreement / Disagreement

Participants express differing views on the applicability of the multiplicative property of the totient function, with some agreeing on its general form while others maintain that it only holds for coprime integers. The discussion remains unresolved regarding the implications of these differing perspectives.

Contextual Notes

There are limitations in the discussion regarding the assumptions made about the multiplicative nature of the totient function, particularly in cases where the integers involved are not coprime. The mathematical steps presented by participants may depend on specific definitions and conditions that are not fully explored.

xax
Messages
26
Reaction score
0
Prove that if d divides n then phi(d) divides phi(n).
Thanks
 
Physics news on Phys.org
Have you already proved the totient function is multiplicative?
 
yes, rodigee
 
Then you're home free!

d\left| n means n = d*a for some integer a. So, bearing in mind the totient function is multiplicative, what can you now say about \varphi (n) ?
 
Yes rodigee, this is the way I've solved it, thanks.
 
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:
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 :)
 
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
 
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...
 

Similar threads

  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
12
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K