Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.SpectralObject.kernelSequenceOpcyclesEIso

{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.kernelSequenceOpcyclesEIso._auto_1) →
                        (hn₂ :
                            autoParam (n₁ + 1 = n₂)
                              CategoryTheory.Abelian.SpectralObject.kernelSequenceOpcyclesEIso._auto_3) →
                          X.kernelSequenceOpcyclesE f₁ f₂ f₃ n₀ n₁ n₂ hn₁ hn₂ ≅
                            { X₁ := (X.shortComplex f₁ f₂ f₃ n₀ n₁ n₂ hn₁ hn₂).homology,
                              X₂ := (X.shortComplex f₁ f₂ f₃ n₀ n₁ n₂ hn₁ hn₂).opcycles,
                              X₃ := (X.shortComplex f₁ f₂ f₃ n₀ n₁ n₂ hn₁ hn₂).X₃,
                              f := (X.shortComplex f₁ f₂ f₃ n₀ n₁ n₂ hn₁ hn₂).homologyι,
                              g := (X.shortComplex f₁ f₂ f₃ n₀ n₁ n₂ hn₁ hn₂).fromOpcycles, zero := ⋯ }

The short complex E^n(f₁, f₂, f₃) ⟶ opZ^n(f₂, f₃) ⟶ H^{n+1}(f₁) identifies to the kernel sequence of the definition of the homology of the short complex shortComplex as a kernel of ShortComplex.fromOpcycles.

Defined in
Mathlib.Algebra.Homology.SpectralObject.Page
Cited by
7 results in Mathlib
Foundations
Depth 107 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.kernelSequenceOpcyclesE_exact · cited by 1SpectralObject.kernelSequ…CategoryTheory.Abelian.SpectralObject.kernelSequenceOpcyclesEIso_hom_τ₁ · cited by 0SpectralObject.kernelSequ…CategoryTheory.Abelian.SpectralObject.kernelSequenceOpcyclesEIso_hom_τ₂ · cited by 0SpectralObject.kernelSequ…CategoryTheory.Abelian.SpectralObject.kernelSequenceOpcyclesEIso_hom_τ₃ · cited by 0SpectralObject.kernelSequ…CategoryTheory.Abelian.SpectralObject.kernelSequenceOpcyclesEIso_inv_τ₁ · cited by 0SpectralObject.kernelSequ…CategoryTheory.Abelian.SpectralObject.kernelSequenceOpcyclesEIso_inv_τ₂ · cited by 0SpectralObject.kernelSequ…CategoryTheory.Abelian.SpectralObject.kernelSequenceOpcyclesEIso_inv_τ₃ · cited by 0SpectralObject.kernelSequ…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.ShortComplex.X₁ · cited by 889ShortComplex.X₁CategoryTheory.ShortComplex.X₃ · cited by 876ShortComplex.X₃CategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Abelian.SpectralObject · cited by 453Abelian.SpectralObjectCategoryTheory.ShortComplex.homology · cited by 216ShortComplex.homologyCategoryTheory.ShortComplex.opcycles · cited by 192ShortComplex.opcyclesCategoryTheory.Abelian.SpectralObject.shortComplex · cited by 72SpectralObject.shortCompl…CategoryTheory.ShortComplex.homologyι · cited by 51ShortComplex.homologyιCategoryTheory.ShortComplex.fromOpcycles · cited by 38ShortComplex.fromOpcyclesSpectralObject.kernelSequence…CITED BYCITES

Cites19

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

Cited by7

Results whose statement or proof uses this declaration.