src/HOLCF/ex/Fix2.ML
author obua
Sun, 09 May 2004 23:04:36 +0200
changeset 14722 8e739a6eaf11
parent 12036 49f6c49454c2
child 14981 e73f8140af78
permissions -rw-r--r--
replaced apply-style proof for instance Multiset :: plus_ac0 by recommended Isar proof style

(*  Title:      HOLCF/ex/Fix2.ML
    ID:         $Id$
    Author:     Franz Regensburger
    License:    GPL (GNU GENERAL PUBLIC LICENSE)
*)

Goal "fix = gix";
by (rtac ext_cfun 1);
by (rtac antisym_less 1);
by (rtac fix_least 1);
by (rtac gix1_def 1);
by (rtac gix2_def 1);
by (rtac (fix_eq RS sym) 1);
qed "lemma1";


Goal "gix$F=lub(range(%i. iterate i F UU))";
by (rtac (lemma1 RS subst) 1);
by (rtac fix_def2 1);
qed "lemma2";