Added new rewrite rules about cons and succ
authorpaulson
Tue, 26 Mar 1996 11:58:59 +0100
changeset 1612 f9f0145e1c7e
parent 1611 35e0fd1b1775
child 1613 44f5255cba9e
Added new rewrite rules about cons and succ
src/ZF/simpdata.ML
--- a/src/ZF/simpdata.ML	Tue Mar 26 11:50:40 1996 +0100
+++ b/src/ZF/simpdata.ML	Tue Mar 26 11:58:59 1996 +0100
@@ -71,7 +71,9 @@
    ("op Int",   [IntD1,IntD2])];
 
 val ZF_simps = 
-    [empty_subsetI, consI1, succI1, ball_simp, if_true, if_false, 
+    [empty_subsetI, consI1, cons_not_0, cons_not_0 RS not_sym,
+     succI1, succ_not_0, succ_not_0 RS not_sym, succ_inject_iff,
+     ball_simp, if_true, if_false, 
      beta, eta, restrict, fst_conv, snd_conv, split, Pair_iff, singleton_iff,
      Sigma_empty1, Sigma_empty2, triv_RepFun, subset_refl];