src/ZF/AC/AC18_AC19.thy
author paulson
Wed, 27 Mar 1996 18:46:42 +0100
changeset 1619 cb62d89b7adb
parent 1478 2b8c2a7547ab
child 11317 7f9e4c389318
permissions -rw-r--r--
Now use _irrefl instead of _anti_refl

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