<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title> W3C MathML TestSuite for CSS, Version 2: math1</title>
  <link rel='stylesheet' type="text/css" href="../../../../style/mathml.css"/>
</head>
  <body>
    <p><b>Image</b>:</p>
    <p><img src="mo6.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mrow> 
        <mo> there exists </mo> 
        <mrow> 
          <mrow> 
            <mi> &#x003B4; </mi> 
            <mo> &#x0003E; </mo> 
            <mn> 0 </mn> 
          </mrow> 
          <mo> such that </mo> 
          <mrow> 
            <mrow> 
              <mi> f </mi> 
              <mo> &#x02061; </mo> 
              <mrow> 
                <mo> ( </mo> 
                <mi> x </mi> 
                <mo> ) </mo> 
              </mrow> 
            </mrow> 
            <mo> &#x003c; </mo> 
            <mn> 1 </mn> 
          </mrow> 
        </mrow> 
      </mrow> 
    </math>
    </p>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math&gt; 
      &lt;mrow&gt; 
        &lt;mo&gt; there exists &lt;/mo&gt; 
        &lt;mrow&gt; 
          &lt;mrow&gt; 
            &lt;mi&gt; &amp;#x003B4; &lt;/mi&gt; 
            &lt;mo&gt; &amp;#x0003E; &lt;/mo&gt; 
            &lt;mn&gt; 0 &lt;/mn&gt; 
          &lt;/mrow&gt; 
          &lt;mo&gt; such that &lt;/mo&gt; 
          &lt;mrow&gt; 
            &lt;mrow&gt; 
              &lt;mi&gt; f &lt;/mi&gt; 
              &lt;mo&gt; &amp;#x02061; &lt;/mo&gt; 
              &lt;mrow&gt; 
                &lt;mo&gt; ( &lt;/mo&gt; 
                &lt;mi&gt; x &lt;/mi&gt; 
                &lt;mo&gt; ) &lt;/mo&gt; 
              &lt;/mrow&gt; 
            &lt;/mrow&gt; 
            &lt;mo&gt; &amp;#x003c; &lt;/mo&gt; 
            &lt;mn&gt; 1 &lt;/mn&gt; 
          &lt;/mrow&gt; 
        &lt;/mrow&gt; 
      &lt;/mrow&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>
