What is the Proof for the Summation of Integers using Euler's Phi Function?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
port31
Messages
20
Reaction score
0

Homework Statement


Prove:
[itex]\sum_{k<n} k= \frac{n \phi (n)}{2}[/itex]
gcd(k,n)=1
[itex]\phi[/itex] is Euler's phi function or Euler's totient function

The Attempt at a Solution


So the sum should be
[itex]1+2+3+...+(n-2)+(n-1)[/itex]
which will equal [itex]\frac{n^2-n}{2}[/itex]
using the formula for the sum of integers by gauss.
I can get this equal to the right side if n is prime
then [itex]\phi (n) = n-1[/itex] but for example if n=12 and k=11 this doesn't seem to work.
It seem that n need to be prime for this to work, unless I am missing something.
Well I guess if k is less than n, that means its any integer less than n and if their
gcd(n,k)=1 then n must be prime.
 
Physics news on Phys.org
The summation is taken over all k < n such that k and n are relatively prime (in other words, such that gcd(k,n) = 1). For example, if n = 12, the sum is

[tex]1 + 5 + 7 + 11 = 24[/tex]
(because 1, 5, 7 and 11 are all the integers less than 12 that are relatively prime to 12). Also

[tex]\frac{12\phi(12)}{2} = \frac{12 \times 4}{2} = 24[/tex]
Write out similar equations for several other values of n and try to find a pattern.