new simprules needed because of new subtraction rewriting
authorpaulson
Fri, 12 May 2000 15:20:46 +0200
changeset 8869 9ba7ef8a765b
parent 8868 851693e780d6
child 8870 e900a58cafe4
new simprules needed because of new subtraction rewriting
src/HOL/ex/NatSum.ML
--- a/src/HOL/ex/NatSum.ML	Fri May 12 15:18:55 2000 +0200
+++ b/src/HOL/ex/NatSum.ML	Fri May 12 15:20:46 2000 +0200
@@ -13,6 +13,7 @@
 *)
 
 Addsimps [add_mult_distrib, add_mult_distrib2];
+Addsimps [diff_mult_distrib, diff_mult_distrib2];
 
 (*The sum of the first n odd numbers equals n squared.*)
 Goal "sum (%i. Suc(i+i)) n = n*n";