Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simcha van Collem
Iris
Commits
72aa39cd
Commit
72aa39cd
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
the user can pick some parts of the local update of auth later
parent
9af00a02
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
heap_lang/heap.v
+9
-6
9 additions, 6 deletions
heap_lang/heap.v
program_logic/auth.v
+6
-6
6 additions, 6 deletions
program_logic/auth.v
with
15 additions
and
12 deletions
heap_lang/heap.v
+
9
−
6
View file @
72aa39cd
...
...
@@ -85,7 +85,7 @@ Section heap.
P
⊑
wp
E
(
Load
(
Loc
l
))
Q
.
Proof
.
rewrite
/
heap_ctx
/
heap_own
.
intros
Hl
HN
Hctx
HP
.
eapply
(
auth_fsa
(
heap_inv
HeapI
)
(
wp_fsa
_)
id
);
simpl
;
eauto
.
eapply
(
auth_fsa
(
heap_inv
HeapI
)
(
wp_fsa
_)
(
λ
_:(),
id
)
)
;
simpl
;
eauto
.
rewrite
HP
=>{
HP
Hctx
HN
}
.
apply
sep_mono
;
first
done
.
apply
forall_intro
=>
hf
.
apply
wand_intro_l
.
rewrite
/
heap_inv
.
rewrite
-
assoc
.
apply
const_elim_sep_l
=>
Hv
/=.
...
...
@@ -93,7 +93,8 @@ Section heap.
rewrite
-
wp_load_pst
;
first
(
apply
sep_mono
;
first
done
);
last
first
.
{
move
:
(
Hv
0
%
nat
l
)
.
rewrite
lookup_omap
lookup_op
lookup_fmap
Hl
/=.
case
_:(
hf
!!
l
)=>[[?||]|];
by
auto
.
}
apply
later_mono
,
wand_intro_l
.
rewrite
left_id
const_equiv
//
left_id
.
apply
later_mono
,
wand_intro_l
.
rewrite
-
(
exist_intro
())
left_id
const_equiv
//
left_id
.
by
rewrite
-
later_intro
.
Qed
.
...
...
@@ -115,7 +116,7 @@ Section heap.
P
⊑
wp
E
(
Store
(
Loc
l
)
e
)
Q
.
Proof
.
rewrite
/
heap_ctx
/
heap_own
.
intros
Hl
Hval
HN
Hctx
HP
.
eapply
(
auth_fsa
(
heap_inv
HeapI
)
(
wp_fsa
_)
(
alter
(
λ
_,
Excl
v
)
l
));
simpl
;
eauto
.
eapply
(
auth_fsa
(
heap_inv
HeapI
)
(
wp_fsa
_)
(
λ
_:(),
alter
(
λ
_,
Excl
v
)
l
));
simpl
;
eauto
.
rewrite
HP
=>{
HP
Hctx
HN
}
.
apply
sep_mono
;
first
done
.
apply
forall_intro
=>
hf
.
apply
wand_intro_l
.
rewrite
/
heap_inv
.
rewrite
-
assoc
.
apply
const_elim_sep_l
=>
Hv
/=.
...
...
@@ -123,7 +124,8 @@ Section heap.
rewrite
-
wp_store_pst
;
first
(
apply
sep_mono
;
first
done
);
try
eassumption
;
last
first
.
{
move
:
(
Hv
0
%
nat
l
)
.
rewrite
lookup_omap
lookup_op
lookup_fmap
Hl
/=.
case
_:(
hf
!!
l
)=>[[?||]|];
by
auto
.
}
apply
later_mono
,
wand_intro_l
.
rewrite
const_equiv
//
;
last
first
.
apply
later_mono
,
wand_intro_l
.
rewrite
-
(
exist_intro
())
const_equiv
//
;
last
first
.
(* TODO I think there are some general fin_map lemmas hiding in here. *)
{
split
.
-
exists
(
Excl
v'
)
.
by
rewrite
lookup_fmap
Hl
.
...
...
@@ -165,7 +167,7 @@ Section heap.
P
⊑
wp
E
(
Cas
(
Loc
l
)
e1
e2
)
Q
.
Proof
.
rewrite
/
heap_ctx
/
heap_own
.
intros
He1
He2
Hl
Hne
HN
Hctx
HP
.
eapply
(
auth_fsa
(
heap_inv
HeapI
)
(
wp_fsa
_)
id
);
simpl
;
eauto
.
eapply
(
auth_fsa
(
heap_inv
HeapI
)
(
wp_fsa
_)
(
λ
_:(),
id
)
)
;
simpl
;
eauto
.
{
split_ands
;
eexists
;
eauto
.
}
rewrite
HP
=>{
HP
Hctx
HN
}
.
apply
sep_mono
;
first
done
.
apply
forall_intro
=>
hf
.
apply
wand_intro_l
.
rewrite
/
heap_inv
.
...
...
@@ -174,7 +176,8 @@ Section heap.
rewrite
-
wp_cas_fail_pst
;
first
(
apply
sep_mono
;
first
done
);
try
eassumption
;
last
first
.
{
move
:
(
Hv
0
%
nat
l
)
.
rewrite
lookup_omap
lookup_op
lookup_fmap
Hl
/=.
case
_:(
hf
!!
l
)=>[[?||]|];
by
auto
.
}
apply
later_mono
,
wand_intro_l
.
rewrite
left_id
const_equiv
//
left_id
.
apply
later_mono
,
wand_intro_l
.
rewrite
-
(
exist_intro
())
left_id
const_equiv
//
left_id
.
by
rewrite
-
later_intro
.
Qed
.
...
...
This diff is collapsed.
Click to expand it.
program_logic/auth.v
+
6
−
6
View file @
72aa39cd
...
...
@@ -83,16 +83,16 @@ Section auth.
(* Notice how the user has to prove that `b⋅a'` is valid at all
step-indices. However, since A is timeless, that should not be
a restriction. *)
Lemma
auth_fsa
{
B
}
(
fsa
:
FSA
Λ
(
globalF
Σ
)
B
)
`{
!
FrameShiftAssertion
fsaV
fsa
}
L
`{
!
LocalUpdate
Lv
L
}
N
E
P
(
Q
:
B
→
iPropG
Λ
Σ
)
γ
a
:
Lemma
auth_fsa
{
B
C
}
(
fsa
:
FSA
Λ
(
globalF
Σ
)
B
)
`{
!
FrameShiftAssertion
fsaV
fsa
}
L
`{
!
∀
c
:
C
,
LocalUpdate
(
Lv
c
)
(
L
c
)
}
N
E
P
(
Q
:
B
→
iPropG
Λ
Σ
)
γ
a
:
fsaV
→
nclose
N
⊆
E
→
P
⊑
auth_ctx
AuthI
γ
N
φ
→
P
⊑
(
auth_own
AuthI
γ
a
★
(
∀
a'
,
■
✓
(
a
⋅
a'
)
★
▷
φ
(
a
⋅
a'
)
-★
fsa
(
E
∖
nclose
N
)
(
λ
x
,
■
(
Lv
a
∧
✓
(
L
a
⋅
a'
))
★
▷
φ
(
L
a
⋅
a'
)
★
(
auth_own
AuthI
γ
(
L
a
)
-★
Q
x
))))
→
∃
c
,
■
(
Lv
c
a
∧
✓
(
L
c
a
⋅
a'
))
★
▷
φ
(
L
c
a
⋅
a'
)
★
(
auth_own
AuthI
γ
(
L
c
a
)
-★
Q
x
))))
→
P
⊑
fsa
E
Q
.
Proof
.
rewrite
/
auth_ctx
=>?
HN
Hinv
Hinner
.
...
...
@@ -104,8 +104,8 @@ Section auth.
(* Getting this wand eliminated is really annoying. *)
rewrite
[(
■_
★
_)
%
I
]
comm
-!
assoc
[(
▷
φ
_
★
_
★
_)
%
I
]
assoc
[(
▷
φ
_
★
_)
%
I
]
comm
.
rewrite
wand_elim_r
fsa_frame_l
.
apply
(
fsa_mono_pvs
fsa
)=>
x
.
rewrite
comm
-!
asso
c
.
apply
const_elim_sep_l
=>
-
[
HL
Hv
]
.
apply
(
fsa_mono_pvs
fsa
)=>
x
.
rewrite
sep_exist_l
.
apply
exist_elim
=>
c
.
rewrite
comm
-!
assoc
.
apply
const_elim_sep_l
=>
-
[
HL
Hv
]
.
rewrite
assoc
[(_
★
(_
-★
_))
%
I
]
comm
-
assoc
.
rewrite
auth_closing
//
;
[]
.
erewrite
pvs_frame_l
.
apply
pvs_mono
.
by
rewrite
assoc
[(_
★
▷_
)
%
I
]
comm
-
assoc
wand_elim_l
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment