src/HOL/UNITY/FP.ML
changeset 5232 e5a7cdd07ea5
parent 5069 3ea049f7979d
child 5490 85855f65d0c6
--- a/src/HOL/UNITY/FP.ML	Fri Jul 31 18:46:28 1998 +0200
+++ b/src/HOL/UNITY/FP.ML	Fri Jul 31 18:46:55 1998 +0200
@@ -8,12 +8,6 @@
 From Misra, "A Logic for Concurrent Programming", 1994
 *)
 
-Goal "Union(B) Int A = (UN C:B. C Int A)";
-by (Blast_tac 1);
-qed "Int_Union2";
-
-open FP;
-
 Goalw [FP_Orig_def, stable_def] "stable Acts (FP_Orig Acts Int B)";
 by (stac Int_Union2 1);
 by (rtac ball_constrains_UN 1);