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

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: webeq

Your browser's rendering:

map lambda x x suchthat R lambda x and lt x 5 in x N

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>