Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
6a4c6279
Commit
6a4c6279
authored
Nov 11, 2017
by
Ralf Jung
Browse files
add later_ne; make later_proper match the other _proper lemmas
parent
342b79a4
Changes
2
Show whitespace changes
Inline
Side-by-side
theories/base_logic/derived.v
View file @
6a4c6279
...
...
@@ -672,9 +672,9 @@ Proof.
Qed
.
(* Later derived *)
Lemma
later_proper
P
Q
:
(
P
⊣
⊢
Q
)
→
▷
P
⊣
⊢
▷
Q
.
Lemma
later_proper
'
P
Q
:
(
P
⊣
⊢
Q
)
→
▷
P
⊣
⊢
▷
Q
.
Proof
.
by
intros
->.
Qed
.
Hint
Resolve
later_mono
later_proper
.
Hint
Resolve
later_mono
later_proper
'
.
Global
Instance
later_mono'
:
Proper
((
⊢
)
==>
(
⊢
))
(@
uPred_later
M
).
Proof
.
intros
P
Q
;
apply
later_mono
.
Qed
.
Global
Instance
later_flip_mono'
:
...
...
theories/base_logic/primitive.v
View file @
6a4c6279
...
...
@@ -307,7 +307,8 @@ Proof.
unseal
;
intros
[|
n
]
P
Q
HPQ
;
split
=>
-[|
n'
]
x
??
//=
;
try
omega
.
apply
HPQ
;
eauto
using
cmra_validN_S
.
Qed
.
Global
Instance
later_proper'
:
Definition
later_ne
:
NonExpansive
(@
uPred_later
M
)
:
=
_
.
Global
Instance
later_proper
:
Proper
((
⊣
⊢
)
==>
(
⊣
⊢
))
(@
uPred_later
M
)
:
=
ne_proper
_
.
Global
Instance
plainly_ne
:
NonExpansive
(@
uPred_plainly
M
).
Proof
.
...
...
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