Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
116
Issues
116
List
Boards
Labels
Service Desk
Milestones
Merge Requests
23
Merge Requests
23
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
873f2d0a
Commit
873f2d0a
authored
Aug 07, 2017
by
Jacques-Henri Jourdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add instances to boxes.
parent
4ad619de
Pipeline
#4294
passed with stage
in 8 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
theories/base_logic/lib/boxes.v
theories/base_logic/lib/boxes.v
+4
-0
No files found.
theories/base_logic/lib/boxes.v
View file @
873f2d0a
...
...
@@ -62,6 +62,8 @@ Global Instance slice_ne γ : NonExpansive (slice N γ).
Proof
.
solve_proper
.
Qed
.
Global
Instance
slice_contractive
γ
:
Contractive
(
slice
N
γ
).
Proof
.
solve_contractive
.
Qed
.
Global
Instance
slice_proper
γ
:
Proper
((
≡
)
==>
(
≡
))
(
slice
N
γ
).
Proof
.
apply
ne_proper
,
_
.
Qed
.
Global
Instance
slice_persistent
γ
P
:
PersistentP
(
slice
N
γ
P
).
Proof
.
apply
_
.
Qed
.
...
...
@@ -70,6 +72,8 @@ Global Instance box_contractive f : Contractive (box N f).
Proof
.
solve_contractive
.
Qed
.
Global
Instance
box_ne
f
:
NonExpansive
(
box
N
f
).
Proof
.
apply
(
contractive_ne
_
).
Qed
.
Global
Instance
box_proper
f
:
Proper
((
≡
)
==>
(
≡
))
(
box
N
f
).
Proof
.
apply
ne_proper
,
_
.
Qed
.
Lemma
box_own_auth_agree
γ
b1
b2
:
box_own_auth
γ
(
●
Excl'
b1
)
∗
box_own_auth
γ
(
◯
Excl'
b2
)
⊢
⌜
b1
=
b2
⌝
.
...
...
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