src/HOL/UNITY/Union.ML
changeset 6299 1a88db6e7c7e
parent 6295 351b3c2b0d83
child 6309 ca52347e259a
--- a/src/HOL/UNITY/Union.ML	Wed Mar 03 10:36:24 1999 +0100
+++ b/src/HOL/UNITY/Union.ML	Wed Mar 03 10:50:42 1999 +0100
@@ -167,12 +167,6 @@
 by (Blast_tac 1);
 qed "constrains_imp_JN_constrains";
 
-Goal "[| i : I;  compatible (F``I) |] \
-\     ==> (JN i:I. F i) : constrains A B = (ALL i:I. F i : constrains A B)";
-by (asm_simp_tac (simpset() addsimps [constrains_def, Acts_JN]) 1);
-by (Blast_tac 1);
-qed "constrains_JN";
-
     (**FAILS, I think; see 5.4.1, Substitution Axiom.
        The problem is to relate reachable (F Join G) with 
        reachable F and reachable G