Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Joshua Yanovski
iris-coq
Commits
2308bb5c
Commit
2308bb5c
authored
Sep 28, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Relate included on uPred to entails.
parent
48d958f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
algebra/upred.v
algebra/upred.v
+3
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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