src/HOLCF/holcfb.thy
author paulson
Fri, 25 Aug 2000 12:15:35 +0200
changeset 9687 772ac061bd76
parent 243 c22b85994e17
permissions -rw-r--r--
moved congruence rules UN_cong, INT_cong from UNTIY/Union to Set.ML

(*  Title: 	HOLCF/holcfb.thy
    ID:         $Id$
    Author: 	Franz Regensburger
    Copyright   1993  Technische Universitaet Muenchen

Basic definitions for the embedding of LCF into HOL.

*)

Holcfb = Nat + 

consts

theleast     :: "(nat=>bool)=>nat"

rules

theleast_def    "theleast(P) == (@z.(P(z) & (!n.P(n)-->z<=n)))"

end