| prev | ( testsuite > StrictContent > ArithmeticAlgebraLogic > forall > rec-forall2 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | StrictContent/ArithmeticAlgebraLogic/forall/rec-forall2 |
| CVS-ID: | |
| Author: | MathML 2 Recommendation |
| Description: | forall x, x-x=0 |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<bind>
<csymbol cd="quant1">forall</csymbol>
<bvar>
<ci>x</ci>
</bvar>
<apply>
<csymbol cd="relation1">eq</csymbol>
<apply>
<csymbol cd="arith1">minus</csymbol>
<ci>x</ci>
<ci>x</ci>
</apply>
<cn>0</cn>
</apply>
</bind>
</math>