author | huffman |
Wed, 24 May 2006 01:47:25 +0200 | |
changeset 19709 | 78cd5f6af8e8 |
parent 19708 | a508bde37a81 |
child 19710 | ee9c7fa80d21 |
--- a/src/HOLCF/Cfun.thy Wed May 24 01:05:02 2006 +0200 +++ b/src/HOLCF/Cfun.thy Wed May 24 01:47:25 2006 +0200 @@ -456,6 +456,9 @@ lemma cfcomp2 [simp]: "(f oo g)\<cdot>x = f\<cdot>(g\<cdot>x)" by (simp add: cfcomp1) +lemma cfcomp_strict [simp]: "\<bottom> oo f = \<bottom>" +by (simp add: expand_cfun_eq) + text {* Show that interpretation of (pcpo,@{text "_->_"}) is a category. The class of objects is interpretation of syntactical class pcpo.