MathML formulae – Schlage-Puchta, Jan-Christoph: Finiteness of a class of Rabinowitsch polynomials. (English). Archivum Mathematicum, vol. 40 (2004), issue 3, pp. 259-261

show / hide all code)

Formula 1

show / hide formula code)

Original

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Canonicalized

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Diff

(show/hide code)
1

Formula 2

show / hide formula code)

Original

t

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>t</mi>
</math>

Canonicalized

t

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>t</mi>
</math>

Diff

(show/hide code)
1

Formula 3

show / hide formula code)

Original

| n 2 + n - m |

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mrow>
      <mo>|</mo>
    </mrow>
    <msup>
      <mi>n</mi>
      <mn>2</mn>
    </msup>
    <mrow>
      <mo>+</mo>
      <mi>n</mi>
      <mo>-</mo>
      <mi>m</mi>
      <mo>|</mo>
    </mrow>
  </mrow>
</math>

Canonicalized

| n 2 + n - m |

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mo>|</mo>
    <msup>
      <mi>n</mi>
      <mn>2</mn>
    </msup>
    <mrow>
      <mo>+</mo>
      <mi>n</mi>
      <mo>-</mo>
      <mi>m</mi>
      <mo>|</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
@@ -1,19 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
-    <mrow>
-      <mo>|</mo>
-    </mrow>
+    <mo>|</mo>
     <msup>
       <mi>n</mi>
       <mn>2</mn>
     </msup>
     <mrow>
       <mo>+</mo>
       <mi>n</mi>
       <mo>-</mo>
       <mi>m</mi>
       <mo>|</mo>
     </mrow>
   </mrow>
 </math>

Formula 4

show / hide formula code)

Original

n [ t + 1 , t + m ]

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>n</mi>
    <mo></mo>
    <mo>[</mo>
    <mi>t</mi>
    <mo>+</mo>
    <mn>1</mn>
    <mo>,</mo>
    <mi>t</mi>
    <mo>+</mo>
    <msqrt>
      <mi>m</mi>
    </msqrt>
    <mo>]</mo>
  </mrow>
</math>

Canonicalized

n [ t + 1 , t + m ]

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>n</mi>
    <mo></mo>
    <mrow>
      <mo>[</mo>
      <mrow>
        <mi>t</mi>
        <mo>+</mo>
        <mn>1</mn>
        <mo>,</mo>
        <mi>t</mi>
        <mo>+</mo>
        <msqrt>
          <mi>m</mi>
        </msqrt>
      </mrow>
      <mo>]</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@@ -1,18 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <mi>n</mi>
     <mo>∈</mo>
-    <mo>[</mo>
-    <mi>t</mi>
-    <mo>+</mo>
-    <mn>1</mn>
-    <mo>,</mo>
-    <mi>t</mi>
-    <mo>+</mo>
-    <msqrt>
-      <mi>m</mi>
-    </msqrt>
-    <mo>]</mo>
+    <mrow>
+      <mo>[</mo>
+      <mrow>
+        <mi>t</mi>
+        <mo>+</mo>
+        <mn>1</mn>
+        <mo>,</mo>
+        <mi>t</mi>
+        <mo>+</mo>
+        <msqrt>
+          <mi>m</mi>
+        </msqrt>
+      </mrow>
+      <mo>]</mo>
+    </mrow>
   </mrow>
 </math>

Formula 5

show / hide formula code)

Original

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Canonicalized

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Diff

(show/hide code)
1

Formula 6

show / hide formula code)

Original

4 m - 1

(show/hide code)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <mi>m</mi>
    <mo>-</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

4 m - 1

(show/hide code)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <mi>m</mi>
    <mo>-</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 7

show / hide formula code)

Original

( 1 - 4 m )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi></mi>
    <mo>(</mo>
    <msqrt>
      <mrow>
        <mn>1</mn>
        <mo>-</mo>
        <mn>4</mn>
        <mi>m</mi>
      </mrow>
    </msqrt>
    <mo>)</mo>
  </mrow>
</math>

Canonicalized

Q ( 1 - 4 m )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>Q</mi>
    <mrow>
      <mo>(</mo>
      <msqrt>
        <mn>1</mn>
        <mo>-</mo>
        <mn>4</mn>
        <mi>m</mi>
      </msqrt>
      <mo>)</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
-    <mi>ℚ</mi>
-    <mo>(</mo>
-    <msqrt>
-      <mrow>
+    <mi>Q</mi>
+    <mrow>
+      <mo>(</mo>
+      <msqrt>
         <mn>1</mn>
         <mo>-</mo>
         <mn>4</mn>
         <mi>m</mi>
-      </mrow>
-    </msqrt>
-    <mo>)</mo>
+      </msqrt>
+      <mo>)</mo>
+    </mrow>
   </mrow>
 </math>

Formula 8

show / hide formula code)

Original

n 2 + n + m

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msup>
      <mi>n</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>n</mi>
    <mo>+</mo>
    <mi>m</mi>
  </mrow>
</math>

Canonicalized

n 2 + n + m

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msup>
      <mi>n</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>n</mi>
    <mo>+</mo>
    <mi>m</mi>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 9

show / hide formula code)

Original

0 n m - 3

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>0</mn>
    <mo></mo>
    <mi>n</mi>
    <mo></mo>
    <mi>m</mi>
    <mo>-</mo>
    <mn>3</mn>
  </mrow>
</math>

Canonicalized

0 n m - 3

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>0</mn>
    <mo></mo>
    <mi>n</mi>
    <mo></mo>
    <mi>m</mi>
    <mo>-</mo>
    <mn>3</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 10

show / hide formula code)

Original

f m ( x ) = x 2 + x - m

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>f</mi>
      <mi>m</mi>
    </msub>
    <mrow>
      <mo>(</mo>
      <mi>x</mi>
      <mo>)</mo>
    </mrow>
    <mo>=</mo>
    <msup>
      <mi>x</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>x</mi>
    <mo>-</mo>
    <mi>m</mi>
  </mrow>
</math>

Canonicalized

f m ( x ) = x 2 + x - m

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>f</mi>
      <mi>m</mi>
    </msub>
    <mrow>
      <mo>(</mo>
      <mi>x</mi>
      <mo>)</mo>
    </mrow>
    <mo>=</mo>
    <msup>
      <mi>x</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>x</mi>
    <mo>-</mo>
    <mi>m</mi>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 11

show / hide formula code)

Original

t

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>t</mi>
</math>

Canonicalized

t

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>t</mi>
</math>

Diff

(show/hide code)
1

Formula 12

show / hide formula code)

Original

| f m ( n ) |

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mrow>
      <mo>|</mo>
    </mrow>
    <msub>
      <mi>f</mi>
      <mi>m</mi>
    </msub>
    <mrow>
      <mrow>
        <mo>(</mo>
        <mi>n</mi>
        <mo>)</mo>
      </mrow>
      <mo>|</mo>
    </mrow>
  </mrow>
</math>

Canonicalized

| f m ( n ) |

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mo>|</mo>
    <msub>
      <mi>f</mi>
      <mi>m</mi>
    </msub>
    <mrow>
      <mrow>
        <mo>(</mo>
        <mi>n</mi>
        <mo>)</mo>
      </mrow>
      <mo>|</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
@@ -1,20 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
-    <mrow>
-      <mo>|</mo>
-    </mrow>
+    <mo>|</mo>
     <msub>
       <mi>f</mi>
       <mi>m</mi>
     </msub>
     <mrow>
       <mrow>
         <mo>(</mo>
         <mi>n</mi>
         <mo>)</mo>
       </mrow>
       <mo>|</mo>
     </mrow>
   </mrow>
 </math>

Formula 13

show / hide formula code)

Original

n [ t + 1 , t + m ]

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>n</mi>
    <mo></mo>
    <mo>[</mo>
    <mi>t</mi>
    <mo>+</mo>
    <mn>1</mn>
    <mo>,</mo>
    <mi>t</mi>
    <mo>+</mo>
    <msqrt>
      <mi>m</mi>
    </msqrt>
    <mo>]</mo>
  </mrow>
