src/HOL/equalities.ML
changeset 5331 3d27b96a08b0
parent 5319 7356d0c88b1b
child 5490 85855f65d0c6
equal deleted inserted replaced
5330:8c9fadda81f4 5331:3d27b96a08b0
   328 Addsimps[Un_empty];
   328 Addsimps[Un_empty];
   329 
   329 
   330 Goal "(A Un B <= C) = (A <= C & B <= C)";
   330 Goal "(A Un B <= C) = (A <= C & B <= C)";
   331 by (Blast_tac 1);
   331 by (Blast_tac 1);
   332 qed "Un_subset_iff";
   332 qed "Un_subset_iff";
       
   333 
       
   334 Goal "(A - B) Un (A Int B) = A";
       
   335 by (Blast_tac 1);
       
   336 qed "Un_Diff_Int";
   333 
   337 
   334 
   338 
   335 section "Compl";
   339 section "Compl";
   336 
   340 
   337 Goal "A Int Compl(A) = {}";
   341 Goal "A Int Compl(A) = {}";