Lecture 3 Flashcards
Define Arithmetical functions
A real or complex valued function defined on the positive integers is called an arithmetical function (or number theoretic function)
- f ∶ N → C.
What is the Mobius function
For n > 1, write n = p^a1_1 . . . p^ak_k. Then, the Mobius function is defined as follows:
µ(n) = 1 if n = 1,
µ(n) = (−1)^k if a1 = . . . = ak = 1,
µ(n) = 0 if some ai ≥ 2.
Piecewise Answer, see equation sheet if unclear
How can we write the sum of Mobius function over divisors
Sum_(d|n) µ(d) = [1/n] = {1 if n=1: 0 if n>1}
What is the Euler Totient function
If n ≥ 1, the Euler-Totient function, φ(n), is
defined as
* φ(n) ∶= #{k ∶ k ≤ n and gcd(k, n) = 1}
What is the alternative form of the Euler Totient function
Shows the function as a sum over the constant 1. See equation sheet
When does ∑_(d∣n) φ(d) = n.
When n >= 1
How can we equate the Mobius function and the Euler Totient function
φ(d) = ∑_(d∣n) µ(d) n/d
What is the product formula for the Euler Totient function
See equation sheet
Give the 5 properties of the Euler Totient function
a) φ(p^a) = p^a − p^(a−1) for prime p and a ≥ 1.
b) φ(mn) = φ(m)φ(n)d/φ(d), where d = gcd(m, n).
c) φ(mn) = φ(m)φ(n) if gcd(m, n) = 1.
d) a∣b Ô⇒ φ(a)∣φ(b).
e) φ(n) is even for n ≥ 3. Moreover if n has r distinct odd prime factors, then 2^r∣φ(n).