Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.SpectralObject.toCycles

{C : Type u_1} →
  {ι : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} ι] →
        [inst_2 : CategoryTheory.Abelian C] →
          (X : CategoryTheory.Abelian.SpectralObject C ι) →
            {i j k : ι} →
              (f : i ⟶ j) →
                (g : j ⟶ k) →
                  (fg : i ⟶ k) →
                    CategoryTheory.CategoryStruct.comp f g = fg →
                      (n : ℤ) → (X.H n).obj (CategoryTheory.ComposableArrows.mk₁ fg) ⟶ X.cycles f g n

The map H^n(fg) ⟶ H^n(g) factors through Z^n(f, g).

Defined in
Mathlib.Algebra.Homology.SpectralObject.Cycles
Cited by
40 results in Mathlib
Foundations
Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Abelian

Around this declaration

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

CategoryTheory.Abelian.SpectralObject.d · cited by 28SpectralObject.dCategoryTheory.Abelian.SpectralObject.opcyclesToE · cited by 13SpectralObject.opcyclesToECategoryTheory.Abelian.SpectralObject.toCycles_i · cited by 8SpectralObject.toCycles_iCategoryTheory.Abelian.SpectralObject.cokernelSequenceCycles · cited by 7SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.cokernelSequenceE · cited by 7SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.toCycles_i_assoc · cited by 6SpectralObject.toCycles_i…CategoryTheory.Abelian.SpectralObject.toCycles_πE_d_assoc · cited by 5SpectralObject.toCycles_π…CategoryTheory.Abelian.SpectralObject.πE_d_ιE · cited by 3SpectralObject.πE_d_ιECategoryTheory.Abelian.SpectralObject.p_opcyclesToE · cited by 3SpectralObject.p_opcycles…CategoryTheory.Abelian.SpectralObject.toCycles_Ψ · cited by 3SpectralObject.toCycles_ΨCategoryTheory.Abelian.SpectralObject.cyclesIsoH_inv · cited by 3SpectralObject.cyclesIsoH…CategoryTheory.Abelian.SpectralObject.p_opcyclesToE_assoc · cited by 2SpectralObject.p_opcycles…CategoryTheory.Abelian.SpectralObject.d_map_fourδ₄Toδ₃ · cited by 2SpectralObject.d_map_four…CategoryTheory.Abelian.SpectralObject.d_ιE_fromOpcycles · cited by 2SpectralObject.d_ιE_fromO…CategoryTheory.Abelian.SpectralObject.cokernelSequenceCycles_exact · cited by 2SpectralObject.cokernelSe…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.ComposableArrows · cited by 627CategoryTheory.Composable…CategoryTheory.Abelian.SpectralObject · cited by 453Abelian.SpectralObjectCategoryTheory.ComposableArrows.mk₁ · cited by 350ComposableArrows.mk₁CategoryTheory.Abelian.SpectralObject.H · cited by 284SpectralObject.HCategoryTheory.Abelian.SpectralObject.cycles · cited by 103SpectralObject.cyclesCategoryTheory.Abelian.SpectralObject.δ · cited by 77SpectralObject.δCategoryTheory.Limits.kernel.lift · cited by 64kernel.liftCategoryTheory.ComposableArrows.twoδ₁Toδ₀ · cited by 49ComposableArrows.twoδ₁Toδ₀SpectralObject.toCyclesCITED BYCITES

Cites14

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

Cited by44

Results whose statement or proof uses this declaration.