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
Hugo Herbelin
iris-coq
Commits
2383b600
Commit
2383b600
authored
Nov 28, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Instance for `Timeless (□ P)`.
parent
1fc708f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
theories/bi/derived_laws_sbi.v
theories/bi/derived_laws_sbi.v
+4
-0
No files found.
theories/bi/derived_laws_sbi.v
View file @
2383b600
...
...
@@ -449,6 +449,10 @@ Proof. rewrite /bi_affinely; apply _. Qed.
Global
Instance
absorbingly_timeless
P
:
Timeless
P
→
Timeless
(<
absorb
>
P
).
Proof
.
rewrite
/
bi_absorbingly
;
apply
_
.
Qed
.
Global
Instance
intuitionistically_timeless
P
:
Timeless
(
PROP
:
=
PROP
)
emp
→
Timeless
P
→
Timeless
(
□
P
).
Proof
.
rewrite
/
bi_intuitionistically
;
apply
_
.
Qed
.
Global
Instance
eq_timeless
{
A
:
ofeT
}
(
a
b
:
A
)
:
Discrete
a
→
Timeless
(
PROP
:
=
PROP
)
(
a
≡
b
).
Proof
.
intros
.
rewrite
/
Discrete
!
discrete_eq
.
apply
(
timeless
_
).
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