src/ZF/AC/AC18_AC19.thy
author wenzelm
Fri, 25 Apr 1997 15:18:58 +0200
changeset 3056 200565f7592a
parent 1478 2b8c2a7547ab
child 11317 7f9e4c389318
permissions -rw-r--r--
removed -c option;

(*  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