| prev | ( testsuite > StrictContent > TheoryOfSets > set > rec-set2 ) | next | (show test run result) |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | StrictContent/TheoryOfSets/set/rec-set2 |
| CVS-ID: | |
| Author: | MathML 2 Recommendation |
| Description: | set with condition |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<csymbol cd="set1">map</csymbol>
<bind>
<csymbol cd="fns1">lambda</csymbol>
<bvar>
<ci>x</ci>
</bvar>
<ci>x</ci>
</bind>
<apply>
<csymbol cd="set1">suchthat</csymbol>
<ci>R</ci>
<bind>
<csymbol cd="fns1">lambda</csymbol>
<bvar>
<ci>x</ci>
</bvar>
<apply>
<csymbol cd="logic1">and</csymbol>
<apply>
<csymbol cd="relation1">lt</csymbol>
<ci>x</ci>
<cn>5</cn>
</apply>
<apply>
<csymbol cd="set1">in</csymbol>
<ci>x</ci>
<csymbol cd="setname1">N</csymbol>
</apply>
</apply>
</bind>
</apply>
</apply>
</math>