prev  ( testsuite > Content > ArithmeticAlgebraLogic > forall > rec-forall3  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/ArithmeticAlgebraLogic/forall/rec-forall3
CVS-ID:
Author:MathML 2 Recomendation
Description:forall/and/lt/power

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


Sample Rendering:

Created by: webeq

Your browser's rendering:

p q p q p q p q 2

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <forall/> 
        <bvar> 
          <ci> p </ci> 
        </bvar> 
        <bvar> 
          <ci> q </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <in/> 
              <ci> p </ci> 
              <rationals/> 
            </apply> 
            <apply> 
              <in/> 
              <ci> q </ci> 
              <rationals/> 
            </apply> 
            <apply> 
              <lt/> 
              <ci> p </ci> 
              <ci> q </ci> 
            </apply> 
          </apply> 
        </condition> 
        <apply> 
          <lt/> 
          <ci> p </ci> 
          <apply> 
            <power/> 
            <ci> q </ci> 
            <cn> 2 </cn> 
          </apply> 
        </apply> 
      </apply> 
    </math>