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
2cfaec5d
Commit
2cfaec5d
authored
Jun 04, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `later_intuitionistically` and friends.
parent
b368c861
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
theories/bi/derived_laws_sbi.v
theories/bi/derived_laws_sbi.v
+7
-0
No files found.
theories/bi/derived_laws_sbi.v
View file @
2cfaec5d
...
...
@@ -197,6 +197,13 @@ Proof. destruct p; simpl; auto using later_intuitionistically_2. Qed.
Lemma
later_absorbingly
P
:
▷
<
absorb
>
P
⊣
⊢
<
absorb
>
▷
P
.
Proof
.
by
rewrite
/
bi_absorbingly
later_sep
later_True
.
Qed
.
Lemma
later_affinely
`
{!
BiAffine
PROP
}
P
:
▷
<
affine
>
P
⊣
⊢
<
affine
>
▷
P
.
Proof
.
by
rewrite
!
affine_affinely
.
Qed
.
Lemma
later_intuitionistically
`
{!
BiAffine
PROP
}
P
:
▷
□
P
⊣
⊢
□
▷
P
.
Proof
.
by
rewrite
!
intuitionistically_into_persistently
later_persistently
.
Qed
.
Lemma
later_intuitionistically_if
`
{!
BiAffine
PROP
}
p
P
:
▷
□
?p
P
⊣
⊢
□
?p
▷
P
.
Proof
.
destruct
p
;
simpl
;
auto
using
later_intuitionistically
.
Qed
.
Global
Instance
later_persistent
P
:
Persistent
P
→
Persistent
(
▷
P
).
Proof
.
intros
.
by
rewrite
/
Persistent
-
later_persistently
{
1
}(
persistent
P
).
Qed
.
Global
Instance
later_absorbing
P
:
Absorbing
P
→
Absorbing
(
▷
P
).
...
...
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