Fix integer relation.
authorCezary Kaliszyk <kaliszyk@in.tum.de>
Sat, 12 Jun 2010 06:35:27 +0200
changeset 2225 cbffed7d81bd
parent 2224 f5b6f9d8a882
child 2226 36c9d9e658c7
Fix integer relation.
Quotient-Paper/Paper.thy
--- a/Quotient-Paper/Paper.thy	Sat Jun 12 02:36:49 2010 +0200
+++ b/Quotient-Paper/Paper.thy	Sat Jun 12 06:35:27 2010 +0200
@@ -63,7 +63,7 @@
   integers in Isabelle/HOL are constructed by a quotient construction over the
   type @{typ "nat \<times> nat"} and the equivalence relation
 
-  @{text [display, indent=10] "(n\<^isub>1, n\<^isub>2) \<approx> (m\<^isub>1, m\<^isub>2) \<equiv> n\<^isub>1 + n\<^isub>2 = m\<^isub>1 + m\<^isub>2"}
+  @{text [display, indent=10] "(n\<^isub>1, n\<^isub>2) \<approx> (m\<^isub>1, m\<^isub>2) \<equiv> n\<^isub>1 + m\<^isub>2 = m\<^isub>1 + n\<^isub>2"}
 
   \noindent
   This constructions yields the new type @{typ int} and definitions for @{text