Skip to content
Snippets Groups Projects
Verified Commit 693458bb authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

set_bind_subset -> set_bind_mono

parent feb655ce
No related branches found
No related tags found
1 merge request!406Introduce `set_bind` and associated lemmas + set_bind theory: revise setoid rewriting
This commit is part of merge request !406. Comments created here will be created in the context of that merge request.
......@@ -467,7 +467,7 @@ Section set_bind.
Global Instance set_bind_proper : Proper (pointwise_relation _ () ==> () ==> ()) set_bind.
Proof. unfold pointwise_relation; intros f1 f2 Hf X1 X2 HX. set_solver. Qed.
Global Instance set_bind_subset : Proper (pointwise_relation _ () ==> () ==> ()) set_bind.
Global Instance set_bind_mono : Proper (pointwise_relation _ () ==> () ==> ()) set_bind.
Proof. unfold pointwise_relation; intros f1 f2 Hf X1 X2 HX. set_solver. Qed.
Lemma set_bind_ext (f g : A SB) (X Y : C) :
......
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