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

Click For Summary
SUMMARY

The summation of integers less than n that are relatively prime to n can be expressed as \(\sum_{k PREREQUISITES

  • Understanding of Euler's phi function (\(\phi(n)\))
  • Familiarity with the concept of greatest common divisor (gcd)
  • Knowledge of summation formulas, particularly Gauss's formula for the sum of integers
  • Basic number theory concepts regarding prime and composite numbers
NEXT STEPS
  • Explore the properties of Euler's phi function and its applications in number theory
  • Investigate the relationship between gcd and the distribution of prime numbers
  • Learn about the implications of the summation formula in cryptography and modular arithmetic
  • Analyze similar summation problems involving different mathematical functions and their proofs
USEFUL FOR

Mathematicians, students studying number theory, educators teaching advanced mathematics, and anyone interested in the applications of Euler's phi function in summation problems.

port31
Messages
20
Reaction score
0

Homework Statement


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

The Attempt at a Solution


So the sum should be
1+2+3+...+(n-2)+(n-1)
which will equal \frac{n^2-n}{2}
using the formula for the sum of integers by gauss.
I can get this equal to the right side if n is prime
then \phi (n) = n-1 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

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

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

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
Replies
7
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K