DOCUMENTATION CENTER SEARCH
Mathematica
>
Assumptions and Domains
>
Built-in
Mathematica
Symbol
Quantifiers
Complex Polynomial Systems
Tutorials »
|
ForAll
FindInstance
Resolve
Reduce
Element
Eliminate
See Also »
|
Assumptions and Domains
Logic & Boolean Algebra
Polynomial Systems
More About »
Exists
(
)
Exists
[
x
,
expr
]
represents the statement that there exists a value of
for which
expr
is
True
.
Exists
[
x
,
cond
,
expr
]
states that there exists an
satisfying the condition
cond
for which
expr
is
True
.
Exists
[{
x
1
,
x
2
,
...
},
expr
]
states that there exist values for all the
for which
expr
is
True
.
MORE INFORMATION
Exists
[
x
,
expr
]
can be entered as
. The character
can be entered as
Esc
ex
Esc
or
\[Exists]
. The variable
is given as a subscript.
Exists
[
x
,
cond
,
expr
]
can be entered as
.
In
StandardForm
,
Exists
[
x
,
expr
]
is output as
.
Exists
[
x
,
cond
,
expr
]
is output as
.
Exists
can be used in such functions as
Reduce
,
Resolve
and
FullSimplify
.
The condition
cond
is often used to specify the domain of a variable, as in
x
Integers
.
Exists
[
x
,
cond
,
expr
]
is equivalent to
Exists
[
x
,
cond
&&
expr
]
.
Exists
[{
x
1
,
x
2
,
...
},
...
]
is equivalent to
.
The value of
in
Exists
[
x
,
expr
]
is taken to be localized, as in
Block
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
This states that there exists a positive solution to the equation
:
In[1]:=
Out[1]=
Use
Resolve
to get a condition on real parameters for which the statement is true:
In[2]:=
Out[2]=
Reduce
gives the condition in a solved form:
In[3]:=
Out[3]=
Scope
(6)
Applications
(4)
Properties & Relations
(5)
SEE ALSO
ForAll
FindInstance
Resolve
Reduce
Element
Eliminate
TUTORIALS
Quantifiers
Complex Polynomial Systems
MORE ABOUT
Assumptions and Domains
Logic & Boolean Algebra
Polynomial Systems
RELATED LINKS
NKS|Online
(
A New Kind of Science
)
New in 5
© 2008 Wolfram Research, Inc.