</math>

Canonicalized

n [ t + 1 , t + m ]

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>n</mi>
    <mo></mo>
    <mrow>
      <mo>[</mo>
      <mrow>
        <mi>t</mi>
        <mo>+</mo>
        <mn>1</mn>
        <mo>,</mo>
        <mi>t</mi>
        <mo>+</mo>
        <msqrt>
          <mi>m</mi>
        </msqrt>
      </mrow>
      <mo>]</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@@ -1,18 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <mi>n</mi>
     <mo>∈</mo>
-    <mo>[</mo>
-    <mi>t</mi>
-    <mo>+</mo>
-    <mn>1</mn>
-    <mo>,</mo>
-    <mi>t</mi>
-    <mo>+</mo>
-    <msqrt>
-      <mi>m</mi>
-    </msqrt>
-    <mo>]</mo>
+    <mrow>
+      <mo>[</mo>
+      <mrow>
+        <mi>t</mi>
+        <mo>+</mo>
+        <mn>1</mn>
+        <mo>,</mo>
+        <mi>t</mi>
+        <mo>+</mo>
+        <msqrt>
+          <mi>m</mi>
+        </msqrt>
+      </mrow>
+      <mo>]</mo>
+    </mrow>
   </mrow>
 </math>

Formula 14

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 15

show / hide formula code)

Original

m = 1

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

m = 1

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 16

show / hide formula code)

Original

m = 2

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <mn>2</mn>
  </mrow>
</math>

Canonicalized

m = 2

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <mn>2</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 17

show / hide formula code)

Original

m = p 2

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <msup>
      <mi>p</mi>
      <mn>2</mn>
    </msup>
  </mrow>
</math>

Canonicalized

m = p 2

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <msup>
      <mi>p</mi>
      <mn>2</mn>
    </msup>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 18

show / hide formula code)

Original

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Canonicalized

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Diff

(show/hide code)
1

Formula 19

show / hide formula code)

Original

m = t 2 + t ± 1

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>t</mi>
    <mo>±</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

m = t 2 + t ± 1

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>t</mi>
    <mo>±</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 20

show / hide formula code)

Original

m = t 2 + t ± 2 t + 1 3

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>t</mi>
    <mo>±</mo>
    <mfrac>
      <mrow>
        <mn>2</mn>
        <mi>t</mi>
        <mo>+</mo>
        <mn>1</mn>
      </mrow>
      <mn>3</mn>
    </mfrac>
  </mrow>
</math>

Canonicalized

m = t 2 + t ± 2 t + 1 3

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>t</mi>
    <mo>±</mo>
    <mfrac>
      <mrow>
        <mn>2</mn>
        <mi>t</mi>
        <mo>+</mo>
        <mn>1</mn>
      </mrow>
      <mn>3</mn>
    </mfrac>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 21

show / hide formula code)

Original

2 t + 1 3

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfrac>
    <mrow>
      <mn>2</mn>
      <mi>t</mi>
      <mo>+</mo>
      <mn>1</mn>
    </mrow>
    <mn>3</mn>
  </mfrac>
</math>

Canonicalized

2 t + 1 3

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfrac>
    <mrow>
      <mn>2</mn>
      <mi>t</mi>
      <mo>+</mo>
      <mn>1</mn>
    </mrow>
    <mn>3</mn>
  </mfrac>
</math>

Diff

(show/hide code)
1

Formula 22

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 23

show / hide formula code)

Original

( 4 m + 1 )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi></mi>
    <mo>(</mo>
    <msqrt>
      <mrow>
        <mn>4</mn>
        <mi>m</mi>
        <mo>+</mo>
        <mn>1</mn>
      </mrow>
    </msqrt>
    <mo>)</mo>
  </mrow>
</math>

Canonicalized

Q ( 4 m + 1 )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>Q</mi>
    <mrow>
      <mo>(</mo>
      <msqrt>
        <mn>4</mn>
        <mi>m</mi>
        <mo>+</mo>
        <mn>1</mn>
      </msqrt>
      <mo>)</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
-    <mi>ℚ</mi>
-    <mo>(</mo>
-    <msqrt>
-      <mrow>
+    <mi>Q</mi>
+    <mrow>
+      <mo>(</mo>
+      <msqrt>
         <mn>4</mn>
         <mi>m</mi>
         <mo>+</mo>
         <mn>1</mn>
-      </mrow>
-    </msqrt>
-    <mo>)</mo>
+      </msqrt>
+      <mo>)</mo>
+    </mrow>
   </mrow>
 </math>

Formula 24

show / hide formula code)

Original

1

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mn>1</mn>
</math>

Canonicalized

1

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mn>1</mn>
</math>

Diff

(show/hide code)
1

Formula 25

show / hide formula code)

Original

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Canonicalized

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Diff

(show/hide code)
1

Formula 26

show / hide formula code)

Original

4 m + 1

(show/hide code)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <mi>m</mi>
    <mo>+</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

4 m + 1

(show/hide code)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <mi>m</mi>
    <mo>+</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 27

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 28

show / hide formula code)

Original

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Canonicalized

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Diff

(show/hide code)
1

Formula 29

show / hide formula code)

Original

4 m + 1

(show/hide code)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <mi>m</mi>
    <mo>+</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

4 m + 1

(show/hide code)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <mi>m</mi>
    <mo>+</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 30

show / hide formula code)

Original

m 0

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo></mo>
    <mn>0</mn>
  </mrow>
</math>

Canonicalized

m 0

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo></mo>
    <mn>0</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 31

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 32

show / hide formula code)

Original

4 m + 1 = u 2 D

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <mi>m</mi>
    <mo>+</mo>
    <mn>1</mn>
    <mo>=</mo>
    <msup>
      <mi>u</mi>
      <mn>2</mn>
    </msup>
    <mi>D</mi>
  </mrow>
</math>

Canonicalized

4 m + 1 = u 2 D

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <mi>m</mi>
    <mo>+</mo>
    <mn>1</mn>
    <mo>=</mo>
    <msup>
      <mi>u</mi>
      <mn>2</mn>
    </msup>
    <mi>D</mi>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 33

show / hide formula code)

Original

D

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>D</mi>
</math>

Canonicalized

D

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>D</mi>
</math>

Diff

(show/hide code)
1

Formula 34

show / hide formula code)

Original

u

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>u</mi>
</math>

Canonicalized

u

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>u</mi>
</math>

Diff

(show/hide code)
1

Formula 35

show / hide formula code)

Original

D = 1

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

D = 1

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 36

show / hide formula code)

Original

1 < D < m 1 / 12

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>1</mn>
    <mo>&lt;</mo>
    <mi>D</mi>
    <mo>&lt;</mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>12</mn>
      </mrow>
    </msup>
  </mrow>
</math>

Canonicalized

1 < D < m 1 / 12

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>1</mn>
    <mo>&lt;</mo>
    <mi>D</mi>
    <mo>&lt;</mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>12</mn>
      </mrow>
    </msup>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 37

show / hide formula code)

Original

D m 1 / 12

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo></mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>12</mn>
      </mrow>
    </msup>
  </mrow>
</math>

Canonicalized

D m 1 / 12

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo></mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>12</mn>
      </mrow>
    </msup>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 38

show / hide formula code)

Original

4 m + 1

(show/hide code)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <mi>m</mi>
    <mo>+</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

4 m + 1

(show/hide code)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <mi>m</mi>
    <mo>+</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 39

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 40

show / hide formula code)

Original

D = 1

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

D = 1

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 41

show / hide formula code)

Original

m = 2

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <mn>2</mn>
  </mrow>
</math>

Canonicalized

m = 2

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <mn>2</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 42

show / hide formula code)

Original

m = t 2 + t + 2 t + 1 3

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>t</mi>
    <mo>+</mo>
    <mfrac>
      <mrow>
        <mn>2</mn>
        <mi>t</mi>
        <mo>+</mo>
        <mn>1</mn>
      </mrow>
      <mn>3</mn>
    </mfrac>
  </mrow>
