Mathematical notation is the shared language of mathematics. It lets you express complex ideas in a compact, precise way that anyone trained in math can read, regardless of what spoken language they use. This topic covers the major symbols and conventions you'll encounter throughout your math studies.
Importance of mathematical notation
Mathematical notation exists because natural language is too ambiguous for math. Saying "a number times itself three times" could be interpreted differently by different people, but means exactly one thing. Standardized symbols let mathematicians, scientists, and students communicate ideas without confusion.
Role in mathematical communication
- Provides an unambiguous system for expressing mathematical ideas
- Allows efficient representation of complex relationships and operations
- Facilitates the exchange of mathematical knowledge between researchers, educators, and students worldwide
- Enables concise expression of proofs and theorems that would take paragraphs to write in plain English
Historical development of notation
Mathematical notation wasn't invented all at once. It evolved over centuries:
- Ancient civilizations (Egyptian, Babylonian) used hieroglyphs and cuneiform for basic arithmetic
- For most of history, math was written out in words and sentences
- In the 16th century, François Viète and René Descartes introduced algebraic symbols, letting letters stand for unknown quantities
- Leibniz developed calculus notation (, ) in the late 17th century
- The 19th and 20th centuries brought widespread standardization as formal mathematics grew
Fundamental symbols and operators
These are the building blocks of every mathematical expression. You've been using most of them since elementary school, but it's worth being precise about what each one means.
Arithmetic operators
- Addition represents combining quantities
- Subtraction indicates finding the difference between quantities
- Multiplication or denotes scaling or repeated addition
- Division or the fraction bar represents partitioning or the inverse of multiplication
- Exponentiation indicates multiplying by itself times
Relational symbols
These symbols describe how two expressions compare to each other:
- means two expressions have the same value
- (less than) and (greater than) compare magnitudes
- and include the possibility of equality
- indicates two expressions have different values
- is used for approximations (e.g., )
Logical connectives
These show up in formal logic and proofs. Each one combines or modifies truth values:
- (AND): true only when both conditions are true
- (OR): true when at least one condition is true
- (NOT): reverses the truth value of a statement
- (implies): represents "if...then" statements
- (biconditional): means "if and only if," so both sides must have the same truth value
Set theory notation
- means "is an element of" (e.g., means 3 is an integer)
- means one set is contained within another
- (union) combines all elements from two sets
- (intersection) gives only the elements shared by both sets
- or represents the empty set, a set with no elements
Number systems notation
Each number system has a standard symbol, and they nest inside each other like layers. Understanding which system you're working in tells you what operations are valid.
Natural and whole numbers
- Natural numbers : the counting numbers (1, 2, 3, ...)
- Whole numbers : natural numbers plus zero (0, 1, 2, 3, ...)
- These are closed under addition and multiplication, meaning adding or multiplying two natural numbers always gives another natural number. They're not closed under subtraction ( isn't a natural number) or division.
Integers and rational numbers
- Integers : all positive and negative whole numbers and zero (..., -2, -1, 0, 1, 2, ...)
- Rational numbers : any number expressible as where and are integers and
- Every terminating or repeating decimal is rational. For example, .
- Rational numbers are dense: between any two rational numbers, you can always find another one.
Real and complex numbers
- Real numbers : all rational and irrational numbers together
- Irrational numbers like , , and have non-repeating, non-terminating decimals and can't be written as fractions
- Complex numbers : expressed as , where and are real numbers and
- Complex numbers can be visualized on the complex plane (also called an Argand diagram), with the real part on the horizontal axis and the imaginary part on the vertical axis
Variables and constants
Use of letters in algebra
Letters in math serve different roles depending on convention:
- Letters near the end of the alphabet (, , ) typically represent unknowns or variables
- Letters near the beginning (, , ) usually represent known constants or parameters
- Subscripts (, , ) distinguish multiple variables of the same type
- Greek letters (, , ) are often used for angles or specific mathematical quantities
These are conventions, not rules. Context always determines what a letter means.
Common mathematical constants
- Pi () : the ratio of any circle's circumference to its diameter
- Euler's number () : the base of natural logarithms, central to exponential growth and calculus
- Imaginary unit (): defined as , the foundation of complex numbers
- Golden ratio () : appears in geometry, art, architecture, and nature
- Avogadro's constant () : used in chemistry and physics to count particles in a mole
Function notation
A function is a rule that assigns each input exactly one output. Function notation gives you a compact way to describe that rule.

