src/HOL/Real/RealInt.ML
changeset 11597 cd6d2eddf75f
parent 10919 144ede948e58
child 11713 883d559b0b8c
--- a/src/HOL/Real/RealInt.ML	Thu Sep 27 18:44:30 2001 +0200
+++ b/src/HOL/Real/RealInt.ML	Thu Sep 27 18:45:23 2001 +0200
@@ -114,8 +114,8 @@
 
 Goal "(real (x::int) = real y) = (x = y)";
 by (blast_tac (claset() addSDs [inj_real_of_int RS injD]) 1);
-qed "real_of_int_eq_iff";
-AddIffs [real_of_int_eq_iff];
+qed "real_of_int_inject";
+AddIffs [real_of_int_inject];
 
 Goal "x < y ==> (real (x::int) < real y)";
 by (full_simp_tac (simpset() addsimps [linorder_not_le RS sym]) 1);