</math>

Canonicalized

m = t 2 + t + 2 t + 1 3

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>t</mi>
    <mo>+</mo>
    <mfrac>
      <mrow>
        <mn>2</mn>
        <mi>t</mi>
        <mo>+</mo>
        <mn>1</mn>
      </mrow>
      <mn>3</mn>
    </mfrac>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 43

show / hide formula code)

Original

D = 1

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

D = 1

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 44

show / hide formula code)

Original

4 t 2 + 20 t 3 + 7 3 = u 2

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mfrac>
      <mrow>
        <mn>20</mn>
        <mi>t</mi>
      </mrow>
      <mn>3</mn>
    </mfrac>
    <mo>+</mo>
    <mfrac>
      <mn>7</mn>
      <mn>3</mn>
    </mfrac>
    <mo>=</mo>
    <msup>
      <mi>u</mi>
      <mn>2</mn>
    </msup>
  </mrow>
</math>

Canonicalized

4 t 2 + 20 t 3 + 7 3 = u 2

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mfrac>
      <mrow>
        <mn>20</mn>
        <mi>t</mi>
      </mrow>
      <mn>3</mn>
    </mfrac>
    <mo>+</mo>
    <mfrac>
      <mn>7</mn>
      <mn>3</mn>
    </mfrac>
    <mo>=</mo>
    <msup>
      <mi>u</mi>
      <mn>2</mn>
    </msup>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 45

show / hide formula code)

Original

4 t 2 + 4 t + 1 < 4 t 2 + 20 t 3 + 7 3 < 4 t 2 + 8 t + 4

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
  <mrow>
    <mn>4</mn>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mn>4</mn>
    <mi>t</mi>
    <mo>+</mo>
    <mn>1</mn>
    <mo>&lt;</mo>
    <mn>4</mn>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mfrac>
      <mrow>
        <mn>20</mn>
        <mi>t</mi>
      </mrow>
      <mn>3</mn>
    </mfrac>
    <mo>+</mo>
    <mfrac>
      <mn>7</mn>
      <mn>3</mn>
    </mfrac>
    <mo>&lt;</mo>
    <mn>4</mn>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mn>8</mn>
    <mi>t</mi>
    <mo>+</mo>
    <mn>4</mn>
  </mrow>
</math>

Canonicalized

4 t 2 + 4 t + 1 < 4 t 2 + 20 t 3 + 7 3 < 4 t 2 + 8 t + 4

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>4</mn>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mn>4</mn>
    <mi>t</mi>
    <mo>+</mo>
    <mn>1</mn>
    <mo>&lt;</mo>
    <mn>4</mn>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mfrac>
      <mrow>
        <mn>20</mn>
        <mi>t</mi>
      </mrow>
      <mn>3</mn>
    </mfrac>
    <mo>+</mo>
    <mfrac>
      <mn>7</mn>
      <mn>3</mn>
    </mfrac>
    <mo>&lt;</mo>
    <mn>4</mn>
    <msup>
      <mi>t</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mn>8</mn>
    <mi>t</mi>
    <mo>+</mo>
    <mn>4</mn>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
@@ -1,45 +1,45 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
+<math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <mn>4</mn>
     <msup>
       <mi>t</mi>
       <mn>2</mn>
     </msup>
     <mo>+</mo>
     <mn>4</mn>
     <mi>t</mi>
     <mo>+</mo>
     <mn>1</mn>
     <mo>&lt;</mo>
     <mn>4</mn>
     <msup>
       <mi>t</mi>
       <mn>2</mn>
     </msup>
     <mo>+</mo>
     <mfrac>
       <mrow>
         <mn>20</mn>
         <mi>t</mi>
       </mrow>
       <mn>3</mn>
     </mfrac>
     <mo>+</mo>
     <mfrac>
       <mn>7</mn>
       <mn>3</mn>
     </mfrac>
     <mo>&lt;</mo>
     <mn>4</mn>
     <msup>
       <mi>t</mi>
       <mn>2</mn>
     </msup>
     <mo>+</mo>
     <mn>8</mn>
     <mi>t</mi>
     <mo>+</mo>
     <mn>4</mn>
   </mrow>
 </math>

Formula 46

show / hide formula code)

Original

2 t + 1 < u < 2 t + 2

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>2</mn>
    <mi>t</mi>
    <mo>+</mo>
    <mn>1</mn>
    <mo>&lt;</mo>
    <mi>u</mi>
    <mo>&lt;</mo>
    <mn>2</mn>
    <mi>t</mi>
    <mo>+</mo>
    <mn>2</mn>
  </mrow>
</math>

Canonicalized

2 t + 1 < u < 2 t + 2

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>2</mn>
    <mi>t</mi>
    <mo>+</mo>
    <mn>1</mn>
    <mo>&lt;</mo>
    <mi>u</mi>
    <mo>&lt;</mo>
    <mn>2</mn>
    <mi>t</mi>
    <mo>+</mo>
    <mn>2</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 47

show / hide formula code)

Original

t

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>t</mi>
</math>

Canonicalized

t

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>t</mi>
</math>

Diff

(show/hide code)
1

Formula 48

show / hide formula code)

Original

u

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>u</mi>
</math>

Canonicalized

u

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>u</mi>
</math>

Diff

(show/hide code)
1

Formula 49

show / hide formula code)

Original

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mo></mo>
</math>

Canonicalized

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mo></mo>
</math>

Diff

(show/hide code)
1

Formula 50

show / hide formula code)

Original

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Canonicalized

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Diff

(show/hide code)
1

Formula 51

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 52

show / hide formula code)

Original

1 < D < m 1 / 12

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>1</mn>
    <mo>&lt;</mo>
    <mi>D</mi>
    <mo>&lt;</mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>12</mn>
      </mrow>
    </msup>
  </mrow>
</math>

Canonicalized

1 < D < m 1 / 12

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>1</mn>
    <mo>&lt;</mo>
    <mi>D</mi>
    <mo>&lt;</mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>12</mn>
      </mrow>
    </msup>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 53

show / hide formula code)

Original

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Canonicalized

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Diff

(show/hide code)
1

Formula 54

show / hide formula code)

Original

p 1 ( mod 4 D )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>p</mi>
    <mo></mo>
    <mn>1</mn>
    <mspace width="4.44443pt"/>
    <mo>(</mo>
    <mo form="prefix">mod</mo>
    <mspace width="0.277778em"/>
    <mn>4</mn>
    <mi>D</mi>
    <mo>)</mo>
  </mrow>
</math>

Canonicalized

p 1 ( mod 4 D )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>p</mi>
    <mo></mo>
    <mn>1</mn>
    <mrow>
      <mo>(</mo>
      <mrow>
        <mo>mod</mo>
        <mn>4</mn>
        <mi>D</mi>
      </mrow>
      <mo>)</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@@ -1,15 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <mi>p</mi>
     <mo>≡</mo>
     <mn>1</mn>
-    <mspace width="4.44443pt"/>
-    <mo>(</mo>
-    <mo form="prefix">mod</mo>
-    <mspace width="0.277778em"/>
-    <mn>4</mn>
-    <mi>D</mi>
-    <mo>)</mo>
+    <mrow>
+      <mo>(</mo>
+      <mrow>
+        <mo>mod</mo>
+        <mn>4</mn>
+        <mi>D</mi>
+      </mrow>
+      <mo>)</mo>
+    </mrow>
   </mrow>
 </math>

Formula 55

show / hide formula code)

Original

( p , m ) = 1

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mo>(</mo>
    <mi>p</mi>
    <mo>,</mo>
    <mi>m</mi>
    <mo>)</mo>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

( p , m ) = 1

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mrow>
      <mo>(</mo>
      <mrow>
        <mi>p</mi>
        <mo>,</mo>
        <mi>m</mi>
      </mrow>
      <mo>)</mo>
    </mrow>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
