\Complex

The symbol \Complex is used in LaTeX to denote the set of complex numbers, typically represented by the symbol \( \mathbb{C} \). It is part of the 'Other Letters' category in LaTeX, which includes various special symbols and notations used in mathematical expressions.

Examples

Indicating that a variable z is a complex number.

z \in \Complex

A function f that maps complex numbers to complex numbers.

f: \Complex \to \Complex

Defining the set of complex numbers as numbers of the form a + bi, where a and b are real numbers.

\Complex = \{ a + bi \mid a, b \in \mathbb{R} \}