prev | ( testsuite > Content > ArithmeticAlgebraLogic > forall > rec-forall2 ) | next |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Content/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"> <apply> <forall/> <bvar> <ci> x </ci> </bvar> <apply> <eq/> <apply> <minus/> <ci> x </ci> <ci> x </ci> </apply> <cn>0</cn> </apply> </apply> </math>