Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Khalanskiy
Iris
Commits
d479c851
Verified
Commit
d479c851
authored
Mar 22, 2019
by
Rodolphe Lepigre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style updates suggested by
@robbertkrebbers
parent
40da12c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
14 deletions
+11
-14
theories/base_logic/lib/proph_map.v
theories/base_logic/lib/proph_map.v
+11
-14
No files found.
theories/base_logic/lib/proph_map.v
View file @
d479c851
...
...
@@ -135,17 +135,16 @@ Section proph_map.
Proof
.
iIntros
(
Hp
)
"HR"
.
iDestruct
"HR"
as
(
R
)
"[[% %] H●]"
.
rewrite
proph_eq
/
proph_def
.
iMod
(
own_update
with
"H●"
)
as
"[H● H◯]"
.
{
eapply
auth_update_alloc
,
(
alloc_singleton_local_update
_
p
(
Excl
_
))=>
//.
iMod
(
own_update
with
"H●"
)
as
"[H● H◯]"
.
{
eapply
auth_update_alloc
,
(
alloc_singleton_local_update
_
p
(
Excl
_
))=>
//.
apply
lookup_to_proph_map_None
.
apply
(
not_elem_of_dom
(
D
:
=
gset
P
)).
set_solver
.
}
apply
(
not_elem_of_dom
(
D
:
=
gset
P
)).
set_solver
.
}
iModIntro
.
iFrame
.
iExists
(<[
p
:
=
proph_list_resolves
pvs
p
]>
R
).
iSplitR
"H●"
.
-
iPureIntro
.
split
.
+
apply
resolves_insert
;
first
done
.
set_solver
.
+
rewrite
dom_insert
.
set_solver
.
-
unfold
to_proph_map
.
by
rewrite
fmap_insert
.
-
by
rewrite
/
to_proph_map
fmap_insert
.
Qed
.
Lemma
proph_map_resolve_proph
p
v
pvs
ps
vs
:
...
...
@@ -155,15 +154,13 @@ Section proph_map.
iIntros
"[HR Hp]"
.
iDestruct
"HR"
as
(
R
)
"[HP H●]"
.
iDestruct
"HP"
as
%[
Hres
Hdom
].
rewrite
/
proph_map_ctx
proph_eq
/
proph_def
.
iDestruct
(
own_valid_2
with
"H● Hp"
)
as
%[
HR
%
proph_map_singleton_included
_
]%
auth_valid_discrete_2
.
assert
(
vs
=
v
::
proph_list_resolves
pvs
p
)
as
->.
{
rewrite
(
Hres
p
vs
HR
).
simpl
.
rewrite
decide_True
;
done
.
}
iMod
(
own_update_2
with
"H● Hp"
)
as
"[H● H◯]"
.
{
eapply
auth_update
.
apply
:
singleton_local_update
.
-
unfold
to_proph_map
.
rewrite
lookup_fmap
.
rewrite
HR
.
done
.
-
apply
(
exclusive_local_update
_
(
Excl
(
proph_list_resolves
pvs
p
:
list
(
leibnizC
V
)))).
done
.
}
unfold
to_proph_map
.
rewrite
-
fmap_insert
.
assert
(
vs
=
v
::
proph_list_resolves
pvs
p
)
as
->.
{
rewrite
(
Hres
p
vs
HR
).
simpl
.
by
rewrite
decide_True
.
}
iMod
(
own_update_2
with
"H● Hp"
)
as
"[H● H◯]"
.
{
eapply
auth_update
.
apply
:
singleton_local_update
.
-
by
rewrite
/
to_proph_map
lookup_fmap
HR
.
-
by
apply
(
exclusive_local_update
_
(
Excl
(
proph_list_resolves
pvs
p
:
list
(
leibnizC
V
)))).
}
rewrite
/
to_proph_map
-
fmap_insert
.
iModIntro
.
iExists
(
proph_list_resolves
pvs
p
).
iFrame
.
iSplitR
.
-
iPureIntro
.
done
.
-
iExists
_
.
iFrame
.
iPureIntro
.
split
.
...
...
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