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-coq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marianna Rapoport
iris-coq
Commits
35551d40
Commit
35551d40
authored
Apr 11, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cancellable invariants are contractive
parent
f987ca78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
theories/base_logic/lib/cancelable_invariants.v
theories/base_logic/lib/cancelable_invariants.v
+4
-2
No files found.
theories/base_logic/lib/cancelable_invariants.v
View file @
35551d40
...
...
@@ -28,10 +28,12 @@ Section proofs.
Global
Instance
cinv_own_timeless
γ
p
:
TimelessP
(
cinv_own
γ
p
).
Proof
.
rewrite
/
cinv_own
;
apply
_
.
Qed
.
Global
Instance
cinv_contractive
N
γ
:
Contractive
(
cinv
N
γ
).
Proof
.
solve_contractive
.
Qed
.
Global
Instance
cinv_ne
N
γ
:
NonExpansive
(
cinv
N
γ
).
Proof
.
solve_proper
.
Qed
.
Proof
.
exact
:
contractive_ne
.
Qed
.
Global
Instance
cinv_proper
N
γ
:
Proper
((
≡
)
==>
(
≡
))
(
cinv
N
γ
).
Proof
.
apply
(
ne_proper
_
)
.
Qed
.
Proof
.
exact
:
ne_proper
.
Qed
.
Global
Instance
cinv_persistent
N
γ
P
:
PersistentP
(
cinv
N
γ
P
).
Proof
.
rewrite
/
cinv
;
apply
_
.
Qed
.
...
...
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