@@ -1,12 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
-    <mo>(</mo>
-    <mi>p</mi>
-    <mo>,</mo>
-    <mi>m</mi>
-    <mo>)</mo>
+    <mrow>
+      <mo>(</mo>
+      <mrow>
+        <mi>p</mi>
+        <mo>,</mo>
+        <mi>m</mi>
+      </mrow>
+      <mo>)</mo>
+    </mrow>
     <mo>=</mo>
     <mn>1</mn>
   </mrow>
 </math>

Formula 56

show / hide formula code)

Original

p < D C

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>p</mi>
    <mo>&lt;</mo>
    <msup>
      <mi>D</mi>
      <mi>C</mi>
    </msup>
  </mrow>
</math>

Canonicalized

p < D C

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>p</mi>
    <mo>&lt;</mo>
    <msup>
      <mi>D</mi>
      <mi>C</mi>
    </msup>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 57

show / hide formula code)

Original

C

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>C</mi>
</math>

Canonicalized

C

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>C</mi>
</math>

Diff

(show/hide code)
1

Formula 58

show / hide formula code)

Original

D

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>D</mi>
</math>

Canonicalized

D

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>D</mi>
</math>

Diff

(show/hide code)
1

Formula 59

show / hide formula code)

Original

C = 5 . 5

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>C</mi>
    <mo>=</mo>
    <mn>5</mn>
    <mo>.</mo>
    <mn>5</mn>
  </mrow>
</math>

Canonicalized

C = 5 . 5

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>C</mi>
    <mo>=</mo>
    <mn>5</mn>
    <mo>.</mo>
    <mn>5</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 60

show / hide formula code)

Original

D 0

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>D</mi>
    <mn>0</mn>
  </msub>
</math>

Canonicalized

D 0

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>D</mi>
    <mn>0</mn>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 61

show / hide formula code)

Original

D > D 0

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo>&gt;</mo>
    <msub>
      <mi>D</mi>
      <mn>0</mn>
    </msub>
  </mrow>
</math>

Canonicalized

D > D 0

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo>&gt;</mo>
    <msub>
      <mi>D</mi>
      <mn>0</mn>
    </msub>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 62

show / hide formula code)

Original

p < m 1 / 2 / 6

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>p</mi>
    <mo>&lt;</mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>2</mn>
      </mrow>
    </msup>
    <mo>/</mo>
    <mn>6</mn>
  </mrow>
</math>

Canonicalized

p < m 1 / 2 / 6

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>p</mi>
    <mo>&lt;</mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>2</mn>
      </mrow>
    </msup>
    <mo>/</mo>
    <mn>6</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 63

show / hide formula code)

Original

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Canonicalized

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Diff

(show/hide code)
1

Formula 64

show / hide formula code)

Original

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Canonicalized

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Diff

(show/hide code)
1

Formula 65

show / hide formula code)

Original

n

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>n</mi>
</math>

Canonicalized

n

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>n</mi>
</math>

Diff

(show/hide code)
1

Formula 66

show / hide formula code)

Original

x - 1 + u D 2

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>x</mi>
    <mo>-</mo>
    <mfrac>
      <mrow>
        <mn>1</mn>
        <mo>+</mo>
        <mi>u</mi>
        <msqrt>
          <mi>D</mi>
        </msqrt>
      </mrow>
      <mn>2</mn>
    </mfrac>
  </mrow>
</math>

Canonicalized

x - 1 + u D 2

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>x</mi>
    <mo>-</mo>
    <mfrac>
      <mrow>
        <mn>1</mn>
        <mo>+</mo>
        <mi>u</mi>
        <msqrt>
          <mi>D</mi>
        </msqrt>
      </mrow>
      <mn>2</mn>
    </mfrac>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 67

show / hide formula code)

Original

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Canonicalized

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Diff

(show/hide code)
1

Formula 68

show / hide formula code)

Original

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Canonicalized

p

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>p</mi>
</math>

Diff

(show/hide code)
1

Formula 69

show / hide formula code)

Original

n 2 + n - m

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msup>
      <mi>n</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>n</mi>
    <mo>-</mo>
    <mi>m</mi>
  </mrow>
</math>

Canonicalized

n 2 + n - m

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msup>
      <mi>n</mi>
      <mn>2</mn>
    </msup>
    <mo>+</mo>
    <mi>n</mi>
    <mo>-</mo>
    <mi>m</mi>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 70

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 71

show / hide formula code)

Original

f m ( n ) = ± p

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>f</mi>
      <mi>m</mi>
    </msub>
    <mrow>
      <mo>(</mo>
      <mi>n</mi>
      <mo>)</mo>
    </mrow>
    <mo>=</mo>
    <mo>±</mo>
    <mi>p</mi>
  </mrow>
</math>

Canonicalized

f m ( n ) = ± p

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>f</mi>
      <mi>m</mi>
    </msub>
    <mrow>
      <mo>(</mo>
      <mi>n</mi>
      <mo>)</mo>
    </mrow>
    <mo>=</mo>
    <mo>±</mo>
    <mi>p</mi>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 72

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 73

show / hide formula code)

Original

n

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>n</mi>
</math>

Canonicalized

n

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>n</mi>
</math>

Diff

(show/hide code)
1

Formula 74

show / hide formula code)

Original

p < m 1 / 2 / 6

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>p</mi>
    <mo>&lt;</mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>2</mn>
      </mrow>
    </msup>
    <mo>/</mo>
    <mn>6</mn>
  </mrow>
</math>

Canonicalized

p < m 1 / 2 / 6

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>p</mi>
    <mo>&lt;</mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>2</mn>
      </mrow>
    </msup>
    <mo>/</mo>
    <mn>6</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 75

show / hide formula code)

Original

m 1 / 2

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msup>
    <mi>m</mi>
    <mrow>
      <mn>1</mn>
      <mo>/</mo>
      <mn>2</mn>
    </mrow>
  </msup>
</math>

Canonicalized

m 1 / 2

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msup>
    <mi>m</mi>
    <mrow>
      <mn>1</mn>
      <mo>/</mo>
      <mn>2</mn>
    </mrow>
  </msup>
</math>

Diff

(show/hide code)
1

Formula 76

show / hide formula code)

Original

n

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>n</mi>
</math>

Canonicalized

n

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>n</mi>
</math>

Diff

(show/hide code)
1

Formula 77

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 78

show / hide formula code)

Original

p D 1 ( mod 4 D )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>p</mi>
      <mi>D</mi>
    </msub>
    <mo></mo>
    <mn>1</mn>
    <mspace width="4.44443pt"/>
    <mrow>
      <mo>(</mo>
      <mo form="prefix">mod</mo>
      <mspace width="0.277778em"/>
      <mn>4</mn>
      <mi>D</mi>
      <mo>)</mo>
    </mrow>
  </mrow>
</math>

Canonicalized

p D 1 ( mod 4 D )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>p</mi>
      <mi>D</mi>
    </msub>
    <mo></mo>
    <mn>1</mn>
    <mrow>
      <mo>(</mo>
      <mrow>
        <mo>mod</mo>
        <mn>4</mn>
        <mi>D</mi>
      </mrow>
      <mo>)</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <msub>
       <mi>p</mi>
       <mi>D</mi>
     </msub>
     <mo>≡</mo>
     <mn>1</mn>
-    <mspace width="4.44443pt"/>
     <mrow>
       <mo>(</mo>
-      <mo form="prefix">mod</mo>
-      <mspace width="0.277778em"/>
-      <mn>4</mn>
-      <mi>D</mi>
+      <mrow>
+        <mo>mod</mo>
+        <mn>4</mn>
+        <mi>D</mi>
+      </mrow>
       <mo>)</mo>
     </mrow>
   </mrow>
 </math>

Formula 79

show / hide formula code)

Original

D D 0

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo></mo>
    <msub>
      <mi>D</mi>
      <mn>0</mn>
    </msub>
  </mrow>
</math>

Canonicalized

D D 0

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo></mo>
    <msub>
      <mi>D</mi>
      <mn>0</mn>
    </msub>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 80

show / hide formula code)

Original

