prev  ( testsuite > Content > TheoryOfSets > set > set4  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/TheoryOfSets/set/set4
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:set with condition

Sample Rendering:

Created by: webeq

Your browser's rendering:

x x 5 x

Source Code:


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