src/LCF/ex/Ex3.ML
author kleing
Tue, 13 May 2003 08:59:21 +0200
changeset 14024 213dcc39358f
parent 5061 f947332d5465
child 17248 81bf91654e73
permissions -rw-r--r--
HOL-Real -> HOL-Complex


simpset_ref() := LCF_ss;

Addsimps [p_strict,p_s];

Goal "p(FIX(s),y) = FIX(s)";
by (induct_tac "s" 1);
by (Simp_tac 1);
by (Simp_tac 1);
qed "example";