Construction of the projection PInfty
for the Dold-Kan correspondence #
In this file, we construct the projection PInfty : K[X] ⟶ K[X]
by passing
to the limit the projections P q
defined in Projections.lean
. This
projection is a critical tool in this formalisation of the Dold-Kan correspondence,
because in the case of abelian categories, PInfty
corresponds to the
projection on the normalized Moore subcomplex, with kernel the degenerate subcomplex.
(See Equivalence.lean
for the general strategy of proof of the Dold-Kan equivalence.)
The endomorphism PInfty : K[X] ⟶ K[X]
obtained from the P q
by passing to the limit.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The endomorphism QInfty : K[X] ⟶ K[X]
obtained from the Q q
by passing to the limit.
Equations
- AlgebraicTopology.DoldKan.QInfty = CategoryTheory.CategoryStruct.id (AlgebraicTopology.AlternatingFaceMapComplex.obj X) - AlgebraicTopology.DoldKan.PInfty
Instances For
PInfty
induces a natural transformation, i.e. an endomorphism of
the functor alternatingFaceMapComplex C
.
Equations
- AlgebraicTopology.DoldKan.natTransPInfty C = { app := fun (x : CategoryTheory.SimplicialObject C) => AlgebraicTopology.DoldKan.PInfty, naturality := ⋯ }
Instances For
The natural transformation in each degree that is induced by natTransPInfty
.
Equations
Instances For
Given an object Y : Karoubi (SimplicialObject C)
, this lemma
computes PInfty
for the associated object in SimplicialObject (Karoubi C)
in terms of PInfty
for Y.X : SimplicialObject C
and Y.p
.