Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.SpectralObject.cyclesIso

{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 l : ι} →
              (f₁ : i ⟶ j) →
                (f₂ : j ⟶ k) →
                  (f₃ : k ⟶ l) →
                    (n₀ n₁ n₂ : ℤ) →
                      (hn₁ : autoParam (n₀ + 1 = n₁) CategoryTheory.Abelian.SpectralObject.cyclesIso._auto_1) →
                        (hn₂ : autoParam (n₁ + 1 = n₂) CategoryTheory.Abelian.SpectralObject.cyclesIso._auto_3) →
                          (X.shortComplex f₁ f₂ f₃ n₀ n₁ n₂ hn₁ hn₂).cycles ≅ X.cycles f₁ f₂ n₁

The cycles of the short complex shortComplex at E^{n₁}(f₁, f₂, f₃) identifies to Z^{n₁}(f₁, f₂).

Defined in
Mathlib.Algebra.Homology.SpectralObject.Page
Cited by
15 results in Mathlib
Foundations
Depth 99 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.πE · cited by 30SpectralObject.πECategoryTheory.Abelian.SpectralObject.cyclesIsoH · cited by 11SpectralObject.cyclesIsoHCategoryTheory.Abelian.SpectralObject.cokernelSequenceCyclesEIso · cited by 7SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.πE_map · cited by 4SpectralObject.πE_mapCategoryTheory.Abelian.SpectralObject.πE_ιE · cited by 4SpectralObject.πE_ιECategoryTheory.Abelian.SpectralObject.cyclesIsoH_inv · cited by 3SpectralObject.cyclesIsoH…CategoryTheory.Abelian.SpectralObject.cyclesIso_hom_i · cited by 3SpectralObject.cyclesIso_…CategoryTheory.Abelian.SpectralObject.cyclesIso_inv_i · cited by 3SpectralObject.cyclesIso_…CategoryTheory.Abelian.SpectralObject.cyclesIso_inv_i_assoc · cited by 2SpectralObject.cyclesIso_…CategoryTheory.Abelian.SpectralObject.πE_EIsoH_hom · cited by 2SpectralObject.πE_EIsoH_h…CategoryTheory.Abelian.SpectralObject.cyclesIsoH_hom_EIsoH_inv · cited by 1SpectralObject.cyclesIsoH…CategoryTheory.Abelian.SpectralObject.δToCycles_cyclesIso_inv · cited by 1SpectralObject.δToCycles_…CategoryTheory.Abelian.SpectralObject.δToCycles_cyclesIso_inv_assoc · cited by 1SpectralObject.δToCycles_…CategoryTheory.Abelian.SpectralObject.cyclesIso_inv_cyclesMap · cited by 1SpectralObject.cyclesIso_…CategoryTheory.Abelian.SpectralObject.cyclesIso_inv_cyclesMap_assoc · cited by 1SpectralObject.cyclesIso_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.Abelian.SpectralObject · cited by 453Abelian.SpectralObjectCategoryTheory.ShortComplex.cycles · cited by 220ShortComplex.cyclesCategoryTheory.Abelian.SpectralObject.cycles · cited by 103SpectralObject.cyclesCategoryTheory.Abelian.SpectralObject.shortComplex · cited by 72SpectralObject.shortCompl…CategoryTheory.ShortComplex.LeftHomologyData.cyclesIso · cited by 28LeftHomologyData.cyclesIsoCategoryTheory.Abelian.SpectralObject.leftHomologyDataShortComplex · cited by 7SpectralObject.leftHomolo…SpectralObject.cyclesIsoCITED BYCITES

Cites10

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

Cited by18

Results whose statement or proof uses this declaration.