Mathematica > Mathematics and Algorithms > Formula Manipulation > Assumptions and Domains >

NotElement (NotElement)

NotElement[x, dom]
or xNotElementdom asserts that x is not an element of the domain dom.
NotElement[x1|...|xn, dom]
asserts that none of the x_i are elements of dom.
NotElement[patt, dom]
asserts that any expression matching the pattern patt is not an element of the domain dom.
  • xNotElementdom can be entered as x Esc !el Esc dom or x\[NotElement]dom.
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team