<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="../../../../style/mathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <!--
Copyright &#251; 1994-2003 World Wide Web Consortium, (Massachusetts Institute
of Technology, European Consortium for Informatics and
Mathematics, Keio University). All Rights Reserved. See
http://www.w3.org/Consortium/Legal/.
  -->
  <head>
    <title> W3C MathML TestSuite, Version 2: rec-forall7</title>
</head>
  <body style="background: #ffffff">
    <table width="100%" cellpadding="8">
      <tr>
        <td>
          <a href="../../../Content/ArithmeticAlgebraLogic/forall/rec-forall6.xml">
    prev </a>
        </td>
        <td style="text-align: right">
          <a href="../../../Content/ArithmeticAlgebraLogic/exists/rec-exists1.xml">
    next</a>
        </td>
      </tr>
    </table>
      <table style="background:#cccccc" cellpadding="4">
        <tr>
          <td style="text-align: right" valign="top">File:</td>
          <td>Content/ArithmeticAlgebraLogic/forall/rec-forall7.xml (<a href="rec-forall7.mml">mml file</a>)
        </td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Author:</td>
          <td>Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Description:</td>
          <td>not (forall s in S where f(s) is in T) = (there exists s in S such that f(s) is not in T)
</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Sample Rendering:</td>
          <td>
            <table>
              <tr>
                <td>
                  <img src="rec-forall7.png" alt="Created by: webeq"/>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    <p>
      <b>Your browser's rendering</b>:</p>
    <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <not/>
          <apply>
            <forall/>
            <bvar>
              <ci>s</ci>
            </bvar>
            <condition>
              <apply>
                <in/>
                <ci>s</ci>
                <ci>S</ci>
              </apply>
            </condition>
            <apply>
              <in/>
              <apply>
                <fn>
                  <ci>f</ci>
                </fn>
                <ci>s</ci>
              </apply>
              <ci>T</ci>
            </apply>
          </apply>
        </apply>
        <apply>
          <exists/>
          <bvar>
            <ci>s</ci>
          </bvar>
          <condition>
            <apply>
              <in/>
              <ci>s</ci>
              <ci>S</ci>
            </apply>
          </condition>
          <apply>
            <notin/>
            <apply>
              <fn>
                <ci>f</ci>
              </fn>
              <ci>s</ci>
            </apply>
            <ci>T</ci>
          </apply>
        </apply>
      </apply>
    </math>
  </p>
    <hr/>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math>
      &lt;apply>
        &lt;eq/>
        &lt;apply>
          &lt;not/>
          &lt;apply>
            &lt;forall/>
            &lt;bvar>
              &lt;ci>s&lt;/ci>
            &lt;/bvar>
            &lt;condition>
              &lt;apply>
                &lt;in/>
                &lt;ci>s&lt;/ci>
                &lt;ci>S&lt;/ci>
              &lt;/apply>
            &lt;/condition>
            &lt;apply>
              &lt;in/>
              &lt;apply>
                &lt;fn>
                  &lt;ci>f&lt;/ci>
                &lt;/fn>
                &lt;ci>s&lt;/ci>
              &lt;/apply>
              &lt;ci>T&lt;/ci>
            &lt;/apply>
          &lt;/apply>
        &lt;/apply>
        &lt;apply>
          &lt;exists/>
          &lt;bvar>
            &lt;ci>s&lt;/ci>
          &lt;/bvar>
          &lt;condition>
            &lt;apply>
              &lt;in/>
              &lt;ci>s&lt;/ci>
              &lt;ci>S&lt;/ci>
            &lt;/apply>
          &lt;/condition>
          &lt;apply>
            &lt;notin/>
            &lt;apply>
              &lt;fn>
                &lt;ci>f&lt;/ci>
              &lt;/fn>
              &lt;ci>s&lt;/ci>
            &lt;/apply>
            &lt;ci>T&lt;/ci>
          &lt;/apply>
        &lt;/apply>
      &lt;/apply>
    &lt;/math>
  </pre>
    <p style="text-align: right">
      <a href="../../../../overview.html" target="_top">
	Test Suite Home
	</a>
    </p>
    <hr/>
  </body>
</html>
