Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
dcab926c
Commit
dcab926c
authored
Dec 23, 2016
by
Jacques-Henri Jourdan
Browse files
Slices are contractive.
parent
e922a646
Changes
2
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/lib/boxes.v
View file @
dcab926c
...
...
@@ -45,11 +45,17 @@ Implicit Types P Q : iProp Σ.
Global
Instance
box_own_prop_ne
n
γ
:
Proper
(
dist
n
==>
dist
n
)
(
box_own_prop
γ
).
Proof
.
solve_proper
.
Qed
.
Global
Instance
box_own_prop_contractive
γ
:
Contractive
(
box_own_prop
γ
).
Proof
.
solve_contractive
.
Qed
.
Global
Instance
box_inv_ne
n
γ
:
Proper
(
dist
n
==>
dist
n
)
(
slice_inv
γ
).
Proof
.
solve_proper
.
Qed
.
Global
Instance
slice_ne
n
γ
:
Proper
(
dist
n
==>
dist
n
)
(
slice
N
γ
).
Proof
.
solve_proper
.
Qed
.
Global
Instance
slice_contractive
γ
:
Contractive
(
slice
N
γ
).
Proof
.
solve_contractive
.
Qed
.
Global
Instance
slice_persistent
γ
P
:
PersistentP
(
slice
N
γ
P
).
Proof
.
apply
_
.
Qed
.
...
...
theories/base_logic/lib/core.v
View file @
dcab926c
...
...
@@ -37,4 +37,4 @@ Section core.
Qed
.
End
core
.
Global
Opaque
coreP
.
\ No newline at end of file
Global
Opaque
coreP
.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment