new theorem
authorpaulson
Fri, 09 Oct 1998 11:27:11 +0200
changeset 5632 5682dce02591
parent 5631 707f30bc7fe7
child 5633 fb7fa1b154c4
new theorem
src/HOL/equalities.ML
--- a/src/HOL/equalities.ML	Fri Oct 09 11:25:26 1998 +0200
+++ b/src/HOL/equalities.ML	Fri Oct 09 11:27:11 1998 +0200
@@ -706,6 +706,11 @@
 by (Blast_tac 1);
 qed "Diff_Int_distrib2";
 
+Goal "A - - B = A Int B";
+by Auto_tac;
+qed "Diff_Compl";
+Addsimps [Diff_Compl];
+
 
 section "Quantification over type \"bool\"";