Definitions Flashcards
Divisibility
d divides n (d|n) whenever n = cd for some c.
Common divisor
If d|a and d|b, then d is a common divisor of a and b.
Greatest common divisor
The number d such that for integers a and b
(i) d ≥ 0
(ii) d|a and d|b
(iii) e|a and e|b ⇒ e|d
is called the greatest common divisor of a and b, denoted gcd(a, b), (a, b), or aDb.
Prime, composite number
An integer n is called prime if n > 1 and if the only positive divisors of n and 1 are n itself. If n > 1 and is not a prime, then n is composite.
Arithmetical function
A real or complex valued function defined on the positive integers is called an arithmetical function, f : N ⟶ C.
Mobius function
For n > 1, write n = p₁ ͣ ¹… pₖ ͣ ᵏ. Then the Mobius function is defined as follows:
1 if n=1
µ(n) = (-1)ᵏ if a₁ = … = aₖ = 1
0 if some aᵢ ≥ 2
Euler-Totient funciton
If n ≥ 1, the Euler-Totient function, φ(n), is defined as
φ(n) := #{k : k ≤ n and gcd(k, n) = 1}
Alternatively, n φ(n) := ∑ 1 k=1 gcd(k,n)=1
Dirichlet product / Dirichlet convolution
Given two arithmetical functions f and g, we define their Dirichlet product (or Dirichlet convolution) to be the arithmetical function h defined by the equation
h(n) = ∑ f(d) g(n/d)
d|n
Identity function
The identity function I is defined as follows:
I(n) = [1/n] = 1 if n = 1
0 if n > 1
Unit function
We define the unit function by u(n) = 1 for all n.
Von-Mangoldt function
For any integer n ≥ 1, we define the Von-Mangoldt function Λ(n) by
Λ(n) = log p if n=pᵐ for some prime p and some m ≥ 1
0 otherwise
Multiplicative function
An arithmetical function f is called multiplicative if f ≠ 0 and if f(mn) = f(m)f(n), whenever gcd(m, n) = 1.
Completely multiplicative function
A multiplicative function f is called completely multiplicative if we have f(mn) = f(m)f(n) for all m, n.
Liouville’s function
For n > 1 write n =p₁ ͣ ¹ … pₖ ͣ ᵏ. Then Liouville’s function is defined as
λ(n) := 1 if n =1
(-1) ͣ ¹ ⁺ ॱॱॱ ⁺ ͣ ᵏ if n > 1
Divisor functions σ_α (n)
For α ∈ R or α ∈ C and for any integer n ≥ 1, we define
σ_α (n) = ∑ dᵅ
d|n
to be the sum of the α-th powers of the divisors of n.