Skip to content
Snippets Groups Projects
Commit 34eefd91 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Version of [fixpoint_ind] that is easier to use.

parent b22e6980
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ Section fixpoint.
Proof. setoid_rewrite equiv_dist; naive_solver eauto using fixpoint_ne. Qed.
Lemma fixpoint_ind (P : A Prop) :
Proper (() ==> iff) P
Proper (() ==> impl) P
( x, P x) ( x, P x P (f x))
( (c : chain A), ( n, P (c n)) P (compl c))
P (fixpoint f).
......
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