Element
Usage
• Element[x, dom] or asserts that x is an element of the domain dom. • Element[{ , , ... }, dom] asserts that all the are elements of dom. • Element[patt, dom] asserts that any expression matching the pattern patt is an element of dom.
Notes
•  can be entered as x el dom or x \[Element] dom. • Element can be used to set up assumptions in Simplify and related functions. • Possible domains are: •  if possible evaluates immediately when x is numeric. • ( | | ... ) dom is equivalent to { , , ... } dom. • { , , ... } dom evaluates to ( | | ... ) dom if its truth or falsity cannot immediately be determined. • New in Version 4; modified in 5.
|