Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
George Pirlea
Iris
Commits
2308bb5c
Commit
2308bb5c
authored
Sep 28, 2016
by
Robbert Krebbers
Browse files
Relate included on uPred to entails.
parent
48d958f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/upred.v
View file @
2308bb5c
...
...
@@ -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
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment