src/ZF/AC/AC18_AC19.thy
author wenzelm
Mon, 08 May 2000 10:52:46 +0200
changeset 8824 ff207088cf0c
parent 1478 2b8c2a7547ab
child 11317 7f9e4c389318
permissions -rw-r--r--
updated;

(*  Title:      ZF/AC/AC18_AC19.thy
    ID:         $Id$
    Author:     Krzysztof Grabczewski

Additional definition used in the proof AC19 ==> AC1 which is a part
of the chain AC1 ==> AC18 ==> AC19 ==> AC1
*)

AC18_AC19 = AC_Equiv +

consts
  u_    :: i => i
  
defs

  u_def "u_(a) == {c Un {0}. c:a}"

end