Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.truncLEMap

{ι : Type u_1} →
  {ι' : Type u_2} →
    {c : ComplexShape ι} →
      {c' : ComplexShape ι'} →
        {C : Type u_3} →
          [inst : CategoryTheory.Category.{v_1, u_3} C] →
            [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
              {K L : HomologicalComplex C c'} →
                (K ⟶ L) →
                  (e : c.Embedding c') →
                    [inst_2 : e.IsTruncLE] →
                      [inst_3 : ∀ (i' : ι'), K.HasHomology i'] →
                        [inst_4 : ∀ (i' : ι'), L.HasHomology i'] →
                          [inst_5 : CategoryTheory.Limits.HasZeroObject C] → K.truncLE e ⟶ L.truncLE e

The morphism K.truncLE e ⟶ L.truncLE e induced by a morphism K ⟶ L.

Defined in
Mathlib.Algebra.Homology.Embedding.TruncLE
Cited by
7 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsComplexShape.Embedding.IsTruncLEHomologicalComplex.HasHomologyHomologicalComplex.HasHomologyCategoryTheory.Limits.HasZeroObject

Around this declaration

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

CochainComplex.truncLEMap · cited by 5CochainComplex.truncLEMapComplexShape.Embedding.truncLEFunctor · cited by 4Embedding.truncLEFunctorHomologicalComplex.ιTruncLE_naturality · cited by 2HomologicalComplex.ιTrunc…HomologicalComplex.quasiIso_truncLEMap_iff · cited by 1HomologicalComplex.quasiI…HomologicalComplex.truncLEMap_comp · cited by 1HomologicalComplex.truncL…HomologicalComplex.ιTruncLE_naturality_assoc · cited by 0HomologicalComplex.ιTrunc…ComplexShape.Embedding.truncLEFunctor_map · cited by 0Embedding.truncLEFunctor_…HomologicalComplex.truncLEMap_comp_assoc · cited by 0HomologicalComplex.truncL…HomologicalComplex.truncLEMap_id · cited by 0HomologicalComplex.truncL…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsQuiver.Hom.op · cited by 1948Hom.opHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectHomologicalComplex.HasHomology · cited by 342HomologicalComplex.HasHom…ComplexShape.Embedding · cited by 337ComplexShape.EmbeddingComplexShape.symm · cited by 83ComplexShape.symmComplexShape.Embedding.IsTruncLE · cited by 48Embedding.IsTruncLEHomologicalComplex.opFunctor · cited by 34HomologicalComplex.opFunc…ComplexShape.Embedding.op · cited by 26Embedding.opHomologicalComplex.truncLE · cited by 19HomologicalComplex.truncLEHomologicalComplex.truncLEMapCITED BYCITES

Cites17

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

Cited by9

Results whose statement or proof uses this declaration.