new thm disjoint_iff_not_equal
authorpaulson
Mon, 18 Oct 1999 15:17:35 +0200
changeset 7877 e5e019d60f71
parent 7876 1b3b683c092e
child 7878 43b03d412b82
new thm disjoint_iff_not_equal
src/HOL/equalities.ML
--- a/src/HOL/equalities.ML	Mon Oct 18 15:16:10 1999 +0200
+++ b/src/HOL/equalities.ML	Mon Oct 18 15:17:35 1999 +0200
@@ -201,6 +201,10 @@
 by (blast_tac (claset() addSEs [equalityCE]) 1);
 qed "disjoint_eq_subset_Compl";
 
+Goal "(A Int B = {}) = (ALL x:A. ALL y:B. x ~= y)";
+by  (Blast_tac 1);
+qed "disjoint_iff_not_equal";
+
 Goal "UNIV Int B = B";
 by (Blast_tac 1);
 qed "Int_UNIV_left";