m > 6 max p D

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>&gt;</mo>
    <mn>6</mn>
    <mo movablelimits="true" form="prefix">max</mo>
    <msub>
      <mi>p</mi>
      <mi>D</mi>
    </msub>
  </mrow>
</math>

Canonicalized

m > 6 max p D

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>&gt;</mo>
    <mn>6</mn>
    <mo>max</mo>
    <msub>
      <mi>p</mi>
      <mi>D</mi>
    </msub>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <mi>m</mi>
     <mo>&gt;</mo>
     <mn>6</mn>
-    <mo movablelimits="true" form="prefix">max</mo>
+    <mo>max</mo>
     <msub>
       <mi>p</mi>
       <mi>D</mi>
     </msub>
   </mrow>
 </math>

Formula 81

show / hide formula code)

Original

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mo></mo>
</math>

Canonicalized

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mo></mo>
</math>

Diff

(show/hide code)
1

Formula 82

show / hide formula code)

Original

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Canonicalized

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Diff

(show/hide code)
1

Formula 83

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 84

show / hide formula code)

Original

D m 1 / 12

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo></mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>12</mn>
      </mrow>
    </msup>
  </mrow>
</math>

Canonicalized

D m 1 / 12

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>D</mi>
    <mo></mo>
    <msup>
      <mi>m</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>12</mn>
      </mrow>
    </msup>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 85

show / hide formula code)

Original

m = 2

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <mn>2</mn>
  </mrow>
</math>

Canonicalized

m = 2

(show/hide code)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>=</mo>
    <mn>2</mn>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 86

show / hide formula code)

Original

ϵ m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>ϵ</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

ε m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>ε</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1
2
3
4
5
6
7
8
9
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <msub>
-    <mi>ϵ</mi>
+    <mi>ε</mi>
     <mi>m</mi>
   </msub>
 </math>

Formula 87

show / hide formula code)

Original

( D )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi></mi>
    <mo>(</mo>
    <msqrt>
      <mi>D</mi>
    </msqrt>
    <mo>)</mo>
  </mrow>
</math>

Canonicalized

Q ( D )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>Q</mi>
    <mrow>
      <mo>(</mo>
      <msqrt>
        <mi>D</mi>
      </msqrt>
      <mo>)</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
@@ -1,11 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
-    <mi>ℚ</mi>
-    <mo>(</mo>
-    <msqrt>
-      <mi>D</mi>
-    </msqrt>
-    <mo>)</mo>
+    <mi>Q</mi>
+    <mrow>
+      <mo>(</mo>
+      <msqrt>
+        <mi>D</mi>
+      </msqrt>
+      <mo>)</mo>
+    </mrow>
   </mrow>
 </math>

Formula 88

show / hide formula code)

Original

1 < | ϵ m | m

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mrow>
      <mn>1</mn>
      <mo>&lt;</mo>
      <mo>|</mo>
    </mrow>
    <msub>
      <mi>ϵ</mi>
      <mi>m</mi>
    </msub>
    <mrow>
      <mo>|</mo>
      <mo></mo>
      <mi>m</mi>
    </mrow>
  </mrow>
</math>

Canonicalized

1 < | ε m | m

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mrow>
      <mn>1</mn>
      <mo>&lt;</mo>
      <mo>|</mo>
    </mrow>
    <msub>
      <mi>ε</mi>
      <mi>m</mi>
    </msub>
    <mrow>
      <mo>|</mo>
      <mo></mo>
      <mi>m</mi>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <mrow>
       <mn>1</mn>
       <mo>&lt;</mo>
       <mo>|</mo>
     </mrow>
     <msub>
-      <mi>ϵ</mi>
+      <mi>ε</mi>
       <mi>m</mi>
     </msub>
     <mrow>
       <mo>|</mo>
       <mo>≪</mo>
       <mi>m</mi>
     </mrow>
   </mrow>
 </math>

Formula 89

show / hide formula code)

Original

m = t 2 : ϵ m = 2 t + 4 m + 1 m = t 2 + t ± 1 : ϵ m = 2 t + 1 + 4 m + 1 2 m = t 2 + t ± 2 t + 1 3 : ϵ m = 6 t + 3 ± 2 + 3 4 m + 1 2

(show/hide code)
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
  <mtable displaystyle="true">
    <mtr>
      <mtd/>
      <mtd columnalign="left">
        <mrow>
          <mi>m</mi>
          <mo>=</mo>
          <msup>
            <mi>t</mi>
            <mn>2</mn>
          </msup>
        </mrow>
      </mtd>
      <mtd columnalign="right">
        <mo>:</mo>
      </mtd>
      <mtd columnalign="left">
        <mrow>
          <mspace width="1.em"/>
          <msub>
            <mi>ϵ</mi>
            <mi>m</mi>
          </msub>
          <mo>=</mo>
          <mn>2</mn>
          <mi>t</mi>
          <mo>+</mo>
          <msqrt>
            <mrow>
              <mn>4</mn>
              <mi>m</mi>
              <mo>+</mo>
              <mn>1</mn>
            </mrow>
          </msqrt>
        </mrow>
      </mtd>
    </mtr>
    <mtr>
      <mtd/>
      <mtd columnalign="left">
        <mrow>
          <mi>m</mi>
          <mo>=</mo>
          <msup>
            <mi>t</mi>
            <mn>2</mn>
          </msup>
          <mo>+</mo>
          <mi>t</mi>
          <mo>±</mo>
          <mn>1</mn>
        </mrow>
      </mtd>
      <mtd columnalign="right">
        <mo>:</mo>
      </mtd>
      <mtd columnalign="left">
        <mrow>
          <mspace width="1.em"/>
          <msub>
            <mi>ϵ</mi>
            <mi>m</mi>
          </msub>
          <mo>=</mo>
          <mfrac>
            <mrow>
              <mn>2</mn>
              <mi>t</mi>
              <mo>+</mo>
              <mn>1</mn>
              <mo>+</mo>
              <msqrt>
                <mrow>
                  <mn>4</mn>
                  <mi>m</mi>
                  <mo>+</mo>
                  <mn>1</mn>
                </mrow>
              </msqrt>
            </mrow>
            <mn>2</mn>
          </mfrac>
        </mrow>
      </mtd>
    </mtr>
    <mtr>
      <mtd/>
      <mtd columnalign="left">
        <mrow>
          <mi>m</mi>
          <mo>=</mo>
          <msup>
            <mi>t</mi>
            <mn>2</mn>
          </msup>
          <mo>+</mo>
          <mi>t</mi>
          <mo>±</mo>
          <mfrac>
            <mrow>
              <mn>2</mn>
              <mi>t</mi>
              <mo>+</mo>
              <mn>1</mn>
            </mrow>
            <mn>3</mn>
          </mfrac>
          <mspace width="1.em"/>
        </mrow>
      </mtd>
      <mtd columnalign="right">
        <mo>:</mo>
      </mtd>
      <mtd columnalign="left">
        <mrow>
          <mspace width="1.em"/>
          <msub>
            <mi>ϵ</mi>
            <mi>m</mi>
          </msub>
          <mo>=</mo>
          <mfrac>
            <mrow>
              <mn>6</mn>
              <mi>t</mi>
              <mo>+</mo>
              <mn>3</mn>
              <mo>±</mo>
              <mn>2</mn>
              <mo>+</mo>
              <mn>3</mn>
              <msqrt>
                <mrow>
                  <mn>4</mn>
                  <mi>m</mi>
                  <mo>+</mo>
                  <mn>1</mn>
                </mrow>
              </msqrt>
            </mrow>
            <mn>2</mn>
          </mfrac>
        </mrow>
      </mtd>
    </mtr>
  </mtable>
</math>

Canonicalized

m = t 2 / ε m = 2 t + 4 m + 1 m = t 2 + t ± 1 / ε m = 2 t + 1 + 4 m + 1 2 m = t 2 + t ± 2 t + 1 3 / ε m = 6 t + 3 ± 2 + 3 4 m + 1 2

