Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.LeftResolution.chainComplexXIso

{A : Type u_1} →
  {C : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_2} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_1} A] →
        {ι : CategoryTheory.Functor C A} →
          (Λ : CategoryTheory.Abelian.LeftResolution ι) →
            (X : A) →
              [inst_2 : ι.Full] →
                [inst_3 : ι.Faithful] →
                  [inst_4 : CategoryTheory.Limits.HasZeroMorphisms C] →
                    [inst_5 : CategoryTheory.Abelian A] →
                      (n : ℕ) →
                        (Λ.chainComplex X).X (n + 2) ≅
                          Λ.F.obj (CategoryTheory.Limits.kernel (ι.map ((Λ.chainComplex X).d (n + 1) n)))

The isomorphism which gives the inductive step of the construction of Λ.chainComplex X.

Defined in
Mathlib.Algebra.Homology.LeftResolution.Basic
Cited by
6 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.FullCategoryTheory.Functor.FaithfulCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Abelian

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Abelian.LeftResolution.chainComplexMap · cited by 7LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.chainComplexMap_f_succ_succ · cited by 3LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.map_chainComplex_d · cited by 1LeftResolution.map_chainC…CategoryTheory.Abelian.LeftResolution.chainComplexMap_comp · cited by 1LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.exactAt_map_chainComplex_succ · cited by 0LeftResolution.exactAt_ma…CategoryTheory.Abelian.LeftResolution.chainComplexMap_id · cited by 0LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.chainComplexMap_zero · cited by 0LeftResolution.chainCompl…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex.X · cited by 1839HomologicalComplex.XCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianComplexShape.down · cited by 605ComplexShape.downHomologicalComplex.d · cited by 598HomologicalComplex.dCategoryTheory.Functor.Full · cited by 341Functor.FullCategoryTheory.Functor.Faithful · cited by 313Functor.FaithfulLeftResolution.chainComplexXI…CITED BYCITES

Cites23

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by7

Results whose statement or proof uses this declaration.