Analyzing a Proof of Phi-Function Multiplicativity

  • Context: Graduate 
  • Thread starter Thread starter icystrike
  • Start date Start date
  • Tags Tags
    Proof
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
6 replies · 4K views
icystrike
Messages
444
Reaction score
1
I'm trying to write a sound prove to proof that phi-function is multiplicative in the aspect of number theoretic function. Please comment on my proof. Thanks in advance.

attachment.php?attachmentid=22634&stc=1&d=1261399603.jpg
 

Attachments

  • mul.jpg
    mul.jpg
    17.1 KB · Views: 980
Physics news on Phys.org
Hi, one question,

how did you step from "the sum where gcd...m and gcd...n" to "(the sum where gcd...m) times (the sum where gcd...n)" ?
 
The passage from the first line to the second is not correct; the set of a's such that gcd(a,m) = 1 may not be disjoint from the gcd(a,n) = 1.

One suggestion: instead of working with the sums, try using Euler's formula for [tex]\varphi[/tex]:

[tex]\varphi\left(n\right) = n\left(\ 1 - \frac{1}{p_{1}}\right)\left(\ 1 - \frac{1}{p_{2}}\right)...\left(\ 1 - \frac{1}{p_{k}}\right)[/tex]

Where [tex]p_{1},...,p_{n}[/tex] are the prime factors of n.
 
attachment.php?attachmentid=22657&stc=1&d=1261465905.jpg



Thus, the lemma is answered , so will my proof for multiplicative function to be true?
 

Attachments

  • lemma.JPG
    lemma.JPG
    63.8 KB · Views: 611
Nobody questioned the validity of gcd(a,mn) = 1 iff gcd(a,m) = gcd(a,n) = 1; this is true. It's simply the way you split the sums that's a bit unclear, and could be improved.
 
thanks ! but that split sum is valid?