Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.mkHomFromSingle

{V : Type u} →
  [inst : CategoryTheory.Category.{v, u} V] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms V] →
      [inst_2 : CategoryTheory.Limits.HasZeroObject V] →
        {ι : Type u_1} →
          [inst_3 : DecidableEq ι] →
            {c : ComplexShape ι} →
              {K : HomologicalComplex V c} →
                {j : ι} →
                  {A : V} →
                    (φ : A ⟶ K.X j) →
                      (∀ (k : ι), c.Rel j k → CategoryTheory.CategoryStruct.comp φ (K.d j k) = 0) →
                        ((HomologicalComplex.single V c j).obj A ⟶ K)

Constructor for morphisms from a single homological complex.

Defined in
Mathlib.Algebra.Homology.Single
Cited by
5 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroObjectDecidableEq

Around this declaration

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

HomologicalComplex.extendSingleIso · cited by 7HomologicalComplex.extend…HomologicalComplex.mkHomFromSingle_f · cited by 5HomologicalComplex.mkHomF…ChainComplex.fromSingle₀Equiv · cited by 3ChainComplex.fromSingle₀E…CochainComplex.fromSingle₀Equiv · cited by 3CochainComplex.fromSingle…HomologicalComplex.evalCompCoyonedaCorepresentableBySingle · cited by 2HomologicalComplex.evalCo…CochainComplex.isSplitEpi_to_singleFunctor_obj_of_projective · cited by 1CochainComplex.isSplitEpi…CochainComplex.exists_iso_single · cited by 1CochainComplex.exists_iso…HomologicalComplex.evalCompCoyonedaCorepresentableBySingle_homEquiv_symm_apply · cited by 0HomologicalComplex.evalCo…HomologicalComplex.mkHomFromSingle.congr_simp · cited by 0mkHomFromSingle.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex.X · cited by 1839HomologicalComplex.XHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectHomologicalComplex.d · cited by 598HomologicalComplex.dComplexShape.Rel · cited by 518ComplexShape.RelHomologicalComplex.single · cited by 110HomologicalComplex.singleHomologicalComplex.XIsoOfEq · cited by 70HomologicalComplex.XIsoOf…HomologicalComplex.mkHomFromS…CITED BYCITES

Cites16

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.