Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
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.
Test whether pi is not an element of the integers:
Express that x is not real:
Enter using Esc !elem Esc:
Test whether pi is not an element of the integers:
In[1]:=
Click for copyable input
Out[1]=
 
Express that x is not real:
In[1]:=
Click for copyable input
Out[1]=
 
Enter using Esc !elem Esc:
In[1]:=
Click for copyable input
Out[1]=
Test domain membership:
For a single variable, the negation of NotElement is automatically converted to Element:
For multiple variables the negation of NotElement is not automatically simplified:
Use LogicalExpand to find the representation in terms of Element:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team