| prev | next |
| File: | Content/ArithmeticAlgebraLogic/exists/rec-exists1.html | |
| Author: | MathML 2 Recommendation | |
| Description: | there exists an x for which f(x)=0 | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<apply>
<exists/>
<bvar>
<ci> x </ci>
</bvar>
<apply>
<eq/>
<apply>
<fn>
<ci> f </ci>
</fn>
<ci> x </ci>
</apply>
<cn>0</cn>
</apply>
</apply>
</math>