prev  ( testsuite > Content > TheoryOfSets > set > rec-set2  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/TheoryOfSets/set/rec-set2
CVS-ID:
Author:MathML 2 Recommendation
Description:set with condition

Sample Rendering:

Created by: webeq

Your browser's rendering:

x x 5 x x

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <lt/> 
              <ci> x </ci> 
              <cn> 5 </cn> 
            </apply> 
            <apply> 
              <in/> 
              <ci> x </ci> 
              <naturalnumbers/> 
            </apply> 
          </apply> 
        </condition> 
        <ci> x </ci> 
      </set> 
    </math>