Skip to content
Snippets Groups Projects
Commit 2308bb5c authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Relate included on uPred to entails.

parent 48d958f2
No related branches found
No related tags found
No related merge requests found
......@@ -1513,6 +1513,9 @@ Section cmra.
eapply uPred_mono with x1; eauto using cmra_includedN_l.
Qed.
Lemma uPred_included P Q : P Q Q P.
Proof. intros [P' ->]. apply uPred.sep_elim_l. Qed.
Definition uPred_cmra_mixin : CMRAMixin (uPred M).
Proof.
apply cmra_total_mixin; try apply _ || by eauto.
......
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