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
Pierre Roux
Iris
Commits
b11b0f04
Commit
b11b0f04
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Refactor proofs for `|={E}=>` commuting with bigops, and make names consistent.
parent
aa5a89e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/base_logic/lib/boxes.v
+2
-2
2 additions, 2 deletions
theories/base_logic/lib/boxes.v
theories/bi/updates.v
+14
-15
14 additions, 15 deletions
theories/bi/updates.v
with
16 additions
and
17 deletions
theories/base_logic/lib/boxes.v
+
2
−
2
View file @
b11b0f04
...
@@ -210,7 +210,7 @@ Proof.
...
@@ -210,7 +210,7 @@ Proof.
iEval
(
rewrite
internal_eq_iff
later_iff
big_sepM_later
)
in
"HeqP"
.
iEval
(
rewrite
internal_eq_iff
later_iff
big_sepM_later
)
in
"HeqP"
.
iDestruct
(
"HeqP"
with
"HP"
)
as
"HP"
.
iDestruct
(
"HeqP"
with
"HP"
)
as
"HP"
.
iCombine
"Hf"
"HP"
as
"Hf"
.
iCombine
"Hf"
"HP"
as
"Hf"
.
rewrite
-
big_sepM_sep
big_opM_fmap
;
iApply
(
fupd_
big_sepM
_
_
f
)
.
rewrite
-
big_sepM_sep
big_opM_fmap
;
iApply
(
big_sepM
_fupd
_
_
f
)
.
iApply
(
@
big_sepM_impl
with
"Hf"
)
.
iApply
(
@
big_sepM_impl
with
"Hf"
)
.
iIntros
"!#"
(
γ
b'
?)
"[(Hγ' & #$ & #$) HΦ]"
.
iIntros
"!#"
(
γ
b'
?)
"[(Hγ' & #$ & #$) HΦ]"
.
iInv
N
as
(
b
)
"[>Hγ _]"
.
iInv
N
as
(
b
)
"[>Hγ _]"
.
...
@@ -227,7 +227,7 @@ Proof.
...
@@ -227,7 +227,7 @@ Proof.
iAssert
(([
∗
map
]
γ
↦
b
∈
f
,
▷
Φ
γ
)
∗
iAssert
(([
∗
map
]
γ
↦
b
∈
f
,
▷
Φ
γ
)
∗
[
∗
map
]
γ
↦
b
∈
f
,
box_own_auth
γ
(
◯
Excl'
false
)
∗
box_own_prop
γ
(
Φ
γ
)
∗
[
∗
map
]
γ
↦
b
∈
f
,
box_own_auth
γ
(
◯
Excl'
false
)
∗
box_own_prop
γ
(
Φ
γ
)
∗
inv
N
(
slice_inv
γ
(
Φ
γ
)))
%
I
with
"[> Hf]"
as
"[HΦ ?]"
.
inv
N
(
slice_inv
γ
(
Φ
γ
)))
%
I
with
"[> Hf]"
as
"[HΦ ?]"
.
{
rewrite
-
big_sepM_sep
-
fupd_
big_sepM
.
iApply
(
@
big_sepM_impl
with
"[$Hf]"
)
.
{
rewrite
-
big_sepM_sep
-
big_sepM
_fupd
.
iApply
(
@
big_sepM_impl
with
"[$Hf]"
)
.
iIntros
"!#"
(
γ
b
?)
"(Hγ' & #HγΦ & #Hinv)"
.
iIntros
"!#"
(
γ
b
?)
"(Hγ' & #HγΦ & #Hinv)"
.
assert
(
true
=
b
)
as
<-
by
eauto
.
assert
(
true
=
b
)
as
<-
by
eauto
.
iInv
N
as
(
b
)
"[>Hγ HΦ]"
.
iInv
N
as
(
b
)
"[>Hγ HΦ]"
.
...
...
This diff is collapsed.
Click to expand it.
theories/bi/updates.v
+
14
−
15
View file @
b11b0f04
...
@@ -308,24 +308,23 @@ Section fupd_derived.
...
@@ -308,24 +308,23 @@ Section fupd_derived.
Lemma
fupd_sep
E
P
Q
:
(|
=
{
E
}=>
P
)
∗
(|
=
{
E
}=>
Q
)
=
{
E
}
=∗
P
∗
Q
.
Lemma
fupd_sep
E
P
Q
:
(|
=
{
E
}=>
P
)
∗
(|
=
{
E
}=>
Q
)
=
{
E
}
=∗
P
∗
Q
.
Proof
.
by
rewrite
fupd_frame_r
fupd_frame_l
fupd_trans
.
Qed
.
Proof
.
by
rewrite
fupd_frame_r
fupd_frame_l
fupd_trans
.
Qed
.
Lemma
fupd_big_sepL
{
A
}
E
(
Φ
:
nat
→
A
→
PROP
)
(
l
:
list
A
)
:
Global
Instance
fupd_homomorphism
E
:
MonoidHomomorphism
bi_sep
bi_sep
(
flip
(
⊢
))
(
fupd
(
PROP
:=
PROP
)
E
E
)
.
Proof
.
split
;
[
split
|];
try
apply
_
.
apply
fupd_sep
.
apply
fupd_intro
.
Qed
.
Lemma
big_sepL_fupd
{
A
}
E
(
Φ
:
nat
→
A
→
PROP
)
l
:
([
∗
list
]
k
↦
x
∈
l
,
|
=
{
E
}=>
Φ
k
x
)
=
{
E
}
=∗
[
∗
list
]
k
↦
x
∈
l
,
Φ
k
x
.
([
∗
list
]
k
↦
x
∈
l
,
|
=
{
E
}=>
Φ
k
x
)
=
{
E
}
=∗
[
∗
list
]
k
↦
x
∈
l
,
Φ
k
x
.
Proof
.
Proof
.
by
rewrite
(
big_opL_commute
_)
.
Qed
.
apply
(
big_opL_forall
(
λ
P
Q
,
P
=
{
E
}
=∗
Q
));
auto
using
fupd_intro
.
Lemma
big_sepM_fupd
`{
Countable
K
}
{
A
}
E
(
Φ
:
K
→
A
→
PROP
)
m
:
intros
P1
P2
HP
Q1
Q2
HQ
.
by
rewrite
HP
HQ
-
fupd_sep
.
Qed
.
Lemma
fupd_big_sepM
`{
Countable
K
}
{
A
}
E
(
Φ
:
K
→
A
→
PROP
)
(
m
:
gmap
K
A
)
:
([
∗
map
]
k
↦
x
∈
m
,
|
=
{
E
}=>
Φ
k
x
)
=
{
E
}
=∗
[
∗
map
]
k
↦
x
∈
m
,
Φ
k
x
.
([
∗
map
]
k
↦
x
∈
m
,
|
=
{
E
}=>
Φ
k
x
)
=
{
E
}
=∗
[
∗
map
]
k
↦
x
∈
m
,
Φ
k
x
.
Proof
.
Proof
.
by
rewrite
(
big_opM_commute
_)
.
Qed
.
apply
(
big_opM_forall
(
λ
P
Q
,
P
=
{
E
}
=∗
Q
));
auto
using
fupd_intro
.
Lemma
big_sepS_fupd
`{
Countable
A
}
E
(
Φ
:
A
→
PROP
)
X
:
intros
P1
P2
HP
Q1
Q2
HQ
.
by
rewrite
HP
HQ
-
fupd_sep
.
Qed
.
Lemma
fupd_big_sepS
`{
Countable
A
}
E
(
Φ
:
A
→
PROP
)
X
:
([
∗
set
]
x
∈
X
,
|
=
{
E
}=>
Φ
x
)
=
{
E
}
=∗
[
∗
set
]
x
∈
X
,
Φ
x
.
([
∗
set
]
x
∈
X
,
|
=
{
E
}=>
Φ
x
)
=
{
E
}
=∗
[
∗
set
]
x
∈
X
,
Φ
x
.
Proof
.
Proof
.
by
rewrite
(
big_opS_commute
_)
.
Qed
.
apply
(
big_opS_forall
(
λ
P
Q
,
P
=
{
E
}
=∗
Q
));
auto
using
fupd_intro
.
Lemma
big_sepMS_fupd
`{
Countable
A
}
E
(
Φ
:
A
→
PROP
)
l
:
intros
P1
P2
HP
Q1
Q2
HQ
.
by
rewrite
HP
HQ
-
fupd_sep
.
([
∗
mset
]
x
∈
l
,
|
=
{
E
}=>
Φ
x
)
⊢
|
=
{
E
}=>
[
∗
mset
]
x
∈
l
,
Φ
x
.
Qed
.
Proof
.
by
rewrite
(
big_opMS_commute
_)
.
Qed
.
(** Fancy updates that take a step derived rules. *)
(** Fancy updates that take a step derived rules. *)
Lemma
step_fupd_wand
E1
E2
E3
P
Q
:
(|
=
{
E1
,
E2
,
E3
}
▷=>
P
)
-∗
(
P
-∗
Q
)
-∗
|
=
{
E1
,
E2
,
E3
}
▷=>
Q
.
Lemma
step_fupd_wand
E1
E2
E3
P
Q
:
(|
=
{
E1
,
E2
,
E3
}
▷=>
P
)
-∗
(
P
-∗
Q
)
-∗
|
=
{
E1
,
E2
,
E3
}
▷=>
Q
.
...
...
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