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
Marianna Rapoport
iris-coq
Commits
126d54c3
Commit
126d54c3
authored
Oct 06, 2016
by
Robbert Krebbers
Browse files
Internalized versions of the equality on funC and morC.
parent
66ee8a76
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/upred.v
View file @
126d54c3
...
...
@@ -1361,6 +1361,12 @@ Lemma option_validI {A : cmraT} (mx : option A) :
✓
mx
⊣
⊢
match
mx
with
Some
x
=>
✓
x
|
None
=>
True
end
.
Proof
.
uPred
.
unseal
.
by
destruct
mx
.
Qed
.
(* Functions *)
Lemma
cofe_funC_equivI
{
A
B
}
(
f
g
:
A
-
c
>
B
)
:
f
≡
g
⊣
⊢
∀
x
,
f
x
≡
g
x
.
Proof
.
by
uPred
.
unseal
.
Qed
.
Lemma
cofe_moreC_equivI
{
A
B
:
cofeT
}
(
f
g
:
A
-
n
>
B
)
:
f
≡
g
⊣
⊢
∀
x
,
f
x
≡
g
x
.
Proof
.
by
uPred
.
unseal
.
Qed
.
(* Timeless instances *)
Global
Instance
pure_timeless
φ
:
TimelessP
(
■
φ
:
uPred
M
)%
I
.
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