| prev | ( testsuite > StrictContent > ArithmeticAlgebraLogic > exists > rec-exists1 ) | next | (show test run result) |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | StrictContent/ArithmeticAlgebraLogic/exists/rec-exists1 |
| CVS-ID: | |
| Author: | MathML 2 Recommendation |
| Description: | there exists an x for which f(x)=0 |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<bind>
<csymbol cd="quant1">exists</csymbol>
<bvar>
<ci>x</ci>
</bvar>
<apply>
<csymbol cd="relation1">eq</csymbol>
<apply>
<ci>f</ci>
<ci>x</ci>
</apply>
<cn>0</cn>
</apply>
</bind>
</math>