prev  ( testsuite > StrictContent > ArithmeticAlgebraLogic > min > rec-min2  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:StrictContent/ArithmeticAlgebraLogic/min/rec-min2
CVS-ID:
Author:MathML 2 Recommendation
Description:min(x, x not in B, x^2) using <apply>

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


Sample Rendering:

Created by: webeq

Your browser's rendering:

min map lambda x power x 2 suchthat R lambda x notin x B set

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <csymbol cd="minmax1">min</csymbol>
            <apply>
               <csymbol cd="set1">map</csymbol>
               <bind>
                  <csymbol cd="fns1">lambda</csymbol>
                  <bvar>
                     <ci>x</ci>
                  </bvar>
                  <apply>
                     <csymbol cd="arith1">power</csymbol>
                     <ci>x</ci>
                     <cn>2</cn>
                  </apply>
               </bind>
               <apply>
                  <csymbol cd="set1">suchthat</csymbol>
                  <ci>R</ci>
                  <bind>
                     <csymbol cd="fns1">lambda</csymbol>
                     <bvar>
                        <ci>x</ci>
                     </bvar>
                     <apply>
                        <csymbol cd="set1">notin</csymbol>
                        <ci>x</ci>
                        <semantics>
                           <ci>B</ci>
                           <annotation-xml cd="mathmltypes" name="type" encoding="MathML-Content">
                              <ci>set</ci>
                           </annotation-xml>
                        </semantics>
                     </apply>
                  </bind>
               </apply>
            </apply>
         </apply>
      </math>