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
William Mansky
Iris
Commits
0cc4e7be
Commit
0cc4e7be
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
rename lemmas about ownI; stronger mask_weaken rule
parent
d9eef3e4
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
program_logic/ownership.v
+6
-6
6 additions, 6 deletions
program_logic/ownership.v
program_logic/pviewshifts.v
+13
-6
13 additions, 6 deletions
program_logic/pviewshifts.v
with
19 additions
and
12 deletions
program_logic/ownership.v
+
6
−
6
View file @
0cc4e7be
...
...
@@ -19,20 +19,20 @@ Implicit Types P : iProp Λ Σ.
Implicit
Types
m
:
iGst
Λ
Σ
.
(* Invariants *)
Global
Instance
inv
_contractive
i
:
Contractive
(
@
ownI
Λ
Σ
i
)
.
Global
Instance
ownI
_contractive
i
:
Contractive
(
@
ownI
Λ
Σ
i
)
.
Proof
.
intros
n
P
Q
HPQ
.
apply
(_:
Proper
(_
==>
_)
iProp_unfold
),
Later_contractive
in
HPQ
.
by
unfold
ownI
;
rewrite
HPQ
.
Qed
.
Lemma
always_
inv
i
P
:
(
□
ownI
i
P
)
%
I
≡
ownI
i
P
.
Lemma
always_
ownI
i
P
:
(
□
ownI
i
P
)
%
I
≡
ownI
i
P
.
Proof
.
apply
uPred
.
always_own
.
by
rewrite
Res_unit
!
cmra_unit_empty
map_unit_singleton
.
Qed
.
Global
Instance
inv
_always_stable
i
P
:
AlwaysStable
(
ownI
i
P
)
.
Proof
.
by
rewrite
/
AlwaysStable
always_
inv
.
Qed
.
Lemma
inv
_sep_dup
i
P
:
ownI
i
P
≡
(
ownI
i
P
★
ownI
i
P
)
%
I
.
Global
Instance
ownI
_always_stable
i
P
:
AlwaysStable
(
ownI
i
P
)
.
Proof
.
by
rewrite
/
AlwaysStable
always_
ownI
.
Qed
.
Lemma
ownI
_sep_dup
i
P
:
ownI
i
P
≡
(
ownI
i
P
★
ownI
i
P
)
%
I
.
Proof
.
apply
(
uPred
.
always_sep_dup'
_)
.
Qed
.
(* physical state *)
...
...
@@ -63,7 +63,7 @@ Global Instance ownG_timeless m : Timeless m → TimelessP (ownG m).
Proof
.
rewrite
/
ownG
;
apply
_
.
Qed
.
(* inversion lemmas *)
Lemma
inv
_spec
r
n
i
P
:
Lemma
ownI
_spec
r
n
i
P
:
✓
{
n
}
r
→
(
ownI
i
P
)
n
r
↔
wld
r
!!
i
=
{
n
}
=
Some
(
to_agree
(
Later
(
iProp_unfold
P
)))
.
Proof
.
...
...
This diff is collapsed.
Click to expand it.
program_logic/pviewshifts.v
+
13
−
6
View file @
0cc4e7be
...
...
@@ -79,20 +79,20 @@ Proof.
exists
(
r'
⋅
r2
);
split
;
last
by
rewrite
-
(
associative
_)
.
exists
r'
,
r2
;
split_ands
;
auto
;
apply
uPred_weaken
with
r2
n
;
auto
.
Qed
.
Lemma
pvs_open
i
P
:
ownI
i
P
⊑
pvs
{[
i
]}
∅
(
▷
P
)
.
Lemma
pvs_open
I
i
P
:
ownI
i
P
⊑
pvs
{[
i
]}
∅
(
▷
P
)
.
Proof
.
intros
r
[|
n
]
?
Hinv
rf
[|
k
]
Ef
σ
???;
try
lia
.
apply
inv
_spec
in
Hinv
;
last
auto
.
apply
ownI
_spec
in
Hinv
;
last
auto
.
destruct
(
wsat_open
k
Ef
σ
(
r
⋅
rf
)
i
P
)
as
(
rP
&
?
&
?);
auto
.
{
rewrite
lookup_wld_op_l
?Hinv
;
eauto
;
apply
dist_le
with
(
S
n
);
eauto
.
}
exists
(
rP
⋅
r
);
split
;
last
by
rewrite
(
left_id_L
_
_)
-
(
associative
_)
.
eapply
uPred_weaken
with
rP
(
S
k
);
eauto
using
cmra_included_l
.
Qed
.
Lemma
pvs_close
i
P
:
(
ownI
i
P
∧
▷
P
)
⊑
pvs
∅
{[
i
]}
True
.
Lemma
pvs_close
I
i
P
:
(
ownI
i
P
∧
▷
P
)
⊑
pvs
∅
{[
i
]}
True
.
Proof
.
intros
r
[|
n
]
?
[?
HP
]
rf
[|
k
]
Ef
σ
?
HE
?;
try
lia
;
exists
∅
;
split
;
[
done
|]
.
rewrite
(
left_id
_
_);
apply
wsat_close
with
P
r
.
*
apply
inv
_spec
,
uPred_weaken
with
r
(
S
n
);
auto
.
*
apply
ownI
_spec
,
uPred_weaken
with
r
(
S
n
);
auto
.
*
solve_elem_of
+
HE
.
*
by
rewrite
-
(
left_id_L
∅
(
∪
)
Ef
)
.
*
apply
uPred_weaken
with
r
n
;
auto
.
...
...
@@ -116,7 +116,7 @@ Proof.
auto
using
option_update_None
.
}
by
exists
(
update_gst
m'
r
);
split
;
[
exists
m'
;
split
;
[|
apply
ownG_spec
]|]
.
Qed
.
Lemma
pvs_alloc
E
P
:
¬
set_finite
E
→
▷
P
⊑
pvs
E
E
(
∃
i
,
■
(
i
∈
E
)
∧
ownI
i
P
)
.
Lemma
pvs_alloc
I
E
P
:
¬
set_finite
E
→
▷
P
⊑
pvs
E
E
(
∃
i
,
■
(
i
∈
E
)
∧
ownI
i
P
)
.
Proof
.
intros
?
r
[|
n
]
?
HP
rf
[|
k
]
Ef
σ
???;
try
lia
.
destruct
(
wsat_alloc
k
E
Ef
σ
rf
P
r
)
as
(
i
&
?
&
?
&
?);
auto
.
...
...
@@ -144,9 +144,16 @@ Lemma pvs_impl_l E1 E2 P Q : (□ (P → Q) ∧ pvs E1 E2 P) ⊑ pvs E1 E2 Q.
Proof
.
by
rewrite
pvs_always_l
always_elim
impl_elim_l
.
Qed
.
Lemma
pvs_impl_r
E1
E2
P
Q
:
(
pvs
E1
E2
P
∧
□
(
P
→
Q
))
⊑
pvs
E1
E2
Q
.
Proof
.
by
rewrite
(
commutative
_)
pvs_impl_l
.
Qed
.
Lemma
pvs_mask_frame'
E1
E1'
E2
E2'
P
:
E1'
⊆
E1
→
E2'
⊆
E2
→
E1
∖
E1'
=
E2
∖
E2'
→
pvs
E1'
E2'
P
⊑
pvs
E1
E2
P
.
Proof
.
intros
HE1
HE2
HEE
.
rewrite
(
pvs_mask_frame
_
_
(
E1
∖
E1'
))
.
-
rewrite
{
2
}
HEE
=>{
HEE
}
.
by
rewrite
-!
union_difference_L
.
-
solve_elem_of
.
Qed
.
Lemma
pvs_mask_weaken
E1
E2
P
:
E1
⊆
E2
→
pvs
E1
E1
P
⊑
pvs
E2
E2
P
.
Proof
.
intros
;
rewrite
(
union_difference_L
E1
E2
)
//
;
apply
pvs_mask_frame
;
auto
.
intros
.
apply
pvs_mask_frame
'
;
solve_elem_of
.
Qed
.
Lemma
pvs_ownG_update
E
m
m'
:
m
~~>
m'
→
ownG
m
⊑
pvs
E
E
(
ownG
m'
)
.
Proof
.
...
...
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