src/ZF/AC/AC18_AC19.thy
author wenzelm
Fri, 22 Oct 1999 21:49:33 +0200
changeset 7924 5fee69b1f5fe
parent 1478 2b8c2a7547ab
child 11317 7f9e4c389318
permissions -rw-r--r--
warn_extra_tfrees; removed bind(_i), add_binds, declare_term;

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