Coloneqq
Represents a definition or assignment with a colon-equals symbol, commonly used in mathematical writing to introduce formal definitions.
Overview
Provides a more formal and visually distinct alternative to the standard equals sign when defining new mathematical concepts, variables, or functions.
- Popular in theoretical mathematics and computer science for expressing definitions rigorously
- Often preferred over := or = in academic papers and textbooks for its clarity
- Particularly common in formal proofs, set theory, and abstract algebra where precise notation is essential
- Helps distinguish definitional equations from regular equality statements
Examples
Defining a mathematical sequence explicitly.
a_n \Coloneqq 2^n + 1Defining a set using set-builder notation.
S \Coloneqq \{x \in \mathbb{R} : x > 0\}Defining a mathematical function.
f(x) \Coloneqq \sqrt{x^2 + 1}