2025-02-02

986: Positive Natural Number Is Sum of Euler's Totient Function Results of Divisors of Number

<The previous article in this series | The table of contents of this series | The next article in this series>

description/proof of that positive natural number is sum of Euler's totient function results of divisors of number

Topics


About: set

The table of contents of this article


Starting Context



Target Context


  • The reader will have a description and a proof of the proposition that any positive natural number is the sum of the Euler's totient function results of the divisors of the number.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
n: N{0}
ϕ: :N{0}N{0}, = the Euler's totient function 
//

Statements:
n=d|nϕ(d)
//


2: Proof


Whole Strategy: Step 1: think of the n-ordered cyclic group by any p, p; Step 2: divide p by the orders of the elements as {Sd|d|n}, and see that n=|p|=d|n|Sd|; Step 3: see that |Sd|=ϕ(d); Step 4: conclude the proposition.

Step 1:

Let us think of the n-ordered cyclic group by any p, p.

|p|=n.

Step 2:

Let us divide p by the orders of the elements as {Sd|d|n}, where Sd is the subset of p whose elements have the order d.

As each element of p has the definite order and the order is a divisor of n by Lagrange's theorem, that is indeed a disjoint division of p.

So, |p|=d|n|Sd|.

Step 3:

Let us see that |Sd|=ϕ(d).

The fact that pjSd, where 1jn, is nothing but that for kj=nm, d is the smallest such k.

But the smallest such k is n/gcd(n,j) (because k does not need gcd(n,j) as any factor because it is already contained in j, and k needs the n/gcd(n,j) factor because j does not contain it), so, d=n/gcd(n,j), which means that n/d=gcd(n,j). As d is a divisor of n, let n=ld. So, ld/d=l=gcd(ld,j). That means that j is a multiple of l and gcd(d,j/l)=1.

As ljn=ld, 1j/ld and gcd(d,j/l)=1.

As |Sd| is the count of such j s, it is the count of such j/l s, which is nothing but ϕ(d) by the definition of Euler's totient function.

So, |Sd|=ϕ(d).

Step 4:

So, n=|p|=d|n|Sd|=d|nϕ(d).


3: Note


While the Wikipedia article briefly mentions of the gist of this proof, the article does not explain why |Sd|, the number of the d-ordered elements in p, equals ϕ(d), the number of the single-element-generators of Cd: while |Sd| looks to depend on n (at least, at 1st glance), why does it equal ϕ(d), which does not depend on n at all? Our Step 3 has explained that.

In fact, |Sd|=ϕ(d) holds because we are talking about a cyclic p; for a general group, G, |Sd|=ϕ(d) does not necessarily hold.


References


<The previous article in this series | The table of contents of this series | The next article in this series>