Fiveable

🧠Thinking Like a Mathematician Unit 1 Review

QR code for Thinking Like a Mathematician practice questions

1.5 Mathematical notation

1.5 Mathematical notation

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🧠Thinking Like a Mathematician
Unit & Topic Study Guides

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 x3x^3 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 (dydx\frac{dy}{dx}, \int) 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 ×\times or \cdot denotes scaling or repeated addition
  • Division ÷\div or the fraction bar // represents partitioning or the inverse of multiplication
  • Exponentiation ana^n indicates multiplying aa by itself nn 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
  • \leq and \geq include the possibility of equality
  • \neq indicates two expressions have different values
  • \approx is used for approximations (e.g., π3.14\pi \approx 3.14)

Logical connectives

These show up in formal logic and proofs. Each one combines or modifies truth values:

  • \land (AND): true only when both conditions are true
  • \lor (OR): true when at least one condition is true
  • ¬\neg (NOT): reverses the truth value of a statement
  • \Rightarrow (implies): represents "if...then" statements
  • \Leftrightarrow (biconditional): means "if and only if," so both sides must have the same truth value

Set theory notation

  • \in means "is an element of" (e.g., 3Z3 \in \mathbb{Z} means 3 is an integer)
  • \subseteq means one set is contained within another
  • \cup (union) combines all elements from two sets
  • \cap (intersection) gives only the elements shared by both sets
  • \emptyset 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 N\mathbb{N}: the counting numbers (1, 2, 3, ...)
  • Whole numbers N0\mathbb{N}_0: 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 (353 - 5 isn't a natural number) or division.

Integers and rational numbers

  • Integers Z\mathbb{Z}: all positive and negative whole numbers and zero (..., -2, -1, 0, 1, 2, ...)
  • Rational numbers Q\mathbb{Q}: any number expressible as pq\frac{p}{q} where pp and qq are integers and q0q \neq 0
  • Every terminating or repeating decimal is rational. For example, 0.333...=130.333... = \frac{1}{3}.
  • Rational numbers are dense: between any two rational numbers, you can always find another one.

Real and complex numbers

  • Real numbers R\mathbb{R}: all rational and irrational numbers together
  • Irrational numbers like 2\sqrt{2}, π\pi, and ee have non-repeating, non-terminating decimals and can't be written as fractions
  • Complex numbers C\mathbb{C}: expressed as a+bia + bi, where aa and bb are real numbers and i=1i = \sqrt{-1}
  • 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 (xx, yy, zz) typically represent unknowns or variables
  • Letters near the beginning (aa, bb, cc) usually represent known constants or parameters
  • Subscripts (x1x_1, x2x_2, x3x_3) distinguish multiple variables of the same type
  • Greek letters (α\alpha, β\beta, θ\theta) 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 (π\pi) 3.14159\approx 3.14159: the ratio of any circle's circumference to its diameter
  • Euler's number (ee) 2.71828\approx 2.71828: the base of natural logarithms, central to exponential growth and calculus
  • Imaginary unit (ii): defined as 1\sqrt{-1}, the foundation of complex numbers
  • Golden ratio (φ\varphi) 1.61803\approx 1.61803: appears in geometry, art, architecture, and nature
  • Avogadro's constant (NAN_A) 6.022×1023\approx 6.022 \times 10^{23}: 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.

Role in mathematical communication, The Process of Communication | Organizational Behavior and Human Relations

Function definition and notation

  • f(x)f(x) means "the function ff evaluated at input xx." For example, if f(x)=2x+3f(x) = 2x + 3, then f(4)=11f(4) = 11.
  • Piecewise functions use different rules for different input ranges
  • Composition is written as (fg)(x)(f \circ g)(x) or f(g(x))f(g(x)), meaning you apply gg first, then ff to the result
  • Inverse functions are written as f1(x)f^{-1}(x) and "undo" the original function, so f(f1(x))=xf(f^{-1}(x)) = x

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: (,)(-\infty, \infty) means all real numbers, [0,5][0, 5] means 0 through 5 inclusive
  • Set-builder notation describes conditions: {xRx>0}\{x \in \mathbb{R} \mid x > 0\} 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 (\sum) represents a sum. The general form is:

i=mnai\sum_{i=m}^{n} a_i

This means "add up all the terms aia_i as ii goes from mm to nn." For example, i=14i2=1+4+9+16=30\sum_{i=1}^{4} i^2 = 1 + 4 + 9 + 16 = 30.

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 (\prod) works the same way but for multiplication:

i=mnai\prod_{i=m}^{n} a_i

This means "multiply all the terms aia_i as ii goes from mm to nn." For example, i=14i=1234=24=4!\prod_{i=1}^{4} i = 1 \cdot 2 \cdot 3 \cdot 4 = 24 = 4!

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

limxaf(x)=L\lim_{x \to a} f(x) = L

This reads: "the limit of f(x)f(x) as xx approaches aa is LL." It describes what value f(x)f(x) gets closer and closer to, even if f(a)f(a) itself isn't defined.

  • One-sided limits: limxa+f(x)\lim_{x \to a^+} f(x) (approaching from the right) and limxaf(x)\lim_{x \to a^-} f(x) (approaching from the left)
  • Limits at infinity: limxf(x)\lim_{x \to \infty} f(x) describes behavior as xx 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: f(x)f'(x) (read "f prime of x")
  • Leibniz notation: dydx\frac{dy}{dx} or ddxf(x)\frac{d}{dx}f(x), which emphasizes the ratio of infinitesimal changes

Higher-order derivatives: f(x)f''(x) is the second derivative, f(x)f'''(x) the third, or more generally dndxnf(x)\frac{d^n}{dx^n}f(x).

For functions of multiple variables, partial derivatives use fx\frac{\partial f}{\partial x} 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: abf(x)dx\int_a^b f(x)\, dx gives a numerical value representing the net area under the curve of f(x)f(x) from x=ax = a to x=bx = b
  • Indefinite integral: f(x)dx\int f(x)\, dx gives a family of functions (antiderivatives) plus a constant CC

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: Rf(x,y)dA\iint_R f(x,y)\, dA integrate over a two-dimensional region RR
  • Triple integrals: Vf(x,y,z)dV\iiint_V f(x,y,z)\, dV integrate over a three-dimensional volume VV
  • 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: ABA \cup B contains all elements in either AA or BB (or both)
  • Intersection: ABA \cap B contains only elements in both AA and BB
  • Set difference: ABA \setminus B contains elements in AA that are not in BB
  • Complement: AcA^c contains all elements not in AA (relative to some universal set)
  • Cartesian product: A×BA \times B is the set of all ordered pairs (a,b)(a, b) where aAa \in A and bBb \in B

Quantifiers and logical symbols

  • Universal quantifier \forall means "for all" or "for every." Example: xR,x20\forall x \in \mathbb{R}, x^2 \geq 0
  • Existential quantifier \exists means "there exists." Example: xR\exists x \in \mathbb{R} such that x2=2x^2 = 2
  • \land (AND), \lor (OR), and \Rightarrow (implies) work as described in the logical connectives section above

Matrix and vector notation

Role in mathematical communication, Frontiers | A Conceptual Review of Positive Teacher Interpersonal Communication Behaviors in the ...

Matrix representation

A matrix is a rectangular array of numbers arranged in rows and columns. Matrices are denoted with capital letters (AA, BB, CC).

  • The entry in row ii, column jj of matrix AA is written aija_{ij}
  • A square matrix has equal numbers of rows and columns
  • The identity matrix II 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 (v\mathbf{v}, w\mathbf{w}) or with arrows (v\vec{v}, w\vec{w})
  • A column vector is an n×1n \times 1 matrix; a row vector is 1×n1 \times n
  • Dot product: ab=a1b1+a2b2++anbn\mathbf{a} \cdot \mathbf{b} = a_1b_1 + a_2b_2 + \cdots + a_nb_n, producing a scalar
  • Cross product (3D only): a×b\mathbf{a} \times \mathbf{b} produces a vector perpendicular to both a\mathbf{a} and b\mathbf{b}
  • Other operations include vector addition, scalar multiplication, and normalization (scaling to unit length)

Specialized mathematical notations

Number theory symbols

  • Divisibility: aba \mid b means "aa divides bb" (i.e., bb is a multiple of aa)
  • Congruence: ab(modm)a \equiv b \pmod{m} means aa and bb leave the same remainder when divided by mm. For example, 172(mod5)17 \equiv 2 \pmod{5}.
  • Prime factorization uses product notation: 12=22×312 = 2^2 \times 3
  • Euler's totient function φ(n)\varphi(n) counts how many integers less than nn are coprime to nn
  • Legendre symbol (ap)\left(\frac{a}{p}\right) determines whether aa is a quadratic residue modulo prime pp

Graph theory notation

  • A graph is written as G=(V,E)G = (V, E), where VV is the set of vertices and EE is the set of edges
  • deg(v)\deg(v) is the degree of vertex vv: the number of edges connected to it
  • A path is written as v1v2vnv_1 - v_2 - \cdots - v_n, a sequence of connected vertices
  • The adjacency matrix AA encodes which vertices are connected
  • The chromatic number χ(G)\chi(G) is the minimum number of colors needed to color vertices so that no two adjacent vertices share a color

Statistical notation

  • μ\mu is the population mean (average of the entire population)
  • xˉ\bar{x} is the sample mean (average of a sample drawn from the population)
  • σ\sigma is the population standard deviation, measuring how spread out data is
  • rr is the correlation coefficient, measuring the strength and direction of a linear relationship (ranges from -1 to 1)
  • P(A)P(A) is the probability of event AA occurring

Conventions in mathematical writing

Order of operations

The standard order is captured by the acronym PEMDAS:

  1. Parentheses (innermost first)
  2. Exponents
  3. Multiplication and Division (left to right)
  4. 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 2x2x instead of 2×x2 \times x 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 1/2x1/2x mean 12x\frac{1}{2x} or 12x\frac{1}{2} \cdot x? Different contexts interpret this differently. Use parentheses to remove any ambiguity.

Subscripts and superscripts

  • Subscripts (x1x_1, x2x_2) are used for indexing or labeling specific instances
  • Superscripts (x2x^2, x3x^3) typically represent exponents or powers
  • In tensor notation, you'll see both combined: aija_i^{\,j}
  • Chemical formulas use subscripts for atom counts (H2OH_2O)
  • Clear alignment and sizing of subscripts and superscripts matters for readability

Notation in proofs and theorems

Common proof symbols

  • \therefore ("therefore") introduces a conclusion
  • \because ("because") introduces a justification
  • \bot denotes a contradiction
  • \blacksquare or \square (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 (ab\frac{a}{b}). 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.