Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Algebraic Computation /  Formula Manipulation /

Element

FilledSmallSquare Element[x, dom] or asserts that x is an element of the domain dom.
FilledSmallSquare Element[, , ... , dom] asserts that all the are elements of dom.
FilledSmallSquare Element[patt, dom] asserts that any expression matching the pattern patt is an element of dom.

FilledSmallSquare can be entered as x AliasIndicatorelemAliasIndicator dom or x \[Element] dom.
FilledSmallSquare Element can be used to set up assumptions in Simplify and related functions.
FilledSmallSquare Possible domains are:

FilledSmallSquare if possible evaluates immediately when x is numeric.
FilledSmallSquare Examples: Pi AlgebraicsLongRightArrow; Pi RealsLongRightArrow.
FilledSmallSquare , , ... dom evaluates to ( | | ... ) dom if its truth or falsity cannot immediately be determined.
FilledSmallSquare See The Mathematica Book on the web: Section 1.4.6 and Section 3.3.10.
FilledSmallSquare See also: Simplify, MemberQ, IntegerQ, Condition, PatternTest, Equal, Less.