(show/hide code)
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtable>
    <mtr>
      <mtd/>
      <mtd>
        <mi>m</mi>
        <mo>=</mo>
        <msup>
          <mi>t</mi>
          <mn>2</mn>
        </msup>
      </mtd>
      <mtd>
        <mo>/</mo>
      </mtd>
      <mtd>
        <msub>
          <mi>ε</mi>
          <mi>m</mi>
        </msub>
        <mo>=</mo>
        <mn>2</mn>
        <mi>t</mi>
        <mo>+</mo>
        <msqrt>
          <mn>4</mn>
          <mi>m</mi>
          <mo>+</mo>
          <mn>1</mn>
        </msqrt>
      </mtd>
    </mtr>
    <mtr>
      <mtd/>
      <mtd>
        <mi>m</mi>
        <mo>=</mo>
        <msup>
          <mi>t</mi>
          <mn>2</mn>
        </msup>
        <mo>+</mo>
        <mi>t</mi>
        <mo>±</mo>
        <mn>1</mn>
      </mtd>
      <mtd>
        <mo>/</mo>
      </mtd>
      <mtd>
        <msub>
          <mi>ε</mi>
          <mi>m</mi>
        </msub>
        <mo>=</mo>
        <mfrac>
          <mrow>
            <mn>2</mn>
            <mi>t</mi>
            <mo>+</mo>
            <mn>1</mn>
            <mo>+</mo>
            <msqrt>
              <mn>4</mn>
              <mi>m</mi>
              <mo>+</mo>
              <mn>1</mn>
            </msqrt>
          </mrow>
          <mn>2</mn>
        </mfrac>
      </mtd>
    </mtr>
    <mtr>
      <mtd/>
      <mtd>
        <mi>m</mi>
        <mo>=</mo>
        <msup>
          <mi>t</mi>
          <mn>2</mn>
        </msup>
        <mo>+</mo>
        <mi>t</mi>
        <mo>±</mo>
        <mfrac>
          <mrow>
            <mn>2</mn>
            <mi>t</mi>
            <mo>+</mo>
            <mn>1</mn>
          </mrow>
          <mn>3</mn>
        </mfrac>
      </mtd>
      <mtd>
        <mo>/</mo>
      </mtd>
      <mtd>
        <msub>
          <mi>ε</mi>
          <mi>m</mi>
        </msub>
        <mo>=</mo>
        <mfrac>
          <mrow>
            <mn>6</mn>
            <mi>t</mi>
            <mo>+</mo>
            <mn>3</mn>
            <mo>±</mo>
            <mn>2</mn>
            <mo>+</mo>
            <mn>3</mn>
            <msqrt>
              <mn>4</mn>
              <mi>m</mi>
              <mo>+</mo>
              <mn>1</mn>
            </msqrt>
          </mrow>
          <mn>2</mn>
        </mfrac>
      </mtd>
    </mtr>
  </mtable>
</math>

Diff

(show/hide code)
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
@@ -1,150 +1,128 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
-  <mtable displaystyle="true">
+<math xmlns="http://www.w3.org/1998/Math/MathML">
+  <mtable>
     <mtr>
       <mtd/>
-      <mtd columnalign="left">
-        <mrow>
-          <mi>m</mi>
-          <mo>=</mo>
-          <msup>
-            <mi>t</mi>
-            <mn>2</mn>
-          </msup>
-        </mrow>
+      <mtd>
+        <mi>m</mi>
+        <mo>=</mo>
+        <msup>
+          <mi>t</mi>
+          <mn>2</mn>
+        </msup>
       </mtd>
-      <mtd columnalign="right">
-        <mo>:</mo>
+      <mtd>
+        <mo>/</mo>
       </mtd>
-      <mtd columnalign="left">
-        <mrow>
-          <mspace width="1.em"/>
-          <msub>
-            <mi>ϵ</mi>
-            <mi>m</mi>
-          </msub>
-          <mo>=</mo>
-          <mn>2</mn>
-          <mi>t</mi>
+      <mtd>
+        <msub>
+          <mi>ε</mi>
+          <mi>m</mi>
+        </msub>
+        <mo>=</mo>
+        <mn>2</mn>
+        <mi>t</mi>
+        <mo>+</mo>
+        <msqrt>
+          <mn>4</mn>
+          <mi>m</mi>
           <mo>+</mo>
-          <msqrt>
-            <mrow>
-              <mn>4</mn>
-              <mi>m</mi>
-              <mo>+</mo>
-              <mn>1</mn>
-            </mrow>
-          </msqrt>
-        </mrow>
+          <mn>1</mn>
+        </msqrt>
       </mtd>
     </mtr>
     <mtr>
       <mtd/>
-      <mtd columnalign="left">
-        <mrow>
-          <mi>m</mi>
-          <mo>=</mo>
-          <msup>
-            <mi>t</mi>
-            <mn>2</mn>
-          </msup>
-          <mo>+</mo>
+      <mtd>
+        <mi>m</mi>
+        <mo>=</mo>
+        <msup>
           <mi>t</mi>
-          <mo>±</mo>
-          <mn>1</mn>
-        </mrow>
+          <mn>2</mn>
+        </msup>
+        <mo>+</mo>
+        <mi>t</mi>
+        <mo>±</mo>
+        <mn>1</mn>
       </mtd>
-      <mtd columnalign="right">
-        <mo>:</mo>
+      <mtd>
+        <mo>/</mo>
       </mtd>
-      <mtd columnalign="left">
-        <mrow>
-          <mspace width="1.em"/>
-          <msub>
-            <mi>ϵ</mi>
-            <mi>m</mi>
-          </msub>
-          <mo>=</mo>
-          <mfrac>
-            <mrow>
-              <mn>2</mn>
-              <mi>t</mi>
+      <mtd>
+        <msub>
+          <mi>ε</mi>
+          <mi>m</mi>
+        </msub>
+        <mo>=</mo>
+        <mfrac>
+          <mrow>
+            <mn>2</mn>
+            <mi>t</mi>
+            <mo>+</mo>
+            <mn>1</mn>
+            <mo>+</mo>
+            <msqrt>
+              <mn>4</mn>
+              <mi>m</mi>
               <mo>+</mo>
               <mn>1</mn>
-              <mo>+</mo>
-              <msqrt>
-                <mrow>
-                  <mn>4</mn>
-                  <mi>m</mi>
-                  <mo>+</mo>
-                  <mn>1</mn>
-                </mrow>
-              </msqrt>
-            </mrow>
-            <mn>2</mn>
-          </mfrac>
-        </mrow>
+            </msqrt>
+          </mrow>
+          <mn>2</mn>
+        </mfrac>
       </mtd>
     </mtr>
     <mtr>
       <mtd/>
-      <mtd columnalign="left">
-        <mrow>
+      <mtd>
+        <mi>m</mi>
+        <mo>=</mo>
+        <msup>
+          <mi>t</mi>
+          <mn>2</mn>
+        </msup>
+        <mo>+</mo>
+        <mi>t</mi>
+        <mo>±</mo>
+        <mfrac>
+          <mrow>
+            <mn>2</mn>
+            <mi>t</mi>
+            <mo>+</mo>
+            <mn>1</mn>
+          </mrow>
+          <mn>3</mn>
+        </mfrac>
+      </mtd>
+      <mtd>
+        <mo>/</mo>
+      </mtd>
+      <mtd>
+        <msub>
+          <mi>ε</mi>
           <mi>m</mi>
-          <mo>=</mo>
-          <msup>
+        </msub>
+        <mo>=</mo>
+        <mfrac>
+          <mrow>
+            <mn>6</mn>
             <mi>t</mi>
+            <mo>+</mo>
+            <mn>3</mn>
+            <mo>±</mo>
             <mn>2</mn>
-          </msup>
-          <mo>+</mo>
-          <mi>t</mi>
-          <mo>±</mo>
-          <mfrac>
-            <mrow>
-              <mn>2</mn>
-              <mi>t</mi>
-              <mo>+</mo>
-              <mn>1</mn>
-            </mrow>
+            <mo>+</mo>
             <mn>3</mn>
