Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.SpectralObject.fromOpcycles

{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.opcycles f g n ⟶ (X.H n).obj (CategoryTheory.ComposableArrows.mk₁ fg)

The map H^n(f) ⟶ H^n(f ≫ g) factors through opZ^n(f, g).

Defined in
Mathlib.Algebra.Homology.SpectralObject.Cycles
Cited by
35 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.p_fromOpcycles · cited by 9SpectralObject.p_fromOpcy…CategoryTheory.Abelian.SpectralObject.EToCycles · cited by 7SpectralObject.EToCyclesCategoryTheory.Abelian.SpectralObject.kernelSequenceE · cited by 7SpectralObject.kernelSequ…CategoryTheory.Abelian.SpectralObject.kernelSequenceOpcycles · cited by 7SpectralObject.kernelSequ…CategoryTheory.Abelian.SpectralObject.fromOpcyles_δ · cited by 4SpectralObject.fromOpcyle…CategoryTheory.Abelian.SpectralObject.EToCycles_i · cited by 3SpectralObject.EToCycles_iCategoryTheory.Abelian.SpectralObject.opcyclesIsoH_hom · cited by 3SpectralObject.opcyclesIs…CategoryTheory.Abelian.SpectralObject.p_fromOpcycles_assoc · cited by 3SpectralObject.p_fromOpcy…CategoryTheory.Abelian.SpectralObject.kernelSequenceE_exact · cited by 2SpectralObject.kernelSequ…CategoryTheory.Abelian.SpectralObject.d_ιE_fromOpcycles · cited by 2SpectralObject.d_ιE_fromO…CategoryTheory.Abelian.SpectralObject.kernelSequenceOpcycles_exact · cited by 2SpectralObject.kernelSequ…CategoryTheory.Abelian.SpectralObject.liftOpcycles_fromOpcycles · cited by 2SpectralObject.liftOpcycl…CategoryTheory.Abelian.SpectralObject.opcyclesIsoH_inv_hom_id · cited by 2SpectralObject.opcyclesIs…CategoryTheory.Abelian.SpectralObject.Ψ_fromOpcycles · cited by 2SpectralObject.Ψ_fromOpcy…CategoryTheory.Abelian.SpectralObject.opcyclesMap_fromOpcycles · cited by 2SpectralObject.opcyclesMa…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.opcycles · cited by 106SpectralObject.opcyclesCategoryTheory.Abelian.SpectralObject.δ · cited by 77SpectralObject.δCategoryTheory.Limits.cokernel.desc · cited by 53cokernel.descCategoryTheory.ComposableArrows.twoδ₂Toδ₁ · cited by 47ComposableArrows.twoδ₂Toδ₁SpectralObject.fromOpcyclesCITED BYCITES

Cites14

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

Cited by38

Results whose statement or proof uses this declaration.