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
Iris
Iris
Commits
e4a2ae49
Commit
e4a2ae49
authored
Mar 01, 2016
by
Ralf Jung
Browse files
fix name of recv_strengthen to recv_weaken
parent
dabe846c
Pipeline
#201
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
barrier/proof.v
View file @
e4a2ae49
...
...
@@ -325,7 +325,7 @@ Proof.
rewrite
!
wand_diag
-!
later_intro
.
solve_sep_entails
.
Qed
.
Lemma
recv_
strength
en
l
P1
P2
:
Lemma
recv_
weak
en
l
P1
P2
:
(
P1
-
★
P2
)
⊑
(
recv
l
P1
-
★
recv
l
P2
).
Proof
.
apply
wand_intro_l
.
rewrite
/
recv
.
rewrite
sep_exist_r
.
apply
exist_mono
=>
γ
.
...
...
@@ -339,7 +339,7 @@ Qed.
Lemma
recv_mono
l
P1
P2
:
P1
⊑
P2
→
recv
l
P1
⊑
recv
l
P2
.
Proof
.
intros
HP
%
entails_wand
.
apply
wand_entails
.
rewrite
HP
.
apply
recv_
strength
en
.
intros
HP
%
entails_wand
.
apply
wand_entails
.
rewrite
HP
.
apply
recv_
weak
en
.
Qed
.
End
proof
.
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