-          </mfrac>
-          <mspace width="1.em"/>
-        </mrow>
-      </mtd>
-      <mtd columnalign="right">
-        <mo>:</mo>
-      </mtd>
-      <mtd columnalign="left">
-        <mrow>
-          <mspace width="1.em"/>
-          <msub>
-            <mi>ϵ</mi>
-            <mi>m</mi>
-          </msub>
-          <mo>=</mo>
-          <mfrac>
-            <mrow>
-              <mn>6</mn>
-              <mi>t</mi>
+            <msqrt>
+              <mn>4</mn>
+              <mi>m</mi>
               <mo>+</mo>
-              <mn>3</mn>
-              <mo>±</mo>
-              <mn>2</mn>
-              <mo>+</mo>
-              <mn>3</mn>
-              <msqrt>
-                <mrow>
-                  <mn>4</mn>
-                  <mi>m</mi>
-                  <mo>+</mo>
-                  <mn>1</mn>
-                </mrow>
-              </msqrt>
-            </mrow>
-            <mn>2</mn>
-          </mfrac>
-        </mrow>
+              <mn>1</mn>
+            </msqrt>
+          </mrow>
+          <mn>2</mn>
+        </mfrac>
       </mtd>
     </mtr>
   </mtable>
 </math>

Formula 90

show / hide formula code)

Original

ϵ D > 1

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>ϵ</mi>
      <mi>D</mi>
    </msub>
    <mo>&gt;</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

ε D > 1

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>ε</mi>
      <mi>D</mi>
    </msub>
    <mo>&gt;</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <msub>
-      <mi>ϵ</mi>
+      <mi>ε</mi>
       <mi>D</mi>
     </msub>
     <mo>&gt;</mo>
     <mn>1</mn>
   </mrow>
 </math>

Formula 91

show / hide formula code)

Original

( D )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi></mi>
    <mo>(</mo>
    <msqrt>
      <mi>D</mi>
    </msqrt>
    <mo>)</mo>
  </mrow>
</math>

Canonicalized

Q ( D )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>Q</mi>
    <mrow>
      <mo>(</mo>
      <msqrt>
        <mi>D</mi>
      </msqrt>
      <mo>)</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
@@ -1,11 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
-    <mi>ℚ</mi>
-    <mo>(</mo>
-    <msqrt>
-      <mi>D</mi>
-    </msqrt>
-    <mo>)</mo>
+    <mi>Q</mi>
+    <mrow>
+      <mo>(</mo>
+      <msqrt>
+        <mi>D</mi>
+      </msqrt>
+      <mo>)</mo>
+    </mrow>
   </mrow>
 </math>

Formula 92

show / hide formula code)

Original

( D )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi></mi>
    <mo>(</mo>
    <msqrt>
      <mi>D</mi>
    </msqrt>
    <mo>)</mo>
  </mrow>
</math>

Canonicalized

Q ( D )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>Q</mi>
    <mrow>
      <mo>(</mo>
      <msqrt>
        <mi>D</mi>
      </msqrt>
      <mo>)</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
@@ -1,11 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
-    <mi>ℚ</mi>
-    <mo>(</mo>
-    <msqrt>
-      <mi>D</mi>
-    </msqrt>
-    <mo>)</mo>
+    <mi>Q</mi>
+    <mrow>
+      <mo>(</mo>
+      <msqrt>
+        <mi>D</mi>
+      </msqrt>
+      <mo>)</mo>
+    </mrow>
   </mrow>
 </math>

Formula 93

show / hide formula code)

Original

k

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>k</mi>
</math>

Canonicalized

k

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>k</mi>
</math>

Diff

(show/hide code)
1

Formula 94

show / hide formula code)

Original

ϵ m = ϵ D k

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>ϵ</mi>
      <mi>m</mi>
    </msub>
    <mo>=</mo>
    <msubsup>
      <mi>ϵ</mi>
      <mi>D</mi>
      <mi>k</mi>
    </msubsup>
  </mrow>
</math>

Canonicalized

ε m = ε D k

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>ε</mi>
      <mi>m</mi>
    </msub>
    <mo>=</mo>
    <msup>
      <msub>
        <mi>ε</mi>
        <mi>D</mi>
      </msub>
      <mi>k</mi>
    </msup>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@@ -1,15 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <msub>
-      <mi>ϵ</mi>
+      <mi>ε</mi>
       <mi>m</mi>
     </msub>
     <mo>=</mo>
-    <msubsup>
-      <mi>ϵ</mi>
-      <mi>D</mi>
+    <msup>
+      <msub>
+        <mi>ε</mi>
+        <mi>D</mi>
+      </msub>
       <mi>k</mi>
-    </msubsup>
+    </msup>
   </mrow>
 </math>

Formula 95

show / hide formula code)

Original

ϵ D < m

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>ϵ</mi>
      <mi>D</mi>
    </msub>
    <mo>&lt;</mo>
    <mi>m</mi>
  </mrow>
</math>

Canonicalized

ε D < m

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msub>
      <mi>ε</mi>
      <mi>D</mi>
    </msub>
    <mo>&lt;</mo>
    <mi>m</mi>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <msub>
-      <mi>ϵ</mi>
+      <mi>ε</mi>
       <mi>D</mi>
     </msub>
     <mo>&lt;</mo>
     <mi>m</mi>
   </mrow>
 </math>

Formula 96

show / hide formula code)

Original

log ( h ( ( D ) ) log | ϵ D | ) log D

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mrow>
      <mo form="prefix">log</mo>
      <mo>(</mo>
      <mi>h</mi>
    </mrow>
    <mrow>
      <mo>(</mo>
      <mi></mi>
      <mrow>
        <mo>(</mo>
        <msqrt>
          <mi>D</mi>
        </msqrt>
        <mo>)</mo>
      </mrow>
      <mo>)</mo>
    </mrow>
    <mrow>
      <mo form="prefix">log</mo>
      <mo>|</mo>
    </mrow>
    <msub>
      <mi>ϵ</mi>
      <mi>D</mi>
    </msub>
    <mrow>
      <mo>|</mo>
      <mo>)</mo>
    </mrow>
    <mo></mo>
    <mo form="prefix">log</mo>
    <msqrt>
      <mi>D</mi>
    </msqrt>
  </mrow>
</math>

Canonicalized

log ( h ( Q ( D ) ) log | ε D | ) log D

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mrow>
      <mo>log</mo>
      <mo>(</mo>
      <mi>h</mi>
    </mrow>
    <mrow>
      <mo>(</mo>
      <mrow>
        <mi>Q</mi>
        <mrow>
          <mo>(</mo>
          <msqrt>
            <mi>D</mi>
          </msqrt>
          <mo>)</mo>
        </mrow>
      </mrow>
      <mo>)</mo>
    </mrow>
    <mrow>
      <mo>log</mo>
      <mo>|</mo>
    </mrow>
    <msub>
      <mi>ε</mi>
      <mi>D</mi>
    </msub>
    <mrow>
      <mo>|</mo>
      <mo>)</mo>
    </mrow>
    <mo></mo>
    <mo>log</mo>
    <msqrt>
      <mi>D</mi>
    </msqrt>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@@ -1,39 +1,41 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <mrow>
-      <mo form="prefix">log</mo>
+      <mo>log</mo>
       <mo>(</mo>
       <mi>h</mi>
     </mrow>
     <mrow>
       <mo>(</mo>
-      <mi>ℚ</mi>
       <mrow>
-        <mo>(</mo>
-        <msqrt>
-          <mi>D</mi>
-        </msqrt>
-        <mo>)</mo>
+        <mi>Q</mi>
+        <mrow>
+          <mo>(</mo>
+          <msqrt>
+            <mi>D</mi>
+          </msqrt>
+          <mo>)</mo>
+        </mrow>
       </mrow>
       <mo>)</mo>
     </mrow>
     <mrow>
-      <mo form="prefix">log</mo>
+      <mo>log</mo>
       <mo>|</mo>
     </mrow>
     <msub>
-      <mi>ϵ</mi>
+      <mi>ε</mi>
       <mi>D</mi>
     </msub>
     <mrow>
       <mo>|</mo>
       <mo>)</mo>
     </mrow>
     <mo>∼</mo>
