Reference

Mathematical Symbols Guide

A practical reference for common mathematical symbols, with readings, LaTeX commands, examples, and AI prompt ideas.

Basic operations

Plus

Read as
plus
LaTeX

Meaning

Adds two quantities.

Example

3+5=83+5=8

Basic operations

Minus

Read as
minus
LaTeX

Meaning

Subtracts one quantity from another, or marks a negative value.

Example

94=59-4=5

Basic operations

Multiplication sign

Read as
times
LaTeX

Meaning

Multiplies two quantities. In algebra, multiplication is often written with a dot or omitted.

Example

7×8=567\times 8=56

Basic operations

Division sign

Read as
divided by
LaTeX

Meaning

Divides one quantity by another nonzero quantity.

Example

12÷4=312\div 4=3

Basic operations

Fraction

Read as
a over b
LaTeX

Meaning

Represents division or a ratio with a numerator and denominator.

Example

36=12\frac{3}{6}=\frac{1}{2}

Basic operations

Plus-minus

Read as
plus or minus
LaTeX

Meaning

Indicates that both the positive and negative alternatives are being considered.

Example

10±3=13 or 710\pm 3=13\text{ or }7

Basic operations

Square root

Read as
square root of x
LaTeX

Meaning

The nonnegative value whose square is x, unless a different convention is stated.

Example

9=3\sqrt{9}=3

Relations

Equals

Read as
equals
LaTeX

Meaning

States that two expressions have the same value or represent the same object.

Example

2+3=52+3=5

Relations

Not equal

Read as
is not equal to
LaTeX

Meaning

Shows that two expressions do not have the same value.

Example

454\ne 5

Relations

Approximately equal

Read as
approximately equal to
LaTeX

Meaning

Indicates a rounded or approximate value rather than exact equality.

Example

π3.14\pi\approx 3.14

Relations

Less than or equal to

Read as
less than or equal to
LaTeX

Meaning

Allows equality while comparing two quantities.

Example

x10x\le 10

Relations

Greater than or equal to

Read as
greater than or equal to
LaTeX

Meaning

Compares two quantities while allowing equality.

Example

x0x\ge 0

Relations

Proportional to

Read as
is proportional to
LaTeX

Meaning

Shows that one quantity changes by a constant multiple of another.

Example

yxy\propto x

Set theory

Empty set

Read as
empty set
LaTeX

Meaning

The set with no elements.

Example

{1}{2}=\{1\}\cap\{2\}=\emptyset

Set theory

Element of

Read as
is an element of
LaTeX

Meaning

Shows that a value belongs to a set.

Example

3{1,2,3}3\in\{1,2,3\}

Set theory

Not an element of

Read as
is not an element of
LaTeX

Meaning

Shows that a value does not belong to a set.

Example

4{1,2,3}4\notin\{1,2,3\}

Set theory

Proper subset

Read as
is a proper subset of
LaTeX

Meaning

Usually indicates that every element of one set is in another, and the two sets are not equal.

Example

{1,2}{1,2,3}\{1,2\}\subset\{1,2,3\}

Set theory

Subset or equal

Read as
is a subset of or equal to
LaTeX

Meaning

Allows two sets to be equal while stating subset inclusion.

Example

{1,2}{1,2}\{1,2\}\subseteq\{1,2\}

Set theory

Union

Read as
union
LaTeX

Meaning

Combines all elements that are in either set.

Example

{1,2}{2,3}={1,2,3}\{1,2\}\cup\{2,3\}=\{1,2,3\}

Set theory

Intersection

Read as
intersection
LaTeX

Meaning

Keeps only the elements shared by both sets.

Example

{1,2}{2,3}={2}\{1,2\}\cap\{2,3\}=\{2\}

Logic

Universal quantifier

Read as
for all
LaTeX

Meaning

States that a claim applies to every object in a domain.

Example

xR, x20\forall x\in\mathbb{R},\ x^2\ge 0

Logic

Existential quantifier

Read as
there exists
LaTeX

Meaning

States that at least one object satisfying a condition exists.

Example

xR:x2=4\exists x\in\mathbb{R}: x^2=4

Logic

Negation

Read as
not
LaTeX

Meaning

Reverses the truth value of a statement.

Example

¬P\neg P

Logic

Logical and

Read as
and
LaTeX

Meaning

True only when both connected statements are true.

Example

PQP\land Q

Logic

Logical or

Read as
or
LaTeX

Meaning

True when at least one connected statement is true.

Example

PQP\lor Q

Logic

Implication

Read as
implies
LaTeX

Meaning

Connects a condition to a conclusion.

Example

x>2x2>4x>2\Rightarrow x^2>4

Logic

If and only if

Read as
if and only if
LaTeX

Meaning

States that two statements imply each other.

Example

x2=1x=±1x^2=1\Leftrightarrow x=\pm 1

Number sets

Natural numbers

Read as
the natural numbers
LaTeX

Meaning

The set used for counting numbers. Whether 0 is included depends on convention.

Example

nNn\in\mathbb{N}

