src/ZF/AC/AC18_AC19.thy
author nipkow
Tue, 17 Oct 2000 08:00:46 +0200
changeset 10228 e653cb933293
parent 1478 2b8c2a7547ab
child 11317 7f9e4c389318
permissions -rw-r--r--
added intermediate value thms

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