Definitions Flashcards

1
Q

Divisibility

A

d divides n (d|n) whenever n = cd for some c.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Common divisor

A

If d|a and d|b, then d is a common divisor of a and b.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Greatest common divisor

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Prime, composite number

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Arithmetical function

A

A real or complex valued function defined on the positive integers is called an arithmetical function, f : N ⟶ C.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Mobius function

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Euler-Totient funciton

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Dirichlet product / Dirichlet convolution

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Identity function

A

The identity function I is defined as follows:

I(n) = [1/n] = 1 if n = 1
0 if n > 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Unit function

A

We define the unit function by u(n) = 1 for all n.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Von-Mangoldt function

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Multiplicative function

A

An arithmetical function f is called multiplicative if f ≠ 0 and if f(mn) = f(m)f(n), whenever gcd(m, n) = 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Completely multiplicative function

A

A multiplicative function f is called completely multiplicative if we have f(mn) = f(m)f(n) for all m, n.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Liouville’s function

A

For n > 1 write n =p₁ ͣ ¹ … pₖ ͣ ᵏ. Then Liouville’s function is defined as

λ(n) := 1 if n =1
(-1) ͣ ¹ ⁺ ॱॱॱ ⁺ ͣ ᵏ if n > 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Divisor functions σ_α (n)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Derivative of an arithmetical function

A

For any arithmetical function f, we define its derivative f’ to be the arithmetical function given by

f’(n) = f(n) log n for n ≥ 1.

17
Q

Arithmetic mean

A

_ n
f = 1/n ∑ f(k)
k=1

18
Q

Big Oh notation

A

If g(x) > 0 for all x ≥ a, we write f(x) = O(g(x)) to mean that the quotient f(x) / g(x) is bounded for all x ≥ a. i.e. there exists a constant C > 0 such that |f(x)| ≤ Cg(x) for all x ≥ a. C is referred to as the implied constant.

19
Q

Vinogradov’s less than less notation

A

If f(x) = O(g(x)), then we can write this as f(x) ≪ g(x). Furthermore if g(x) ≪ f(x) ≪ g(x), we can write this as f(x) ≍ g(x).

20
Q

Little Oh notation

A

If lim(x⟶ ∞) f(x) / g(x) = 0, we write f(x) = o(g(x)).

21
Q

Asymptotic

A

If lim(x ⟶ ∞) f(x) / g(x) = 1, we say that f(x) is asymptotic to g as x ⟶ ∞, and we write f(x) ∼ g(x) as x ⟶ ∞.

22
Q

Riemann-zeta function

A

Let ζ(s) denote the Riemann-zeta function which is defined by the equation

ζ(s) = ∑ n⁻ˢ if s > 1
n=1

ζ(s) = lim ( ∑ n⁻ˢ - (x¹⁻ˢ) / (1 - s) ) if 0 < s < 1
x⟶∞

23
Q

Chebyshev’s ψ-function

A

For x > 0, Chebyshev’s ψ-function is defined by the formula

ψ(x) = ∑ Λ(n)
n≤x

24
Q

Chebyshev’s θ-function

A

For x > 0, Chebyshev’s θ-function is defined by the equation

θ(x) = ∑ log p
p≤x

25
Q

M(x)

A

If x ≥ 1, we define

M(x) = ∑ µ(n)
n≤x

26
Q

H(x)

A

If x ≥ 1, we define

H(x) = ∑ µ(n) log n
n≤x

27
Q

Abscissa of absolute convergence

A

Suppose the series ∑ |f(n)/nˢ| does not converge for all s or diverge for all s. Then there exists a real number 𝜎ₐ, called the abscissa of absolute convergence, such that the series ∑ f(n)/nˢ converges absolutely if 𝜎 > 𝜎ₐ but does not converge absolutely if 𝜎 < 𝜎ₐ.
If the series absolutely converges everywhere, we define 𝜎ₐ = +∞, and if the series absolutely converges nowhere, we define 𝜎ₐ = -∞.

28
Q

Gamma function

A

For σ > 0, we have the integral representation

Γ(s) = ∫ xˢ⁻¹ e⁻ˣ dx
0

29
Q

Abscissa of convergence

A

If the series ∑ f(n)/nˢ does not converge everywhere or diverge everywhere, then there exists a real number 𝜎_c, called the abscissa of convergence, such that the series converges for all s in the half-plane 𝜎 > 𝜎_c and diverges for all s in the half-plane 𝜎 < 𝜎_c.
If the series converges everywhere, we define 𝜎_c = +∞, and if the series converges nowhere, we define 𝜎_c = -∞.

30
Q

Dirichlet character

A

Let k be a positive integer. Then a function χ : Z ⟶ C is called a Dirichlet character modulo k if

(i) χ(mn) = χ(m) χ(n) for all m, n ∈ Z
(ii) χ(n + k) = χ(n) for all n ∈ Z
(iii) χ(1) = 1
(iv) χ(n) = 0 whenever (n, k) > 1

31
Q

Principal / trivial character

A

The principal (or trivial) character modulo k is given by

χ₀(n) = 1  if (n, k) = 1
           0 if (n, k) > 1
32
Q

Holomorphic Function

A

A function on an open set U which is differentiable at every point of U is called a holomorphic function on U.

33
Q

Principal part of a Laurent series

A

Suppose

∑ aₙ(z - a)ⁿ
n=-∞
is a Laurent series convergent in an annulus
A = {z ∈ C : R < |z - a| < S} for R < S. Then
-1
∑ aₙ(z - a)ⁿ
n=-∞
is referred to as the principal part of the Laurent series.

34
Q

Isolated singularity

A

Let U be a domain on which f is holomorphic. If a is a point not in U but such that the punctured disc D’(a, r) = {z ∈ C : 0 < |z - a| < r} is a subset of U for some r > 0, then we say that f has an isolated singularity at a.

35
Q

Pole of order N

A

If there is an integer N ∈ N such that b_(-N) ≠ 0 but b₋ₘ = 0 if
m > N, then we say that f has a pole of order N at a. The principal part is finite and equals
b_(-N) / (z - a)^N + … + b₋₁ / (z - a)