Skip to content
GitLab
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
e96d5cf8
Commit
e96d5cf8
authored
Dec 02, 2016
by
Robbert Krebbers
Browse files
Flipped Proper for uPred_valid.
parent
dba0b479
Changes
1
Hide whitespace changes
Inline
Side-by-side
base_logic/primitive.v
View file @
e96d5cf8
...
...
@@ -322,6 +322,9 @@ Global Instance uPred_valid_proper : Proper ((⊣⊢) ==> iff) (@uPred_valid M).
Proof
.
solve_proper
.
Qed
.
Global
Instance
uPred_valid_mono
:
Proper
((
⊢
)
==>
impl
)
(@
uPred_valid
M
).
Proof
.
solve_proper
.
Qed
.
Global
Instance
uPred_valid_flip_mono
:
Proper
(
flip
(
⊢
)
==>
flip
impl
)
(@
uPred_valid
M
).
Proof
.
solve_proper
.
Qed
.
(** Introduction and elimination rules *)
Lemma
pure_intro
φ
P
:
φ
→
P
⊢
⌜φ⌝
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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