Mathematical Symbols
A comprehensive reference guide to the symbols used in mathematics.
Complete Reference — 12 categoriesThese fundamental symbols form the core of elementary arithmetic. Click the microphone icon to hear pronunciation.
| Symbol | Name | Meaning | Example |
|---|---|---|---|
| + | Plus / Addition | Indicates addition or a positive value. | 3 + 5 = 8 |
| − | Minus / Subtraction | Indicates subtraction or a negative value. | 7 − 2 = 5 |
| × | Times / Multiplication | Indicates multiplication. | 4 × 3 = 12 |
| ÷ | Divide / Division | Indicates division. | 20 ÷ 4 = 5 |
| = | Equals | Indicates equality between two expressions. | 2 + 2 = 4 |
| ≠ | Not Equal | Indicates that two expressions are not equal. | 5 ≠ 6 |
| ≈ | Approximately Equal | Indicates that two values are approximately equal. | 1/3 ≈ 0.333 |
| < | Less Than | Indicates the left side is smaller than the right. | 3 < 7 |
| > | Greater Than | Indicates the left side is larger than the right. | 9 > 2 |
| ≤ | Less Than or Equal | Left side is less than or equal to the right. | x ≤ 5 |
| ≥ | Greater Than or Equal | Left side is greater than or equal to the right. | x ≥ 0 |
| ± | Plus-Minus | Indicates both plus and minus. | x = −b ± √(b²−4ac) / 2a |
| ∓ | Minus-Plus | The opposite of ±. | cos(A ∓ B) = cos A cos B ± sin A sin B |
| % | Percent | Per hundred; a ratio out of 100. | 25% = 25/100 = 0.25 |
| ‰ | Per Mill | Per thousand; a ratio out of 1000. | 5‰ = 5/1000 = 0.005 |
Algebra uses letters and symbols to represent unknown values and generalised relationships.
| Symbol | Name | Meaning | Example |
|---|---|---|---|
| √ | Square Root | A value that when multiplied by itself gives the original number. | √16 = 4 |
| ∛ | Cube Root | A value that when cubed gives the original number. | ∛27 = 3 |
| |x| | Absolute Value | The distance of a number from zero (always non-negative). | |−5| = 5 |
| ! | Factorial | The product of all positive integers up to the number. | 5! = 120 |
| ∞ | Infinity | An unbounded quantity larger than any real number. | x → ∞ |
| Σ | Summation | The sum of a sequence of terms. | Σ(i=1 to n) i = n(n+1)/2 |
| ∏ | Product | The product of a sequence of terms. | ∏(i=1 to n) i = n! |
| Δ | Delta | Change in a value, or the discriminant of a quadratic. | Δ = b² − 4ac |
| ∝ | Proportional To | One quantity varies directly with another. | y ∝ x |
| ∴ | Therefore | Indicates a logical conclusion. | ∴ x = 5 |
Set theory deals with collections of objects and the relationships between them.
| Symbol | Name | Meaning | Example |
|---|---|---|---|
| ∪ | Union | Elements in A or B (or both). | {1,2} ∪ {2,3} = {1,2,3} |
| ∩ | Intersection | Elements in A and B. | {1,2} ∩ {2,3} = {2} |
| ⊆ | Subset | A is a subset of B (may be equal). | {1,2} ⊆ {1,2,3} |
| ⊂ | Proper Subset | A is a proper subset of B (not equal). | {1,2} ⊂ {1,2,3} |
| ⊇ | Superset | A contains B (may be equal). | {1,2,3} ⊇ {1,2} |
| ⊃ | Proper Superset | A properly contains B. | {1,2,3} ⊃ {1,2} |
| ∈ | Element Of | x is an element of A. | 2 ∈ {1,2,3} |
| ∉ | Not Element Of | x is not an element of A. | 4 ∉ {1,2,3} |
| ∅ | Empty Set | Set with no elements. | A ∪ ∅ = A |
| 𝒫 | Power Set | The set of all subsets of a set. | |𝒫({1,2})| = 4 |
| \ | Set Difference | Elements in A not in B. | {1,2,3} \ {2} = {1,3} |
Geometry symbols describe shapes, angles, lines, and spatial relationships.
| Symbol | Name | Meaning | Example |
|---|---|---|---|
| ∠ | Angle | Angle formed by two rays from a common vertex. | ∠ABC = 60° |
| ∡ | Measured Angle | A measured angle (with a given value). | ∡ABC = 45° |
| ⊥ | Perpendicular | Lines or planes that intersect at a right angle. | AB ⟂ CD |
| ∥ | Parallel | Lines that never intersect (same direction). | AB ∥ CD |
| △ | Triangle | A three-sided polygon. | △ABC |
| □ | Square | A quadrilateral with four right angles. | □ABCD |
| ° | Degree | Unit of angle measure (1/360 of a circle). | 90° (right angle) |
| π | Pi | The ratio of a circle's circumference to its diameter (≈ 3.14159). | C = 2πr |
Calculus symbols deal with rates of change, areas, and infinite processes.
| Symbol | Name | Meaning | Example |
|---|---|---|---|
| ∫ | Integral | Area under a curve; antiderivative. | ∫₀¹ x dx = ½ |
| ∬ | Double Integral | Volume under a surface; integral over a 2D region. | ∬ f(x,y) dA |
| ∮ | Contour Integral | Integral along a closed curve. | ∮ f(z) dz |
| ∂ | Partial Derivative | Derivative with respect to one variable. | ∂f/∂x |
| ∇ | Nabla / Del | Vector gradient operator (∇f = gradient). | ∇f = (∂f/∂x, ∂f/∂y) |
| lim | Limit | Value a function approaches as input approaches a value. | lim(x→0) sin x / x = 1 |
| ε | Epsilon | Arbitrarily small positive quantity. | |x − c| < ε |
| δ | Delta (small) | Small change or increment. | δx → 0 |
| → | Approaches | Tends towards a value. | x → ∞ |
Logic symbols formalise reasoning, truth values, and the structure of arguments.
| Symbol | Name | Meaning | Example |
|---|---|---|---|
| ∧ | And (Conjunction) | Both statements are true. | P ∧ Q (P and Q) |
| ∨ | Or (Disjunction) | At least one statement is true. | P ∨ Q (P or Q) |
| ¬ | Not (Negation) | Opposite truth value. | ¬P (not P) |
| ⇒ | Implies | If P is true then Q is true. | P ⇒ Q |
| ⇔ | If and Only If | P is true exactly when Q is true. | P ⇔ Q |
| ∀ | For All | Universal quantifier: true for every element. | ∀x > 0, x² > 0 |
| ∃ | There Exists | Existential quantifier: there is at least one element. | ∃x ∈ ℝ |
| ∄ | There Does Not Exist | No element satisfies the condition. | ∄x ∈ ∅ |
| ⊤ | True / Tautology | Always true. | P ∨ ¬P = ⊤ |
| ⊥ | False / Contradiction | Always false. | P ∧ ¬P = ⊥ |
Greek letters are widely used in mathematics and science as variables, constants, and operators.
| Symbol | Name | Common Uses |
|---|---|---|
| α | Alpha | Angles, significance level (statistics), coefficients |
| β | Beta | Angles, regression coefficients, Type II error |
| γ | Gamma | Gamma function Γ(n), Euler–Mascheroni constant γ |
| δ | Delta (lowercase) | Small change, Dirac delta function, discriminant |
| ε | Epsilon | Small positive quantity, permittivity, error term |
| ζ | Zeta | Riemann zeta function ζ(s), damping ratio |
| η | Eta | Efficiency, viscosity, regression effect size |
| θ | Theta | Angles, polar coordinates, parameter |
| κ | Kappa | Curvature, thermal conductivity, spring constant |
| λ | Lambda | Eigenvalue, wavelength, rate parameter |
| μ | Mu | Mean, coefficient of friction, micro- (10⁻⁶) |
| ν | Nu | Frequency, Poisson's ratio, kinematic viscosity |
| π | Pi | Circle constant ≈ 3.14159, product notation |
| ρ | Rho | Density, radius, correlation coefficient |
| σ | Sigma | Summation Σ, standard deviation, conductivity |
| τ | Tau | Torque, time constant, 2π (circle constant alternative) |
| φ | Phi | Golden ratio φ ≈ 1.618, Euler's totient function |
| ψ | Psi | Wave function (quantum mechanics), stream function |
| ω | Omega | Angular velocity, angular frequency |
Statistics and probability use specialised notation for data analysis, distributions, and inference.
| Symbol | Name | Meaning | Example |
|---|---|---|---|
| μCopied! | Mu / Mean | Average of a dataset. | μ = (Σx)/n |
| σCopied! | Sigma / Standard Deviation | Measure of dispersion in a dataset. | σ = √(Σ(x−μ)²/n) |
| σ²Copied! | Variance | Square of the standard deviation. | σ² = 25 |
| ρCopied! | Rho / Correlation | Strength of linear relationship between two variables. | ρ = 0.85 |
| P(A)Copied! | Probability of A | Likelihood that event A occurs. | P(A) = 0.5 |
| P(A|B)Copied! | Conditional Probability | Probability of A given B has occurred. | P(A|B) = 0.75 |
| E(X)Copied! | Expected Value | Weighted average of a random variable. | E(X) = 5.2 |
| Var(X)Copied! | Variance | Expected squared deviation from the mean. | Var(X) = σ² |
| ∼Copied! | Distributed As | Describes the distribution of a random variable. | X ∼ N(0,1) |
| χ²Copied! | Chi-Squared | Chi-squared distribution or test statistic. | χ² goodness-of-fit test |
Number theory explores properties of integers and their relationships.
| Symbol | Name | Meaning | Example |
|---|---|---|---|
| ∣Copied! | Divides | a divides b evenly (no remainder). | 3 ∣ 12 |
| ∤Copied! | Does Not Divide | a does not divide b. | 5 ∤ 12 |
| ⌊x⌋Copied! | Floor Function | Greatest integer less than or equal to x. | ⌊3.7⌋ = 3 |
| ⌈x⌉Copied! | Ceiling Function | Least integer greater than or equal to x. | ⌈3.2⌉ = 4 |
| gcd(a,b)Copied! | Greatest Common Divisor | Largest number that divides both a and b. | gcd(12,18) = 6 |
| lcm(a,b)Copied! | Least Common Multiple | Smallest number that is a multiple of both a and b. | lcm(4,6) = 12 |
| ≡Copied! | Congruence | a and b have the same remainder when divided by n. | 17 ≡ 5 (mod 12) |
| φ(n)Copied! | Euler's Totient | Count of integers up to n that are coprime to n. | φ(12) = 4 |
Linear algebra deals with vectors, matrices, and linear transformations.
| Symbol | Name | Meaning | Example |
|---|---|---|---|
| ACopied! | Matrix | Rectangular array of numbers arranged in rows and columns. | A = [aᵢⱼ] |
| AᵀCopied! | Transpose | Rows become columns and vice versa. | (Aᵀ)ᵢⱼ = Aⱼᵢ |
| A⁻¹Copied! | Matrix Inverse | Matrix that when multiplied by the original yields the identity. | A · A⁻¹ = I |
| det(A)Copied! | Determinant | Scalar value encoding properties of a square matrix. | det([[1,2],[3,4]]) = −2 |
| ICopied! | Identity Matrix | Matrix with ones on the diagonal and zeros elsewhere. | I₃ (3×3 identity) |
| 0Copied! | Zero Matrix | Matrix with all entries equal to zero. | A + 0 = A |
| ∥v∥Copied! | Norm / Magnitude | Length of a vector. | ∥(3,4)∥ = 5 |
| u · vCopied! | Dot Product | Scalar product of two vectors. | u · v = |u||v|cos θ |
| a × bCopied! | Cross Product | Vector perpendicular to both a and b. | a × b |
| ⟨u,v⟩Copied! | Inner Product | Generalised dot product in an inner product space. | ⟨u,v⟩ = Σ uᵢvᵢ |
| ⊕Copied! | Direct Sum | Sum of two subspaces that intersect only at zero. | V = U ⊕ W |
Combinatorics studies counting, arrangement, and combination of objects.
| Symbol | Name | Meaning | Example |
|---|---|---|---|
| n!Copied! | Factorial | Product of all positive integers up to n. | 5! = 120 |
| C(n,k)Copied! | Combination | Number of ways to choose k items from n (order does not matter). | C(5,2) = 10 |
| P(n,k)Copied! | Permutation | Number of ways to arrange k items selected from n (order matters). | P(5,2) = 20 |
| (ⁿₖ)Copied! | Binomial Coefficient | Same as combination; coefficient in binomial expansion. | (⁵₂) = 10 |
| |S|Copied! | Cardinality | Number of elements in a set. | |{1,2,3}| = 3 |
| —Copied! | Pigeonhole Principle | If n items are placed into m boxes and n > m, at least one box contains ≥ 2 items. | Trivial but powerful |
These fundamental constants appear across all areas of mathematics.
| Symbol | Name | Common Uses |
|---|---|---|
| πCopied! | Pi | Circle constant ≈ 3.14159; ratio of circumference to diameter. |
| eCopied! | Euler's Number | Base of natural logarithms ≈ 2.71828; fundamental in calculus and growth. |
| iCopied! | Imaginary Unit | √(−1); fundamental in complex analysis. i² = −1 |
| φCopied! | Golden Ratio | (1+√5)/2 ≈ 1.618; appears in geometry, art, and nature. |
| γCopied! | Euler-Mascheroni Constant | Limit of (1 + 1/2 + ... + 1/n − ln n) ≈ 0.57721. |
| ∞Copied! | Infinity | Unbounded quantity; larger than any real number. |
| ℵ₀Copied! | Aleph-Null | Cardinality of countably infinite sets (e.g., natural numbers). |