Math Symbols

Comprehensive guide to mathematical symbols and notation

A mathematical symbol is a figure or a combination of figures that is used to represent a mathematical object, an action on mathematical objects, a relation between mathematical objects, or for structuring the other symbols that occur in a formula or a mathematical expression.

Arithmetic Operators

+ (plus sign)

  1. Denotes addition and is read as plus; for example, 3+23 + 2.
  2. Denotes that a number is positive; for example, +2+2.

− (minus sign)

  1. Denotes subtraction and is read as minus; for example, 323 - 2.
  2. Denotes the additive inverse; for example, 2-2.

× (multiplication sign)

  1. In elementary arithmetic, denotes multiplication; for example, 3×23 \times 2.
  2. In geometry and linear algebra, denotes the cross product.

÷ (division sign)

Denotes division; for example, 6÷2=36 \div 2 = 3.

= (equals sign)

Denotes equality; for example, 2+2=42 + 2 = 4.

Comparison

< (less than)

Denotes "less than"; for example, 3<53 < 5.

> (greater than)

Denotes "greater than"; for example, 5>35 > 3.

≤ (less than or equal to)

Denotes "less than or equal to"; for example, x5x \leq 5.

≥ (greater than or equal to)

Denotes "greater than or equal to"; for example, x3x \geq 3.

≠ (not equal to)

Denotes "not equal to"; for example, 232 \neq 3.

Set Theory

∈ (element of)

Denotes membership; for example, aAa \in A means "aa is an element of AA".

∉ (not an element of)

Denotes non-membership; for example, aAa \notin A.

⊂ (subset)

Denotes subset; for example, ABA \subset B means "AA is a subset of BB".

∪ (union)

Denotes set union; for example, ABA \cup B is the union of sets AA and BB.

∩ (intersection)

Denotes set intersection; for example, ABA \cap B is the intersection of sets AA and BB.

∅ (empty set)

Denotes the empty set; ={}\emptyset = \{ \}.

Basic Logic

∧ (and)

Logical conjunction; for example, PQP \land Q means "PP and QQ".

∨ (or)

Logical disjunction; for example, PQP \lor Q means "PP or QQ".

¬ (not)

Logical negation; for example, ¬P\neg P means "not PP".

⇒ (implies)

Logical implication; for example, PQP \Rightarrow Q means "if PP then QQ".

⇔ (if and only if)

Logical equivalence; for example, PQP \Leftrightarrow Q means "PP if and only if QQ".

∀ (for all)

Universal quantifier; for example, xR\forall x \in \mathbb{R} means "for all xx in the real numbers".

∃ (there exists)

Existential quantifier; for example, x\exists x means "there exists xx".

Calculus

∫ (integral)

Denotes integration; for example, f(x)dx\int f(x) \, dx.

∂ (partial derivative)

Denotes partial derivative; for example, fx\frac{\partial f}{\partial x}.

∑ (summation)

Denotes summation; for example, i=1nai\sum_{i=1}^{n} a_i means the sum of a1a_1 through ana_n.

∏ (product)

Denotes product; for example, i=1nai\prod_{i=1}^{n} a_i means the product of a1a_1 through ana_n.

lim (limit)

Denotes limit; for example, limxf(x)\lim_{x \to \infty} f(x).

Common Mathematical Constants

π (pi)

The ratio of a circle's circumference to its diameter; π3.14159\pi \approx 3.14159.

e (Euler's number)

The base of the natural logarithm; e2.71828e \approx 2.71828.

∞ (infinity)

Denotes infinity; for example, limxf(x)\lim_{x \to \infty} f(x).

Number Sets

ℕ (natural numbers)

The set of natural numbers; N={1,2,3,}\mathbb{N} = \{1, 2, 3, \ldots\}.

ℤ (integers)

The set of integers; Z={,2,1,0,1,2,}\mathbb{Z} = \{\ldots, -2, -1, 0, 1, 2, \ldots\}.

ℚ (rational numbers)

The set of rational numbers; Q={pq:p,qZ,q0}\mathbb{Q} = \{\frac{p}{q} : p, q \in \mathbb{Z}, q \neq 0\}.

ℝ (real numbers)

The set of real numbers.

ℂ (complex numbers)

The set of complex numbers; C={a+bi:a,bR}\mathbb{C} = \{a + bi : a, b \in \mathbb{R}\}.