represents the domain of complex numbers, as in x∈Complexes.
Complexes
represents the domain of complex numbers, as in x∈Complexes.
Details
- x∈Complexes evaluates immediately only if x is a numeric quantity.
- Simplify[expr∈Complexes] can be used to try to determine whether an expression corresponds to a complex number.
- The domain of real numbers is taken to be a subset of the domain of complex numbers.
- Complexes is output in StandardForm or TraditionalForm as
. This typeset form can be input using
comps
.
Examples
open all close allBasic Examples (3)
Element[E ^ (I Sin[7]), Complexes]Exponential of a complex number is a complex number:
Simplify[Element[E ^ x, Complexes], Element[x, Complexes]]Find complex numbers that make an inequality well defined and True:
Reduce[x ^ 2 < 1, x, Complexes]Scope (2)
Specify that all variables should be considered complex, even if they appear in inequalities:
Reduce[x ^ 4 ≤ 1, x, Complexes]By default, Reduce considers all variables that appear in inequalities to be real:
Reduce[x ^ 4 ≤ 1, x]For every real number y there exists a complex number whose square is real and less than y:
Resolve[Exists[x, x ^ 2 < y], Complexes]By default, Resolve considers all variables that appear in inequalities to be real:
Resolve[Exists[x, x ^ 2 < y]]TraditionalForm of formatting:
Complexes//TraditionalFormProperties & Relations (2)
Complexes contains Reals, Algebraics, Rationals, Integers, and Primes:
Refine[Element[x, Complexes], Element[x, #]]& /@ {Reals, Algebraics, Rationals, Integers, Primes}Infinite quantities are not considered part of the Complexes:
{Element[Infinity, Complexes], Element[ComplexInfinity, Complexes]}Tech Notes
Related Guides
History
Introduced in 1999 (4.0) | Updated in 2017 (11.2)
Text
Wolfram Research (1999), Complexes, Wolfram Language function, https://reference.wolfram.com/language/ref/Complexes.html (updated 2017).
CMS
Wolfram Language. 1999. "Complexes." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2017. https://reference.wolfram.com/language/ref/Complexes.html.
APA
Wolfram Language. (1999). Complexes. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Complexes.html
BibTeX
@misc{reference.wolfram_2026_complexes, author="Wolfram Research", title="{Complexes}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/Complexes.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_complexes, organization={Wolfram Research}, title={Complexes}, year={2017}, url={https://reference.wolfram.com/language/ref/Complexes.html}, note=[Accessed: 12-June-2026]}