Documentation

Mathlib.AlgebraicTopology.DoldKan.SplitSimplicialObject

Split simplicial objects in preadditive categories #

In this file we define a functor nondegComplex : SimplicialObject.Split C ⥤ ChainComplex C ℕ when C is a preadditive category with finite coproducts, and get an isomorphism toKaroubiNondegComplexFunctorIsoN₁ : nondegComplex ⋙ toKaroubi _ ≅ forget C ⋙ DoldKan.N₁.

(See Equivalence.lean for the general strategy of proof of the Dold-Kan equivalence.)

The projection on a summand of the coproduct decomposition given by a splitting of a simplicial object.

Equations
Instances For

    If a simplicial object X in an additive category is split, then PInfty vanishes on all the summands of X _⦋n⦌ which do not correspond to the identity of ⦋n⦌.

    noncomputable def CategoryTheory.SimplicialObject.Splitting.d {C : Type u_1} [Category.{v_1, u_1} C] {X : SimplicialObject C} (s : X.Splitting) [Preadditive C] (i j : ) :
    s.N i s.N j

    The differentials s.d i j : s.N i ⟶ s.N j on nondegenerate simplices of a split simplicial object are induced by the differentials on the alternating face map complex.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      If s is a splitting of a simplicial object X in a preadditive category, s.nondegComplex is a chain complex which is given in degree n by the nondegenerate n-simplices of X. This chain complex should be thought as the normalized chain complex of X because of the isomorphism toKaroubiNondegComplexIsoN₁.

      Equations
      Instances For

        The chain complex s.nondegComplex attached to a splitting of a simplicial object X becomes isomorphic to the normalized Moore complex N₁.obj X defined as a formal direct factor in the category Karoubi (ChainComplex C ℕ).

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Given a splitting s of a simplicial object X in a preadditive category, this is the split epimorphism from the alternating face map complex of X to the chain complex s.nondegComplex.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Given a splitting s of a simplicial object X in a preadditive category, this is the split monomormphism from the chain complex s.nondegComplex to the alternating face map complex fo X.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Given a splitting s of a simplicial object X in a preadditive category, this is the homotopy equivalence from the alternating face map complex of X to the chain complex s.nondegComplex.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                The functor which sends a split simplicial object in a preadditive category to the chain complex which consists of nondegenerate simplices.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  @[simp]

                  The natural isomorphism (in Karoubi (ChainComplex C ℕ)) between the chain complex of nondegenerate simplices of a split simplicial object and the normalized Moore complex defined as a formal direct factor of the alternating face map complex.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For