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
Rodolphe Lepigre
Iris
Commits
e6ec2867
Commit
e6ec2867
authored
Nov 29, 2017
by
Ralf Jung
Browse files
remove unnecessary side-condition from ofe_funCF_contractive
parent
8f1c4c86
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/ofe.v
View file @
e6ec2867
...
...
@@ -1178,7 +1178,7 @@ Qed.
Notation
"T -c> F"
:
=
(@
ofe_funCF
T
%
type
(
λ
_
,
F
%
CF
))
:
cFunctor_scope
.
Instance
ofe_funCF_contractive
`
{
Finite
C
}
(
F
:
C
→
cFunctor
)
:
Instance
ofe_funCF_contractive
{
C
}
(
F
:
C
→
cFunctor
)
:
(
∀
c
,
cFunctorContractive
(
F
c
))
→
cFunctorContractive
(
ofe_funCF
F
).
Proof
.
intros
?
A1
A2
B1
B2
n
??
g
.
...
...
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