src/ZF/AC/first.thy
author paulson
Thu, 05 Dec 1996 19:03:38 +0100
changeset 2327 00ac25b2791d
parent 1478 2b8c2a7547ab
permissions -rw-r--r--
Moved much common material to Message.ML

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