src/HOL/Tools/Groebner_Basis/normalizer.ML
changeset 31790 05c92381363c
parent 30866 dd5117e2d73e
child 33002 f3f02f36a3e2
--- a/src/HOL/Tools/Groebner_Basis/normalizer.ML	Tue Jun 23 21:07:39 2009 +0200
+++ b/src/HOL/Tools/Groebner_Basis/normalizer.ML	Wed Jun 24 09:41:14 2009 +0200
@@ -61,7 +61,7 @@
     (HOL_basic_ss 
        addsimps @{thms arith_simps} @ natarith @ @{thms rel_simps}
              @ [if_False, if_True, @{thm add_0}, @{thm add_Suc},
-                 @{thm add_number_of_left}, @{thm Suc_eq_add_numeral_1}]
+                 @{thm add_number_of_left}, @{thm Suc_eq_plus1}]
              @ map (fn th => th RS sym) @{thms numerals}));
 
 val nat_mul_conv = nat_add_conv;