Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
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