Removed duplicate copy of converse_Un
authorpaulson
Tue, 05 Sep 1995 18:52:42 +0200
changeset 1248 79692e8ce183
parent 1247 18b1441fb603
child 1249 2d1c27d1dac3
Removed duplicate copy of converse_Un
src/ZF/Perm.ML
--- a/src/ZF/Perm.ML	Fri Sep 01 14:27:36 1995 +0200
+++ b/src/ZF/Perm.ML	Tue Sep 05 18:52:42 1995 +0200
@@ -459,13 +459,6 @@
 
 (** Unions of functions -- cf similar theorems on func.ML **)
 
-goal Perm.thy "converse(r Un s) = converse(r) Un converse(s)";
-by (rtac equalityI 1);
-by (DEPTH_SOLVE_1 
-      (resolve_tac [Un_least,converse_mono, Un_upper1,Un_upper2] 2));
-by (fast_tac ZF_cs 1);
-qed "converse_Un";
-
 goalw Perm.thy [surj_def]
     "!!f g. [| f: surj(A,B);  g: surj(C,D);  A Int C = 0 |] ==> \
 \           (f Un g) : surj(A Un C, B Un D)";