Symbol |
Description |
Location |
Z |
(ring of) integers |
Definition 1.0.1 |
N |
counting numbers (starting at zero) |
Definition 1.0.1 |
a∣b |
a is a divisor of b |
Definition 1.2.5 |
gcd(a,b) |
greatest common divisor of a and b |
Definition 2.2.1 |
⌊x⌋ |
greatest integer (floor) function |
Definition 3.3.3 |
a≡b (mod n) |
a is congruent to b modulo n |
Definition 4.1.1 |
[a] |
the equivalence class of a modulo some fixed n |
Definition 4.4.1 |
a−1 |
multiplicative inverse of a number modulo some fixed n |
Definition 5.3.3 |
∏ni=1pi |
product of unspecified, possible identical, primes |
Theorem 6.3.2 |
∏p |
short form for product of primes |
Example 6.3.3 |
∏q |
alternate short form for product of primes |
Example 6.3.3 |
∏ni=1peii |
product of unspecified distinct prime power |
Example 6.3.4 |
∏pe |
short form for product of prime powers |
Example 6.3.4 |
pk∥n |
for p prime, pk∣n but pk+1 does not divide n |
Definition 6.4.5 |
n! |
n factorial |
Definition 6.4.6 |
Zn |
(ring of) integers modulo n |
Definition 8.1.1 |
A∖{a} |
the set of all elements in A except a∈A |
Example 8.3.4 |
|G| |
order of a group G |
Definition 8.3.8 |
|x| |
order of a group element x∈G |
Definition 8.3.10 |
Un |
group of units modulo n |
Definition 9.1.2 |
ϕ(n) |
order of the group of units of n (Euler function) |
Definition 9.2.1 |
φ(n) |
alternate notation for Euler ϕ function |
Definition 9.2.1 |
Fn |
Fermat number 22n+1 |
Definition 12.1.1 |
Mn |
Mersenne number 2n−1 |
Definition 12.1.6 |
r2(n) |
number of different ways to write n as a sum of two squares |
Exercise 13.7.7 |
Z[i] |
Gaussian integers {a+bi∣a,b∈Z} |
Definition 14.1.2 |
C |
complex numbers |
Definition 14.1.2 |
rk(n) |
number of different ways to write n as a sum of k perfect squares |
Example 14.2.3 |
QR |
abbreviation for ‘quadratic residue’ |
Definition 16.3.1 |
Qp |
group of quadratic residues of p |
Definition 16.4.2 |
(ap) |
Legendre symbol, for p an odd prime |
Definition 16.6.1 |
aE |
multiples of positive even numbers less than p by a |
Definition 17.2.2 |
¯aE |
set of nonnegative remainders of elements of aE modulo p |
Definition 17.2.2 |
ra,e |
remainder modulo p of the element ae of aE |
Definition 17.2.2 |
(an) |
Jacobi symbol, n odd |
Definition 17.4.8 |
R |
sum ∑even e,0<e<p⌊qep⌋ in proof of quadratic reciprocity |
Paragraph |
μ |
sum ∑(p−1)/2f=1⌊qfp⌋ in proof of quadratic reciprocity |
Paragraph |
r(n) |
alternate notation for r2(n) |
Definition 18.2.1 |
σk(n) |
sum of kth powers of divisors of n |
Definition 19.1.1 |
τ(n) |
number of (positive) divisors of n |
Remark 19.1.2 |
σ(n) |
sum of (positive) divisors of n |
Remark 19.1.2 |
u(n) |
unit function |
Definition 19.2.9 |
N(n) |
identity function |
Definition 19.2.9 |
σ−1(n) |
abundancy index of n |
Fact 19.4.10 |
O(g(x)) |
‘Big Oh’ notation that a function is less in absolute value than Cg(x), for some constant C |
Definition 20.1.2 |
log(n) |
natural (base e) logarithm |
Definition 20.3.3 |
γ |
Euler-Mascheroni gamma constant, limit of difference between the harmonic series and natural logarithm |
Definition 20.3.10 |
Γ |
Gamma function factorial extension |
Remark 20.3.11 |
π(x) |
prime counting function |
Definition 21.0.1 |
ϕ(n,a) |
number of integers coprime to first a primes |
Definition 21.1.7 |
Li(x) |
logarithmic integral ∫x2dtlog(t) |
Definition 21.2.2 |
Θ(x) |
Chebyshev theta function |
Definition 21.4.3 |
a(n) |
prime number indicator function |
Definition 21.4.7 |
p# |
primorial (product of primes up to p) |
Definition 22.2.6 |
C2 |
twin prime constant |
Remark 22.3.6 |
μ(n) |
Moebius function of n |
Definition 23.1.1 |
f⋆g |
Dirichlet product of arithmetic functions f and g |
Definition 23.2.3 |
I(n) |
Dirichlet product identity function |
Definition 23.3.1 |
ω(n) |
number of unique prime divisors of n |
Definition 23.3.3 |
ν(n) |
alternate notation for ω(n) |
Definition 23.3.3 |
λ(n) |
Liouville's function |
Definition 23.3.4 |
ζ(s) |
Riemann zeta function |
Definition 24.2.1 |
J(x) |
auxiliary function in Riemann explicit formula |
Definition 25.4.2 |