Function definition and notation
- means "the function evaluated at input ." For example, if , then .
- Piecewise functions use different rules for different input ranges
- Composition is written as or , meaning you apply first, then to the result
- Inverse functions are written as and "undo" the original function, so
Domain and range representation
- The domain is the set of all valid inputs for a function
- The range is the set of all possible outputs
- Interval notation expresses these compactly: means all real numbers, means 0 through 5 inclusive
- Set-builder notation describes conditions: means "all real numbers greater than 0"
Summation and product notation
These notations let you write long sums or products without listing every term.
Sigma notation for sums
The capital Greek letter sigma () represents a sum. The general form is:
This means "add up all the terms as goes from to ." For example, .
Key properties: you can factor out constants and split sums apart (linearity), and you can shift the index without changing the value.
Pi notation for products
The capital Greek letter pi () works the same way but for multiplication:
This means "multiply all the terms as goes from to ." For example,
Applications include factorials, polynomial expressions, and probability calculations for independent events.
Limit and derivative notation
These notations are the foundation of calculus. They describe how functions behave as inputs change.
Limit notation and meaning
This reads: "the limit of as approaches is ." It describes what value gets closer and closer to, even if itself isn't defined.
- One-sided limits: (approaching from the right) and (approaching from the left)
- Limits at infinity: describes behavior as grows without bound
- The formal epsilon-delta definition makes this idea rigorous, but the intuition is about approaching a value
Derivative symbols and usage
Derivatives measure the instantaneous rate of change of a function. Two main notations exist:
- Lagrange notation: (read "f prime of x")
- Leibniz notation: or , which emphasizes the ratio of infinitesimal changes
Higher-order derivatives: is the second derivative, the third, or more generally .
For functions of multiple variables, partial derivatives use to indicate differentiation with respect to one variable while holding others constant.
Integral notation
Integration is the reverse of differentiation. It represents accumulation of quantities.
Definite vs indefinite integrals
- Definite integral: gives a numerical value representing the net area under the curve of from to
- Indefinite integral: gives a family of functions (antiderivatives) plus a constant
The Fundamental Theorem of Calculus connects these two: you can evaluate a definite integral by finding an antiderivative and plugging in the bounds.
Multiple integral notation
- Double integrals: integrate over a two-dimensional region
- Triple integrals: integrate over a three-dimensional volume
- The order of integration matters and depends on the region's geometry
- Applications include calculating volumes, surface areas, and physical quantities like mass and moments of inertia
Set theory and logic symbols
Set operations and notation
- Union: contains all elements in either or (or both)
- Intersection: contains only elements in both and
- Set difference: contains elements in that are not in
- Complement: contains all elements not in (relative to some universal set)
- Cartesian product: is the set of all ordered pairs where and
Quantifiers and logical symbols
- Universal quantifier means "for all" or "for every." Example:
- Existential quantifier means "there exists." Example: such that
- (AND), (OR), and (implies) work as described in the logical connectives section above
Matrix and vector notation

Matrix representation
A matrix is a rectangular array of numbers arranged in rows and columns. Matrices are denoted with capital letters (, , ).
- The entry in row , column of matrix is written
- A square matrix has equal numbers of rows and columns
- The identity matrix has 1s on the main diagonal and 0s everywhere else; it acts like the number 1 in matrix multiplication
- Special types include diagonal, triangular, and symmetric matrices
Vector notation and operations
- Vectors are written as boldface lowercase letters (, ) or with arrows (, )
- A column vector is an matrix; a row vector is
- Dot product: , producing a scalar
- Cross product (3D only): produces a vector perpendicular to both and
- Other operations include vector addition, scalar multiplication, and normalization (scaling to unit length)
Specialized mathematical notations
Number theory symbols
- Divisibility: means " divides " (i.e., is a multiple of )
- Congruence: means and leave the same remainder when divided by . For example, .
- Prime factorization uses product notation:
- Euler's totient function counts how many integers less than are coprime to
- Legendre symbol determines whether is a quadratic residue modulo prime
Graph theory notation
- A graph is written as , where is the set of vertices and is the set of edges
- is the degree of vertex : the number of edges connected to it
- A path is written as , a sequence of connected vertices
- The adjacency matrix encodes which vertices are connected
- The chromatic number is the minimum number of colors needed to color vertices so that no two adjacent vertices share a color
Statistical notation
- is the population mean (average of the entire population)
- is the sample mean (average of a sample drawn from the population)
- is the population standard deviation, measuring how spread out data is
- is the correlation coefficient, measuring the strength and direction of a linear relationship (ranges from -1 to 1)
- is the probability of event occurring
Conventions in mathematical writing
Order of operations
The standard order is captured by the acronym PEMDAS:
- Parentheses (innermost first)
- Exponents
- Multiplication and Division (left to right)
- Addition and Subtraction (left to right)
A fraction bar acts as a grouping symbol, just like parentheses. Everything in the numerator is grouped together, and everything in the denominator is grouped together. The same applies to radical signs, which extend over the entire expression underneath.
When in doubt, add parentheses to make your meaning clear.
Implicit multiplication
Writing instead of is standard practice. The multiplication is implied when a number sits next to a variable or when two parenthetical groups are adjacent.
One common source of confusion: does mean or ? Different contexts interpret this differently. Use parentheses to remove any ambiguity.
Subscripts and superscripts
- Subscripts (, ) are used for indexing or labeling specific instances
- Superscripts (, ) typically represent exponents or powers
- In tensor notation, you'll see both combined:
- Chemical formulas use subscripts for atom counts ()
- Clear alignment and sizing of subscripts and superscripts matters for readability
Notation in proofs and theorems
Common proof symbols
- ("therefore") introduces a conclusion
- ("because") introduces a justification
- denotes a contradiction
- or (QED symbol) marks the end of a proof
- Proof by cases breaks an argument into exhaustive possibilities, labeled Case 1, Case 2, etc.
Theorem and lemma formatting
Mathematical results follow a hierarchy:
- A theorem is a major result that has been proven true
- A lemma is a smaller result used as a stepping stone toward proving a theorem
- A corollary is a result that follows directly from a theorem with little additional work
- Proofs typically begin with "Proof:" and end with a QED symbol
- Definitions are formatted distinctly from theorems and state the precise meaning of a term
Technology and mathematical notation
LaTeX for mathematical typesetting
LaTeX is a markup language designed for mathematical and scientific documents. You write commands like \frac{a}{b} and LaTeX renders them as properly formatted equations (). It's the standard tool for academic papers, textbooks, and journals in mathematics and the sciences. Learning basic LaTeX is a practical skill if you plan to write up any mathematical work.
Computer algebra system notation
Computer algebra systems (CAS) like Mathematica, Maple, and MATLAB let you do symbolic and numerical math on a computer. Their syntax resembles programming languages but incorporates mathematical notation. These tools can solve equations, plot graphs, simplify expressions, and handle computations that would be impractical by hand.