src/ZF/AC/first.thy
author paulson
Mon, 23 Sep 1996 17:42:56 +0200
changeset 2003 b48f066d52dc
parent 1478 2b8c2a7547ab
permissions -rw-r--r--
Addition of gensym

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

Theory helpful in proofs using first element of a well ordered set
*)

first = Order +

consts

  first                   :: [i, i, i] => o

defs

  first_def                "first(u, X, R) 
                            == u:X & (ALL v:X. v~=u --> <u,v> : R)"
end