proper axiomatization of "mem" -- do not leave it formally unspecified;
authorwenzelm
Wed, 08 Aug 2012 12:51:20 +0200
changeset 48733 18e76e2db6d4
parent 48732 f04320479ff9
child 48734 af91cd2301ba
proper axiomatization of "mem" -- do not leave it formally unspecified;
src/ZF/ZF.thy
--- a/src/ZF/ZF.thy	Wed Aug 08 12:38:41 2012 +0200
+++ b/src/ZF/ZF.thy	Wed Aug 08 12:51:20 2012 +0200
@@ -84,6 +84,8 @@
   "Un"        :: "[i, i] => i"    (infixl "Un" 65) --{*binary union*}
   Diff        :: "[i, i] => i"    (infixl "-" 65) --{*set difference*}
   Subset      :: "[i, i] => o"    (infixl "<=" 50) --{*subset relation*}
+
+axiomatization
   mem         :: "[i, i] => o"    (infixl ":" 50) --{*membership relation*}
 
 abbreviation