Documentation
Atlas
.
NumberTheoryI
.
code
.
Thm2370
Search
return to top
source
Imports
Init
Mathlib.CategoryTheory.Abelian.Projective.Ext
Imported by
ext_well_defined
source
noncomputable def
ext_well_defined
{
C
:
Type
u}
[
CategoryTheory.Category.{v, u}
C
]
[
CategoryTheory.Abelian
C
]
[
CategoryTheory.HasExt
C
]
{
M
A
:
C
}
(
P
Q
:
CategoryTheory.ProjectiveResolution
M
)
(
n
:
ℕ
)
:
CochainComplex.HomComplex.CohomologyClass
P
.
cochainComplex
(
(
CochainComplex.singleFunctor
C
0
)
.
obj
A
)
↑
n
≃+
CochainComplex.HomComplex.CohomologyClass
Q
.
cochainComplex
(
(
CochainComplex.singleFunctor
C
0
)
.
obj
A
)
↑
n
Instances For