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

explain weird contractive_alt statement

parent d7ee81fd
No related branches found
No related tags found
No related merge requests found
......@@ -875,6 +875,7 @@ Section later.
Proper (dist n ==> dist_later n) later_car.
Proof. move=> [x] [y] /= Hxy. done. Qed.
(* f is contractive iff it can factor into `Next` and a non-expansive function. *)
Lemma contractive_alt {B : ofeT} (f : A B) :
Contractive f g : later A B,
( n, Proper (dist n ==> dist n) g) ( x, f x g (Next x)).
......
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