prev | ( testsuite > Content > Relations > equivalent > rec-equivalent1 ) | next | (show test run result) |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Content/Relations/equivalent/rec-equivalent1 |
CVS-ID: | |
Author: | MathML 2 Recommendation |
Description: | a is equivalent to not not a |
Sample Rendering:
|
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <equivalent/> <ci> a </ci> <apply> <not/> <apply> <not/> <ci> a </ci> </apply> </apply> </apply> </math>