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
Marianna Rapoport
iris-coq
Commits
ebe7b443
Commit
ebe7b443
authored
Jul 27, 2016
by
Robbert Krebbers
Browse files
Use auth_update_no_frame in boxes.
parent
8b6f2178
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/boxes.v
View file @
ebe7b443
...
...
@@ -70,8 +70,7 @@ Proof.
rewrite
/
box_own_prop
-!
own_op
own_valid_l
prod_validI
;
iIntros
"[[Hb _] Hγ]"
.
iDestruct
"Hb"
as
%
[[[]
[=
->]%
leibniz_equiv
]
?]%
auth_valid_discrete
.
iApply
(@
own_update
with
"Hγ"
)
;
apply
prod_update
;
simpl
;
last
reflexivity
.
rewrite
-{
1
}(
right_id
∅
_
(
Excl'
b2
))
-{
1
}(
right_id
∅
_
(
Excl'
b3
)).
by
apply
auth_update
,
option_local_update
,
exclusive_local_update
.
by
apply
auth_update_no_frame
,
option_local_update
,
exclusive_local_update
.
Qed
.
Lemma
box_own_agree
γ
Q1
Q2
:
...
...
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