-    <mo form="prefix">log</mo>
+    <mo>log</mo>
     <msqrt>
       <mi>D</mi>
     </msqrt>
   </mrow>
 </math>

Formula 97

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 98

show / hide formula code)

Original

h ( ( D ) ) = 1

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>h</mi>
    <mo>(</mo>
    <mi></mi>
    <mrow>
      <mo>(</mo>
      <msqrt>
        <mi>D</mi>
      </msqrt>
      <mo>)</mo>
    </mrow>
    <mo>)</mo>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Canonicalized

h ( Q ( D ) ) = 1

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>h</mi>
    <mrow>
      <mo>(</mo>
      <mrow>
        <mi>Q</mi>
        <mrow>
          <mo>(</mo>
          <msqrt>
            <mi>D</mi>
          </msqrt>
          <mo>)</mo>
        </mrow>
      </mrow>
      <mo>)</mo>
    </mrow>
    <mo>=</mo>
    <mn>1</mn>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@@ -1,18 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <mi>h</mi>
-    <mo>(</mo>
-    <mi>ℚ</mi>
     <mrow>
       <mo>(</mo>
-      <msqrt>
-        <mi>D</mi>
-      </msqrt>
+      <mrow>
+        <mi>Q</mi>
+        <mrow>
+          <mo>(</mo>
+          <msqrt>
+            <mi>D</mi>
+          </msqrt>
+          <mo>)</mo>
+        </mrow>
+      </mrow>
       <mo>)</mo>
     </mrow>
-    <mo>)</mo>
     <mo>=</mo>
     <mn>1</mn>
   </mrow>
 </math>

Formula 99

show / hide formula code)

Original

log | ϵ D | log | ϵ m | < log m 12 log D ,

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
  <mrow>
    <mrow>
      <mo form="prefix">log</mo>
      <mo>|</mo>
    </mrow>
    <msub>
      <mi>ϵ</mi>
      <mi>D</mi>
    </msub>
    <mrow>
      <mo>|</mo>
      <mo></mo>
      <mo form="prefix">log</mo>
      <mo>|</mo>
    </mrow>
    <msub>
      <mi>ϵ</mi>
      <mi>m</mi>
    </msub>
    <mrow>
      <mo>|</mo>
      <mo>&lt;</mo>
      <mo form="prefix">log</mo>
      <mi>m</mi>
      <mo></mo>
      <mn>12</mn>
      <mo form="prefix">log</mo>
      <mi>D</mi>
      <mo>,</mo>
    </mrow>
  </mrow>
</math>

Canonicalized

log | ε D | log | ε m | < log m 12 log D ,

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mrow>
      <mo>log</mo>
      <mo>|</mo>
    </mrow>
    <msub>
      <mi>ε</mi>
      <mi>D</mi>
    </msub>
    <mrow>
      <mo>|</mo>
      <mo></mo>
      <mo>log</mo>
      <mo>|</mo>
    </mrow>
    <msub>
      <mi>ε</mi>
      <mi>m</mi>
    </msub>
    <mrow>
      <mo>|</mo>
      <mo>&lt;</mo>
      <mo>log</mo>
      <mi>m</mi>
      <mo></mo>
      <mn>12</mn>
      <mo>log</mo>
      <mi>D</mi>
      <mo>,</mo>
    </mrow>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@@ -1,34 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
+<math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <mrow>
-      <mo form="prefix">log</mo>
+      <mo>log</mo>
       <mo>|</mo>
     </mrow>
     <msub>
-      <mi>ϵ</mi>
+      <mi>ε</mi>
       <mi>D</mi>
     </msub>
     <mrow>
       <mo>|</mo>
       <mo>≤</mo>
-      <mo form="prefix">log</mo>
+      <mo>log</mo>
       <mo>|</mo>
     </mrow>
     <msub>
-      <mi>ϵ</mi>
+      <mi>ε</mi>
       <mi>m</mi>
     </msub>
     <mrow>
       <mo>|</mo>
       <mo>&lt;</mo>
-      <mo form="prefix">log</mo>
+      <mo>log</mo>
       <mi>m</mi>
       <mo>≤</mo>
       <mn>12</mn>
-      <mo form="prefix">log</mo>
+      <mo>log</mo>
       <mi>D</mi>
       <mo>,</mo>
     </mrow>
   </mrow>
 </math>

Formula 100

show / hide formula code)

Original

12 log D > D 1 / 2 + o ( 1 )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
  <mrow>
    <mn>12</mn>
    <mo form="prefix">log</mo>
    <mi>D</mi>
    <mo>&gt;</mo>
    <msup>
      <mi>D</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>2</mn>
        <mo>+</mo>
        <mi>o</mi>
        <mo>(</mo>
        <mn>1</mn>
        <mo>)</mo>
      </mrow>
    </msup>
  </mrow>
</math>

Canonicalized

12 log D > D 1 / 2 + o ( 1 )

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mn>12</mn>
    <mo>log</mo>
    <mi>D</mi>
    <mo>&gt;</mo>
    <msup>
      <mi>D</mi>
      <mrow>
        <mn>1</mn>
        <mo>/</mo>
        <mn>2</mn>
        <mo>+</mo>
        <mi>o</mi>
        <mrow>
          <mo>(</mo>
          <mn>1</mn>
          <mo>)</mo>
        </mrow>
      </mrow>
    </msup>
  </mrow>
</math>

Diff

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@@ -1,22 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
+<math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <mn>12</mn>
-    <mo form="prefix">log</mo>
+    <mo>log</mo>
     <mi>D</mi>
     <mo>&gt;</mo>
     <msup>
       <mi>D</mi>
       <mrow>
         <mn>1</mn>
         <mo>/</mo>
         <mn>2</mn>
         <mo>+</mo>
         <mi>o</mi>
-        <mo>(</mo>
-        <mn>1</mn>
-        <mo>)</mo>
+        <mrow>
+          <mo>(</mo>
+          <mn>1</mn>
+          <mo>)</mo>
+        </mrow>
       </mrow>
     </msup>
   </mrow>
 </math>

Formula 101

show / hide formula code)

Original

D

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>D</mi>
</math>

Canonicalized

D

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>D</mi>
</math>

Diff

(show/hide code)
1

Formula 102

show / hide formula code)

Original

m D 12

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo></mo>
    <msup>
      <mi>D</mi>
      <mn>12</mn>
    </msup>
  </mrow>
</math>

Canonicalized

m D 12

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo></mo>
    <msup>
      <mi>D</mi>
      <mn>12</mn>
    </msup>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 103

show / hide formula code)

Original

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Canonicalized

m

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>m</mi>
</math>

Diff

(show/hide code)
1

Formula 104

show / hide formula code)

Original

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mo></mo>
</math>

Canonicalized

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mo></mo>
</math>

Diff

(show/hide code)
1

Formula 105

show / hide formula code)

Original

m 0

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>m</mi>
    <mn>0</mn>
  </msub>
</math>

Canonicalized

m 0

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>m</mi>
    <mn>0</mn>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 106

show / hide formula code)

Original

m > m 0

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>&gt;</mo>
    <msub>
      <mi>m</mi>
      <mn>0</mn>
    </msub>
  </mrow>
</math>

Canonicalized

m > m 0

(show/hide code)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>m</mi>
    <mo>&gt;</mo>
    <msub>
      <mi>m</mi>
      <mn>0</mn>
    </msub>
  </mrow>
</math>

Diff

(show/hide code)
1

Formula 107

show / hide formula code)

Original

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Canonicalized

f m

(show/hide code)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msub>
    <mi>f</mi>
    <mi>m</mi>
  </msub>
</math>

Diff

(show/hide code)
1

Formula 108

show / hide formula code)

Original

L

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>L</mi>
</math>

Canonicalized

L

(show/hide code)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>L</mi>
</math>

Diff

(show/hide code)
1