Number sets

Integers

Read as
the integers
LaTeX

Meaning

All whole numbers, including negative values, zero, and positive values.

Example

3Z-3\in\mathbb{Z}

Number sets

Rational numbers

Read as
the rational numbers
LaTeX

Meaning

Numbers expressible as a ratio of two integers with nonzero denominator.

Example

23Q\frac{2}{3}\in\mathbb{Q}

Number sets

Real numbers

Read as
the real numbers
LaTeX

Meaning

Numbers represented on the continuous number line.

Example

2R\sqrt{2}\in\mathbb{R}

Number sets

Complex numbers

Read as
the complex numbers
LaTeX

Meaning

Numbers of the form a+bi, where i is the imaginary unit.

Example

3+2iC3+2i\in\mathbb{C}

Number sets

Pi

Read as
pi
LaTeX

Meaning

The constant ratio of a circle's circumference to its diameter.

Example

A=πr2A=\pi r^2

Calculus and analysis

Infinity

Read as
infinity
LaTeX

Meaning

A symbol for unbounded growth or an unending process, not an ordinary real number.

Example

limx1x=0\lim_{x\to\infty}\frac{1}{x}=0

Calculus and analysis

Summation

Read as
sum
LaTeX

Meaning

Adds a sequence of terms over an index range.

Example

k=14k2=30\sum_{k=1}^{4}k^2=30

Calculus and analysis

Product notation

Read as
product
LaTeX

Meaning

Multiplies a sequence of terms over an index range.

Example

k=14k=24\prod_{k=1}^{4}k=24

Calculus and analysis

Integral

Read as
integral
LaTeX

Meaning

Represents accumulation, signed area, or an antiderivative depending on context.

Example

01x2dx=13\int_0^1 x^2\,dx=\frac{1}{3}

Calculus and analysis

Partial derivative symbol

Read as
partial
LaTeX

Meaning

Used when differentiating a multivariable function with respect to one variable.

Example

fx\frac{\partial f}{\partial x}

Calculus and analysis

Nabla

Read as
nabla
LaTeX

Meaning

Used for gradient, divergence, curl, and related vector-calculus operations.

Example

f\nabla f

Algebra

Matrix

Read as
matrix
LaTeX

Meaning

A rectangular arrangement of entries used to represent linear maps, systems, and data.

Example

[1234]\begin{bmatrix}1&2\\3&4\end{bmatrix}

Algebra

Transpose

Read as
A transpose
LaTeX

Meaning

Swaps rows and columns of a matrix.

Example

[1234]T=[1324]\begin{bmatrix}1&2\\3&4\end{bmatrix}^T=\begin{bmatrix}1&3\\2&4\end{bmatrix}

Algebra

Inverse matrix

Read as
A inverse
LaTeX

Meaning

A matrix that multiplies with A to produce the identity matrix, when it exists.

Example

AA1=IAA^{-1}=I

Algebra

Determinant

Read as
determinant of A
LaTeX

Meaning

A scalar value that captures scaling, orientation, and invertibility information of a square matrix.

Example

det[abcd]=adbc\det\begin{bmatrix}a&b\\c&d\end{bmatrix}=ad-bc

Geometry

Angle

Read as
angle
LaTeX

Meaning

Represents an angle formed by two rays or segments.

Example

ABC=60\angle ABC=60^\circ

Geometry

Degree

Read as
degrees
LaTeX

Meaning

A unit for measuring angles, where a full turn is 360 degrees.

Example

9090^\circ

Geometry

Perpendicular

Read as
is perpendicular to
LaTeX

Meaning

Shows that two lines or vectors meet at a right angle.

Example

ABCDAB\perp CD

Geometry

Parallel

Read as
is parallel to
LaTeX

Meaning

Shows that two lines or vectors have the same direction and do not meet in a plane.

Example

ABCDAB\parallel CD

Brackets and delimiters

Absolute value

Read as
absolute value of x
LaTeX

Meaning

The distance of a number from zero on the number line.

Example

3=3|-3|=3

Brackets and delimiters

Floor

Read as
floor of x
LaTeX

Meaning

The greatest integer less than or equal to x.

Example

3.8=3\lfloor 3.8\rfloor=3

Brackets and delimiters

Ceiling

Read as
ceiling of x
LaTeX

Meaning

The smallest integer greater than or equal to x.

Example

3.2=4\lceil 3.2\rceil=4

Abbreviations

End of proof

Read as
QED
LaTeX

Meaning

Marks the end of a proof. Some texts use Q.E.D. or a filled square.

Example

x=1.\therefore x=1.\quad\square

Abbreviations

Therefore

Read as
therefore
LaTeX

Meaning

Introduces a conclusion that follows from previous statements.

Example

a=b, b=c a=ca=b,\ b=c\ \therefore a=c

Abbreviations

Because

Read as
because
LaTeX

Meaning

Introduces a reason or supporting statement.

Example

x>0\because x>0

Further reading

These links are provided as additional reading. The explanations and examples on this page are written for this site.