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
Jonas Kastberg
iris
Commits
28761b21
Commit
28761b21
authored
Jan 05, 2017
by
Jacques-Henri Jourdan
Browse files
Add lemma compl_chain_map.
parent
991952fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/ofe.v
View file @
28761b21
...
...
@@ -96,6 +96,11 @@ Class Cofe (A : ofeT) := {
}.
Arguments
compl
:
simpl
never
.
Lemma
compl_chain_map
`
{
Cofe
A
,
Cofe
B
}
(
f
:
A
→
B
)
c
`
(
∀
n
:
nat
,
Proper
(
dist
n
==>
dist
n
)
f
)
:
compl
(
chain_map
f
c
)
≡
f
(
compl
c
).
Proof
.
apply
equiv_dist
=>
n
.
by
rewrite
!
conv_compl
.
Qed
.
(** General properties *)
Section
cofe
.
Context
{
A
:
ofeT
}.
...
...
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