Standard Mathematical Symbols
Standard Mathematical Symbols
Symb Name
ol Read as
Explanation Examples
in
TEX
equality
x = y means x and y represent the 2=2
is equal to; same thing or value. 1+1=2
equals
inequality
x ≠ y means that x and y do not
represent the same thing or value. 2+2≠5
is not equal to;
does not equal
strict inequality
x < y means x is less than y.
3<4
is less than, 5>4
x > y means x is greater than y.
is greater than
proper subgroup
H < G means H is a proper 5Z < Z
is a proper subgroup of G. A3 < S3
subgroup of
(very) strict
inequality
x ≪ y means x is much less than y.
is much less 0.003 ≪ 1000000
x ≫ y means x is much greater than
than,
y.
is much greater
than
asymptotic
f ≪ g means the growth of f is
comparison
asymptotically bounded by g.
is of smaller x ≪ ex
(This is I. M. Vinogradov's notation.
order than,
Another notation is the Big O
is of greater
notation, which looks like f = O(g).)
order than
inequality x ≤ y means x is less than or equal to
y.
is less than or 3 ≤ 4 and 5 ≤ 5
equal to, x ≥ y means x is greater than or 5 ≥ 4 and 5 ≥ 5
is greater than or equal to y.
equal to
subgroup Z≤Z
H ≤ G means H is a subgroup of G.
A3 ≤ S3
is a subgroup of
If
A ≤ B means the problem A can be
reduction
reduced to the problem B.
Subscripts can be added to the ≤ to
is reducible to then
indicate what kind of reduction.
Karp reduction
is Karp reducible
L1 ≺ L2 means that the problem L1
to; If L1 ≺ L2 and L2 ∈ P, then L1 ∈ P.
is Karp reducible to L2.[1]
is polynomial-
time many-one
reducible to
proportionality
y ∝ x means that y = kx for some
is proportional if y = 2x, then y ∝ x.
constant k.
to;
varies as
Karp reduction[2]
P :⇔ Q means P is defined to be
logically equivalent to Q.
empty set
∅ means the set with no elements.[6]
{n ∈ ℕ : 1 < n2 < 4} = ∅
{ } means the same.
the empty set
set membership
a ∈ S means a is an element of the (1/2)−1 ∈ ℕ
is an element of; set S;[6] a ∉ S means a is not an
is not an element element of S.[6] 2−1 ∉ ℕ
of
(subset) A ⊆ B means every element
of A is also an element of B.[7]
(A ∩ B) ⊆ A
subset
(proper subset) A ⊂ B means A ⊆ B
ℕ⊂ℚ
but A ≠ B.
is a subset of
ℚ⊂ℝ
(Some writers use the symbol ⊂ as
if it were the same as ⊆.)
A ⊇ B means every element of B is
also an element of A.
superset (A ∪ B) ⊇ B
A ⊃ B means A ⊇ B but A ≠ B.
is a superset of ℝ⊃ℚ
(Some writers use the symbol ⊃ as
if it were the same as ⊇.)
set-theoretic
union
A ∪ B means the set of those
elements which are either in A, or in A ⊆ B ⇔ (A ∪ B) = B
the union of …
B, or in both.
or …;
union
set-theoretic
intersection A ∩ B means the set that contains
all those elements that A and B have {x ∈ ℝ : x2 = 1} ∩ ℕ = {1}
intersected with; in common.
intersect
symmetric A ∆ B means the set of elements in
difference exactly one of A or B.
{1,5,6,8} ∆ {2,5,8} = {1,2,6}
symmetric (Not to be confused with delta, Δ,
difference described below.)
set-theoretic
complement A ∖ B means the set that contains all
those elements of A that are not in {1,2,3,4} ∖ {3,4,5,6} = {1,2}
minus; B.[7]
without
function arrow
f: X → Y means the function f maps Let f: ℤ → ℕ∪{0} be defined by f(x) :=
the set X into the set Y. x2.
from … to
function arrow
f: a ↦ b means the function f maps
Let f: x ↦ x+1 (the successor function).
the element a to the element b.
maps to
function
composition f∘g is the function, such that (f∘g)(x) if f(x) := 2x, and g(x) := x + 3, then
= f(g(x)).[8] (f∘g)(x) = 2(x + 3).
composed with
natural numbers
N means either { 0, 1, 2, 3, ...} or
N; ℕ = {|a| : a ∈ ℤ} or ℕ = {|a| > 0: a ∈ ℤ}
{ 1, 2, 3, ...}.
the (set of)
natural numbers
integers
ℤ means {..., −3, −2, −1, 0, 1, 2, 3, ℤ = {p, −p : p ∈ ℕ ∪ {0}}
Z; ...}.
the (set of)
integers ℤ+ or ℤ> means {1, 2, 3, ...} . ℤ* or
ℤ≥ means {0, 1, 2, 3, ...} .
integers mod n
ℤn means {[0], [1], [2], ...[n−1]}
Zn;
with addition and multiplication ℤ3 = {[0], [1], [2]}
the (set of)
modulo n.
integers modulo
n
p-adic integers
P;
the projective
ℙ means a space with a point at
space; ,
infinity.
the projective
line;
the projective
plane
ℙ(X) means the probability of the
probability
event X occurring.
If a fair coin is flipped, ℙ(Heads) =
the probability ℙ(Tails) = 0.5.
This may also be written as P(X),
of
Pr(X), P[X] or Pr[X].
rational numbers
Q; 3.14000... ∈ ℚ
the (set of) ℚ means {p/q : p ∈ ℤ, q ∈ ℕ}.
rational π∉ℚ
numbers;
the rationals
real numbers
π∈ℝ
R;
ℝ means the set of real numbers.
the (set of) real
√(−1) ∉ ℝ
numbers;
the reals
complex
numbers
ℂ means {a + b i : a,b ∈ ℝ}. i = √(−1) ∈ ℂ
C;
the (set of)
complex
numbers
quaternions or
Hamiltonian
quaternions
ℍ means {a + b i + c j + d k :
a,b,c,d ∈ ℝ}.
H;
the (set of)
quaternions
The Big O notation describes the
Big O notation If f(x) = 6x4 − 2x3 + 5 and g(x) = x4 ,
limiting behavior of a function,
when the argument tends towards a then
big-oh of
particular value or infinity.
∞ is an element of the extended
infinity
number line that is greater than all
real numbers; it often occurs in
infinity
limits.
⌊x⌋ means the floor of x, i.e. the
floor
largest integer less than or equal to
x.
floor; ⌊4⌋ = 4, ⌊2.1⌋ = 2, ⌊2.9⌋ = 2, ⌊−2.6⌋ = −3
greatest integer;
(This may also be written [x],
entier
floor(x) or int(x).)
⌈x⌉ means the ceiling of x, i.e. the
smallest integer greater than or
ceiling
equal to x.
⌈4⌉ = 4, ⌈2.1⌉ = 3, ⌈2.9⌉ = 3, ⌈−2.6⌉ = −2
ceiling
(This may also be written ceil(x) or
ceiling(x).)
nearest integer ⌊x⌉ means the nearest integer to x.
function
⌊2⌉ = 2, ⌊2.6⌉ = 3, ⌊-3.4⌉ = -3, ⌊4.49⌉ = 4
(This may also be written [x], ||x||,
nearest integer to nint(x) or Round(x).)
[ℚ(√2) : ℚ] = 2
degree of a field
extension [K : F] means the degree of the
[ℂ : ℝ] = 2
extension K : F.
the degree of
[ℝ : ℚ] = ∞
[a] means the equivalence class of
equivalence
a, i.e. {x : x ~ a}, where ~ is an
class Let a ~ b be true iff a ≡ b (mod 5).
equivalence relation.
the equivalence Then [2] = {…, −8, −3, 2, 7, …}.
[a]R means the same, but with R as
class of
the equivalence relation.
floor
[x] means the floor of x, i.e. the
floor; largest integer less than or equal to [3] = 3, [3.5] = 3, [3.99] = 3, [−3.7] = −4
greatest integer; x.
entier
nearest integer
function
[x] means the nearest integer to x. [2] = 2, [2.6] = 3, [-3.4] = -3, [4.49] = 4
nearest integer to
Iverson bracket
[S] maps a true statement S to 1 and [0=5]=0, [7>0]=1, [2 ∈ {2,3,4}]=1,
1 if true, 0 a false statement S to 0. [5 ∈ {2,3,4}]=0
otherwise
f[X] means { f(x) : x ∈ X }, the
image of the function f under the set
X ⊆ dom(f).
image
(This may also be written as f(X) if
image of … there is no risk of confusing the
under … image of f under X with the function
application f of X. Another notation
is Im f, the image of f under its
domain.)
closed interval
0 and 1/2 are in the interval [0,1].
.
closed interval
[g, h] = g−1h−1gh (or ghg−1h−1), if g, y
commutator x = x[x, y] (group theory).
h ∈ G (a group).
the commutator [AB, C] = A[B, C] + [A, C]B (ring
[a, b] = ab − ba, if a, b ∈ R (a ring
of theory).
or commutative algebra).
triple scalar
product
[a, b, c] = a × b · c, the scalar
[a, b, c] = [b, c, a] = [c, a, b].
product of a × b with c.
the triple scalar
product of
function
application f(x) means the value of the function
If f(x) := x2, then f(3) = 32 = 9.
f at the element x.
of
image
f(X) means { f(x) : x ∈ X }, the
image of the function f under the set
image of …
X ⊆ dom(f).
under …
combinations
means the number of
(from) n choose combinations of r elements drawn
r from a set of n elements.
precedence
grouping Perform the operations inside the
(8/4)/2 = 2/2 = 1, but 8/(4/2) = 8/2 = 4.
parentheses first.
parentheses
tuple
(a, b) is an ordered pair (or 2-tuple).
tuple; n-tuple; An ordered list (or sequence, or
ordered horizontal vector, or row vector) of (a, b, c) is an ordered triple
(or 3-tuple).
pair/triple/etc; values. ( ) is the empty tuple (or 0-
row vector; tuple).
sequence
highest common
factor (a, b) means the highest common
factor of a and b.
(3, 7) = 1 (they are coprime); (15, 25) =
highest common
5.
factor; (This may also be written hcf(a, b)
greatest common or gcd(a, b).)
divisor; hcf; gcd
4 is not in the interval (4, 18).
open interval
(0, +∞) equals the set of positive real
open interval
numbers.
multichoose
means n multichoose x.
multichoose
left-open
interval
summation
= 12 + 22 + 32 + 42
sum over … means a1 + a2 + … + an.
from … to … of
= 1 + 4 + 9 + 16 = 30
product
= (1+2)(2+2)(3+2)(4+2)
product over … means a1a2···an.
from … to … of
= 3 × 4 × 5 × 6 = 360
Cartesian
product
means the set of all (n+1)-
the Cartesian tuples
product of;
the direct (y0, …, yn).
product of
A general construction which
subsumes the disjoint union of sets
coproduct and of topological spaces, the free
product of groups, and the direct
coproduct over sum of modules and vector spaces.
… from … to … The coproduct of a family of objects
of is essentially the "least specific"
object to which each object in the
family admits a morphism.
Δx means a (non-infinitesimal)
change in x.
delta
(If the change becomes
delta; infinitesimal, δ and even d are used is the gradient of a straight line
change in instead. Not to be confused with the
symmetric difference, written ∆,
above.)
Laplacian The Laplace operator is a second If ƒ is a twice-differentiable real-valued
order differential operator in n- function, then the Laplacian of ƒ is
Laplace operator dimensional Euclidean space defined by
Dirac delta
function
δ(x)
Dirac delta of
Kronecker delta
δij
Kronecker delta
of
partial derivative
∂f/∂xi means the partial derivative of
partial;
f with respect to xi, where f is a If f(x,y) := x2y, then ∂f/∂x = 2xy
d
function on (x1, …, xn).
calculus
boundary
∂M means the boundary of M ∂{x : ||x|| ≤ 2} = {x : ||x|| = 2}
boundary of
degree of a ∂f means the degree of the
polynomial polynomial f.
∂(x2 − 1) = 2
degree of (This may also be written deg f.)
gradient
∇f (x1, …, xn) is the vector of partial If f (x,y,z) := 3xy + z², then ∇f = (3y, 3x,
del;
derivatives (∂f / ∂x1, …, ∂f / ∂xn). 2z)
nabla;
gradient of
divergence
If , then
del dot; .
divergence of
curl
If , then
curl of
.
vector calculus
derivative
f ′(x) means the derivative of the
function f at the point x, i.e., the If f(x) := x2, then f ′(x) = 2x
… prime;
slope of the tangent to f at x.
derivative of
derivative
means the derivative of x with
respect to time. That is
… dot; If x(t) := t2, then .
time derivative
.
of
indefinite
integral or
antiderivative
∫ f(x) dx means a function whose
∫x2 dx = x3/3 + C
indefinite derivative is f.
integral of
the
antiderivative of
definite integral
∫ab f(x) dx means the signed area
between the x-axis and the graph of b 2
integral from … ∫ x dx = b3/3 − a3/3;
the function f between x = a and x = a
to … of … with
b.
respect to
line integral ∫C f ds means the integral of f along
the curve C, ,
line/ path/ curve/ where r is a parametrization of C.
integral of…
along… (If the curve is closed, the symbol ∮
may be used instead, as described
below.)
Similar to the integral, but used to
denote a single integration over a
closed curve or loop. It is
sometimes used in physics texts
involving equations regarding
Gauss's Law, and while these
formulas involve a closed surface
integral, the representations
describe only the first integration of
the volume over the enclosing
surface. Instances where the latter
Contour integral;
requires simultaneous double
closed line
integration, the symbol ∯ would be If C is a Jordan curve about 0, then
integral
more appropriate. A third related
symbol is the closed volume .
contour integral
integral, denoted by the symbol ∰.
of
The contour integral can also
frequently be found with a subscript
capital letter C, ∮C, denoting that a
closed loop integral is, in fact,
around a contour C, or sometimes
dually appropriately, a circle C. In
representations of Gauss's Law, a
subscript capital S, ∮S, is used to
denote that the integration is over a
closed surface.
projection
restricts to the
Projection of attribute set.
Used in various formulas involving
circles; π is equivalent to the
Pi
amount of area a circle would take
up in a square of equal width with
pi; A=πR2=314.16→R=10
an area of 4 square units, roughly
3.1415926;
3.14/4. It is also the ratio of the
≈22÷7
circumference to the diameter of a
circle.
selection The selection selects all
those tuples in for which holds
Selection of between the and the attribute.
The selection selects all
those tuples in for which holds
between the attribute and the
value .
cover
{1, 8} <• {1, 3, 8} among the subsets of
is covered by x <• y means that x is covered by y.
{1, 2, …, 10} ordered by containment.
order theory
subtype
T1 <: T2 means that T1 is a subtype If S <: T and T <: U then S <: U
of T2. (transitivity).
is a subtype of
conjugate
transpose
A† means the transpose of the
conjugate complex conjugate of A.[10]
transpose; If A = (aij) then A† = (aji).
adjoint; This may also be written A*T, AT*,
Hermitian A*, AT or AT.
adjoint/conjugat
e/transpose
AT means A, but with its rows
transpose swapped for columns.
If A = (aij) then AT = (aji).
transpose This may also be written A', At or
Atr.
top element
⊤ means the largest element of a
∀x : x ∨ ⊤ = ⊤
lattice.
the top element
top type ⊤ means the top or universal type;
every type in the type system of ∀ types T, T <: ⊤
the top type; top interest is a subtype of top.
perpendicular
x ⊥ y means x is perpendicular to y;
If l ⊥ m and m ⊥ n in the plane, then
or more generally x is orthogonal to
is perpendicular l || n.
y.
to
orthogonal
complement W⊥ means the orthogonal
complement of W (where W is a
orthogonal/ subspace of the inner product space Within , .
perpendicular V), the set of all vectors in V
complement of; orthogonal to every vector in W.
perp
coprime x ⊥ y means x has no factor greater
34 ⊥ 55.
than 1 in common with y.
is coprime to
independent A ⊥ B means A is an event whose
probability is independent of event If A ⊥ B, then P(A|B) = P(A).
is independent of B.
bottom element
⊥ means the smallest element of a
∀x : x ∧ ⊥ = ⊥
the bottom lattice.
element
bottom type ⊥ means the bottom type (a.k.a. the
zero type or empty type); bottom is
∀ types T, ⊥ <: T
the bottom type; the subtype of every type in the type
bot system.
comparability
x ⊥ y means that x is comparable to {e, π} ⊥ {1, 2, e, 3, π} under set
y. containment.
is comparable to
A ⊧ B means the sentence A entails
entailment
the sentence B, that is in every
A ⊧ A ∨ ¬A
model in which A is true, B is also
entails
true.
inference
x ⊢ y means y is derivable from x. A → B ⊢ ¬B → ¬A.
infers;
is derived from
partition
p ⊢ n means that p is a partition of
is a partition of
n. (4,3,1,1) ⊢ 9, .
For two matrices (or vectors) of the
same dimensions the
Hadamard product is a matrix of the
Hadamard
same dimensions with
product
elements given by
. This is
entrywise
often used in matrix based
product
programming such as MATLAB
where the operation is done by
A.*B
Note: Notations marked with a are supposed to be known at the beginning of the engineering programs!