Skip to content
Snippets Groups Projects
Commit d4dd8716 authored by Ralf Jung's avatar Ralf Jung
Browse files

give some help for using fixpoint_unfold

parent dd9a044e
No related branches found
No related tags found
No related merge requests found
......@@ -340,6 +340,9 @@ Definition fixpoint_eq : @fixpoint = @fixpoint_def := fixpoint_aux.(seal_eq).
Section fixpoint.
Context `{Cofe A, Inhabited A} (f : A A) `{!Contractive f}.
(** This lemma does not work well with [rewrite]; we usually define a specific
unfolding lemma for each fixpoint and then [apply fixpoint_unfold] in the
proof of that unfolding lemma. *)
Lemma fixpoint_unfold : fixpoint f f (fixpoint f).
Proof.
apply equiv_dist=>n.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment