Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Yanovski
iris-coq
Commits
c938bc45
Commit
c938bc45
authored
Feb 14, 2016
by
Robbert Krebbers
Browse files
Rename saved_prop_twice -> saved_prop_agree.
parent
9ca1e7b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/saved_prop.v
View file @
c938bc45
...
...
@@ -16,14 +16,14 @@ Section saved_prop.
Implicit
Types
γ
:
gname
.
Lemma
saved_prop_alloc_strong
N
P
(
G
:
gset
gname
)
:
True
⊑
pvs
N
N
(
∃
γ
,
■
(
γ
∉
G
)
∧
saved_prop_own
SPI
γ
P
).
True
⊑
pvs
N
N
(
∃
γ
,
■
(
γ
∉
G
)
∧
saved_prop_own
SPI
γ
P
).
Proof
.
by
apply
own_alloc_strong
.
Qed
.
Lemma
saved_prop_alloc
N
P
:
True
⊑
pvs
N
N
(
∃
γ
,
saved_prop_own
SPI
γ
P
).
Proof
.
by
apply
own_alloc
.
Qed
.
Lemma
saved_prop_
twic
e
γ
P
Q
:
Lemma
saved_prop_
agre
e
γ
P
Q
:
(
saved_prop_own
SPI
γ
P
★
saved_prop_own
SPI
γ
Q
)
⊑
▷
(
P
↔
Q
).
Proof
.
rewrite
/
saved_prop_own
-
own_op
own_valid
agree_validI
.
...
...
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