Jump To Content

LearnHub




Mathematical symbols..

Common symbols

This is a listing of common symbols found within all branches of mathematics.

<
Symbol
Symbol
Name Explanation Examples
Read as
Category
=
= \!\,
is equal to; equals
everywhere
x = y means x and y represent the same thing or value. 1 + 1 = 2
\ne \!\,
is not equal to; does not equal
everywhere
xy means that x and y do not represent the same thing or value.

(Ascan be hard to type, the more "keyboard friendly" forms !=, /= or <> may be seen. These are avoided in mathematical texts.)
2 + 2 ≠ 5
<

>
< \!\,

> \!\,
is less than, is greater than
x < y means x is less than y.

x > y means x is greater than y.
3 < 4
5 > 4
is a proper subgroup of
H < G means H is a proper subgroup of G. 5Z < Z
A3 <S3


\ll \!\,

\gg \!\,
is much less than, is much greater than
xy means x is much less than y.

xy means x is much greater than y.
0.003 ≪ 1000000
asymptotic comparison
of smaller (greater) order than
fg means the growth of f is asymptotically bounded by g.

(This is I. M. Vinogradov's notation. Another notation is the Big O notation, which looks like f = O(g).)
x ≪ ex


\le \!\,

\ge \!\,
is less than or equal to, is greater than or equal to
xy means x is less than or equal to y.

xy means x is greater than or equal to y.

(Asandcan be hard to type, the more "keyboard friendly" forms <= and >= may be seen. These are avoided in mathematical texts.)
3 ≤ 4 and 5 ≤ 5
5 ≥ 4 and 5 ≥ 5
is a subgroup of
HG means H is a subgroup of G. ZZ
A3 ≤S3
\propto \!\,
is proportional to; varies as
everywhere
yx means that y = kx for some constant k. if y = 2x, then yx
+
+ \!\,
plus; add
4 + 6 means the sum of 4 and 6. 2 + 7 = 9
the disjoint union of ... and ...
A1 + A2 means the disjoint union of sets A1 and A2. A1 = {3, 4, 5, 6} ∧ A2 = {7, 8, 9, 10} ⇒
A1 + A2 = {(3,1), (4,1), (5,1), (6,1), (7,2), (8,2), (9,2), (10,2)}
- \!\,
minus; take; subtract
9 − 4 means the subtraction of 4 from 9. 8 − 3 = 5
negative; minus; the opposite of
−3 means the negative of the number 3. −(−5) = 5
minus; without
AB means the set that contains all the elements of A that are not in B.

(∖ can also be used for set-theoretic complement as described below.)
{1,2,4} − {1,3,4} = {2}
×
\times \!\,
times; multiplied by
3 × 4 means the multiplication of 3 by 4. 7 × 8 = 56
the Cartesian product of ... and ...; the direct product of ... and ...
X×Y means the set of all ordered pairs with the first element of each pair selected from X and the second element selected from Y. {1,2} × {3,4} = {(1,3),(1,4),(2,3),(2,4)}
cross
u × v means the cross product of vectors u and v (1,2,5) × (3,4,−1) =
(−22, 16, − 2)
the group of units of
R× consists of the set of units of the ring R, along with the operation of multiplication.

This may also be written R* as described below, or U(R).
\begin{align} (\mathbb{Z} / 5\mathbb{Z})^\times & = \{ [1], [2], [3], [4] \} \\ & \cong C_4 \\ \end{align}
·
\cdot \!\,
times; multiplied by
3 · 4 means the multiplication of 3 by 4. 7 · 8 = 56
dot
u · v means the dot product of vectors u and v (1,2,5) · (3,4,−1) = 6
÷

\div \!\,

/ \!\,
divided by; over
6 ÷ 3 or 6 ⁄ 3 means the division of 6 by 3. 2 ÷ 4 = .5

12 ⁄ 4 = 3
mod
G / H means the quotient of group G modulo its subgroup H. {0, a, 2a, b, b+a, b+2a} / {0, b} = {{0, b}, {a, b+a}, {2a, b+2a}}
quotient set
mod
A/~ means the set of all ~ equivalence classes in A. If we define ~ by x ~ y ⇔ x − y ∈ , then
/~ = {x + n : n : x ∈ (0,1]}
±
\pm \!\,
plus or minus
6 ± 3 means both 6 + 3 and 6 − 3. The equation x = 5 ± √4, has two solutions, x = 7 and x = 3.
plus or minus
10 ± 2 or equivalently 10 ± 20% means the range from 10 − 2 to 10 + 2. If a = 100 ± 1 mm, then a ≥ 99 mm and a ≤ 101 mm.
\mp \!\,
minus or plus
6 ± (3 5) means both 6 + (3 − 5) and 6 − (3 + 5). cos(x ± y) = cos(x) cos(y) sin(x) sin(y).
\surd \!\,

\sqrt{\ } \!\,
the (principal) square root of
\sqrt{x} means the positive number whose square is x. \sqrt{4}=2
the (complex) square root of
if z=r\,\exp(i\phi) is represented in polar coordinates with -\pi < \phi \le \pi , then \sqrt{z} = \sqrt{r} \exp(i \phi/2) . \sqrt{-1}=i
|…|
| \ldots | \!\,
absolute value of; modulus of
|x| means the distance along the real line (or across the complex plane) between x and zero. |3| = 3

|-5| = |5| = 5

| i | = 1

| 3 + 4i | = 5
Euclidean distance between; Euclidean norm of
|x - y| means the Euclidean distance between x and y. For x = (1,1), and y = (4,5),
|x - y| = √([1-4]2 + [1-5]2) = 5
determinant of
|A| means the determinant of the matrix A \begin{vmatrix} 1&2 \\ 2&4 \\ \end{vmatrix} = 0
cardinality of; size of; order of
|X| means the cardinality of the set X.

(# ormay be used instead as described below.)
|{3, 5, 7, 9}| = 4.
||…||
\| \ldots \| \!\,
norm of; length of
|| x || means the norm of the element x of a normed vector space.[1] || x + y || ≤ || x || + || y ||
nearest integer to
||x|| means the nearest integer to x, with half-integers being rounded to even.

(This may also be written [x], ⌊x⌉, nint(x) or Round(x).)
||1|| = 1, ||1.5|| = 2, ||−2.5|| = 2, ||3.49|| = 3


\mid \!\,

 \nmid \!\,
divides
a|b means a divides b.
ab means a does not divide b.

(This symbol can be difficult to type, and its negation is rare, so a regular but slightly shorter vertical bar | character can be used.)
Since 15 = 3×5, it is true that 3|15 and 5|15.
given
P(A|B) means the probability of the event a occurring given that b occurs. If P(A)=0.4 and P(B)=0.5, P(A|B)=((0.4)(0.5))/(0.5)=0.4
restriction of … to …; restricted to
f|A means the function f restricted to the set A, that is, it is the function with domain A ∩ dom(f) that agrees with f. The function f : RR defined by f(x) = x2 is not injective, but f|R+ is injective.
||
\| \!\,
is parallel to
x || y means x is parallel to y. If l || m and mn then ln. In physics this is also used to express x \| y \Leftrightarrow \frac{1}{x^{-1} + y^{-1}} .
is incomparable to
x || y means x is incomparable to y. {1,2} || {2,3} under set containment.
exact divisibility
exactly divides
pa || n means pa exactly divides n (i.e. pa divides n but pa+1 does not). 23 || 360.
#

\# \!\,

\sharp \!\,
cardinality of; size of; order of
#X means the cardinality of the set X.

(|…| may be used instead as described above.)
#{4, 6, 8} = 3
connected sum of; knot sum of; knot composition of
A#B is the connected sum of the manifolds A and B. If A and B are knots, then this denotes the knot sum, which has a slightly stronger condition. A#Sm is homeomorphic to A, for any manifold A, and the sphere Sm.
\aleph \!\,
aleph
α represents an infinite cardinality (specifically, the α-th one, where α is an ordinal). |ℕ| = ℵ0, which is called aleph-null.
:
: \!\,
such that
such that; so that
everywhere
: means "such that", and is used in proofs and the set-builder notation (described below). n ∈ ℕ: n is even.
extends; over
K : F means the field K extends the field F.

This may also be written as KF.
ℝ : ℚ
inner product of matrices
inner product of
A : B means the inner product of the matrices A and B.

The general inner product is denoted byu, v〉, 〈u | vor (u | v), as described below. For spatial vectors, the dot product notation, x·y is common. See also Bra-ket notation.
A:B = \sum_{i,j} A_{ij}B_{ij}\!\,
!
! \!\,
factorial
n! means the product 1 × 2 × ... × n. 4! = 1 × 2 × 3 × 4 = 24
not
The statement !A is true if and only if A is false.

A slash placed through another operator is the same as "!" placed in front.

(The symbol ! is primarily from computer science. It is avoided in mathematical texts, where the notation ¬A is preferred.)
!(!A) ⇔ A
xy ⇔ !(x = y)
~
\sim \!\,
has distribution
X ~ D, means the random variable X has the probability distribution D. X ~ N(0,1), the standard normal distribution
is row equivalent to
A~B means that B can be generated by using a series of elementary row operations on A \begin{bmatrix} 1&2 \\ 2&4 \\ \end{bmatrix} \sim \begin{bmatrix} 1&2 \\ 0&0 \\ \end{bmatrix}
roughly similar; poorly approximates
m ~ n means the quantities m and n have the same order of magnitude, or general size.

(Note that ~ is used for an approximation that is poor, otherwise use ≈ .)
2 ~ 5

8 × 9 ~ 100

but π2 ≈ 10
is asymptotically equivalent to
f ~ g means \lim_{n\to\infty} \frac{f(n)}{g(n)} = 1 . x ~ x+1


Your Comment
Textile is Enabled (View Reference)