Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.LeftResolution.chainComplexXOneIso

{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] →
                      (Λ.chainComplex X).X 1 ≅ Λ.F.obj (CategoryTheory.Limits.kernel (Λ.π.app X))

Given Λ : LeftResolution ι, the chain complex Λ.chainComplex X identifies in degree 1 to Λ.F.obj (kernel (Λ.π.app X)).

Defined in
Mathlib.Algebra.Homology.LeftResolution.Basic
Cited by
7 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_1_0 · cited by 1LeftResolution.map_chainC…CategoryTheory.Abelian.LeftResolution.chainComplexMap_comp · cited by 1LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.map_chainComplex_d_1_0_assoc · cited by 0LeftResolution.map_chainC…CategoryTheory.Abelian.LeftResolution.chainComplexMap_f_1 · cited by 0LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.chainComplexMap_id · cited by 0LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.chainComplexMap_zero · cited by 0LeftResolution.chainCompl…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex.X · cited by 1839HomologicalComplex.XCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.Iso.refl · cited by 727Iso.reflComplexShape.down · cited by 605ComplexShape.downCategoryTheory.Functor.Full · cited by 341Functor.FullCategoryTheory.Functor.Faithful · cited by 313Functor.FaithfulCategoryTheory.Limits.kernel · cited by 272Limits.kernelLeftResolution.chainComplexXO…CITED BYCITES

Cites19

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

Cited by8

Results whose statement or proof uses this declaration.