src/ZF/upair.thy
changeset 2872 ac81a17f86f8
parent 2469 b50b8c0eec01
child 3924 7d391943bc19
--- a/src/ZF/upair.thy	Wed Apr 02 15:26:52 1997 +0200
+++ b/src/ZF/upair.thy	Wed Apr 02 15:28:42 1997 +0200
@@ -3,19 +3,10 @@
     Author:     Lawrence C Paulson and Martin D Coen, CU Computer Laboratory
     Copyright   1993  University of Cambridge
 
-Definitions involving unordered pairing
+Dummy theory, but holds the standard ZF simpset.
+	(This is why the +end is present.)
 *)
 
 upair = ZF +
 
-defs
-  (* Definite descriptions -- via Replace over the set "1" *)
-  the_def       "The(P)    == Union({y . x:{0}, P(y)})"
-  if_def        "if(P,a,b) == THE z. P & z=a | ~P & z=b"
-
-  (*Set difference; binary union and intersection*)
-  Diff_def      "A - B    == { x:A . ~(x:B) }"
-  Un_def        "A Un  B  == Union(Upair(A,B))"
-  Int_def       "A Int B  == Inter(Upair(A,B))"
-
 end