Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.SpectralObject.spectralSequencePageXIso

{C : Type u_1} →
  {ι : Type u_2} →
    {κ : Type u_3} →
      [inst : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_1 : CategoryTheory.Abelian C] →
          [inst_2 : Preorder ι] →
            (X : CategoryTheory.Abelian.SpectralObject C ι) →
              {c : ℤ → ComplexShape κ} →
                {r₀ : ℤ} →
                  (data : CategoryTheory.Abelian.SpectralObject.SpectralSequenceDataCore ι c r₀) →
                    [inst_3 : X.HasSpectralSequence data] →
                      (r : ℤ) →
                        (hr : r₀ ≤ r) →
                          (pq : κ) →
                            (i₀ i₁ i₂ i₃ : ι) →
                              (h₀ : i₀ = data.i₀ r pq ⋯) →
                                (h₁ : i₁ = data.i₁ pq) →
                                  (h₂ : i₂ = data.i₂ pq) →
                                    (h₃ : i₃ = data.i₃ r pq ⋯) →
                                      (n₀ n₁ n₂ : ℤ) →
                                        n₁ = data.deg pq →
                                          (hn₁ :
                                              autoParam (n₀ + 1 = n₁)
                                                CategoryTheory.Abelian.SpectralObject.spectralSequencePageXIso._auto_1) →
                                            (hn₂ :
                                                autoParam (n₁ + 1 = n₂)
                                                  CategoryTheory.Abelian.SpectralObject.spectralSequencePageXIso._auto_3) →
                                              ((X.spectralSequence data).page r ⋯).X pq ≅
                                                X.E (CategoryTheory.homOfLE ⋯) (CategoryTheory.homOfLE ⋯)
                                                  (CategoryTheory.homOfLE ⋯) n₀ n₁ n₂ ⋯ ⋯

The objects on the pages of a spectral sequence attached to a spectral object X identifies an object X.E.

Defined in
Mathlib.Algebra.Homology.SpectralObject.SpectralSequence
Cited by
11 results in Mathlib
Foundations
Depth 130 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.AbelianPreorderCategoryTheory.Abelian.SpectralObject.HasSpectralSequence

Around this declaration

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

CategoryTheory.Abelian.SpectralObject.spectralSequenceFirstPageXIso · cited by 7SpectralObject.spectralSe…CategoryTheory.Abelian.SpectralObject.spectralSequenceFirstPageXIso_hom · cited by 2SpectralObject.spectralSe…CategoryTheory.Abelian.SpectralObject.spectralSequenceFirstPageXIso_inv · cited by 2SpectralObject.spectralSe…CategoryTheory.Abelian.SpectralObject.spectralSequence_first_page_d_eq · cited by 1SpectralObject.spectralSe…CategoryTheory.Abelian.SpectralObject.spectralSequence_page_d_eq · cited by 1SpectralObject.spectralSe…CategoryTheory.Abelian.SpectralObject.isZero_spectralSequence_page_X_iff · cited by 1SpectralObject.isZero_spe…CategoryTheory.Abelian.SpectralObject.spectralSequenceHomologyData_left_i · cited by 0SpectralObject.spectralSe…CategoryTheory.Abelian.SpectralObject.spectralSequenceHomologyData_right_p · cited by 0SpectralObject.spectralSe…CategoryTheory.Abelian.SpectralObject.spectralSequencePageXIso.congr_simp · cited by 0spectralSequencePageXIso.…CategoryTheory.Abelian.SpectralObject.spectralSequence_iso · cited by 0SpectralObject.spectralSe…CategoryTheory.Abelian.SpectralObject.spectralSequenceFirstPageXIso_hom_assoc · cited by 0SpectralObject.spectralSe…CategoryTheory.Abelian.SpectralObject.spectralSequenceFirstPageXIso_inv_assoc · cited by 0SpectralObject.spectralSe…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryPreorder · cited by 7952PreorderCategoryTheory.Iso · cited by 3963CategoryTheory.IsoHomologicalComplex.X · cited by 1839HomologicalComplex.XCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianComplexShape · cited by 1684ComplexShapeCategoryTheory.homOfLE · cited by 554CategoryTheory.homOfLECategoryTheory.Abelian.SpectralObject · cited by 453Abelian.SpectralObjectCategoryTheory.Abelian.SpectralObject.E · cited by 169SpectralObject.ECategoryTheory.Abelian.SpectralObject.SpectralSequenceDataCore · cited by 88SpectralObject.SpectralSe…CategoryTheory.Abelian.SpectralObject.SpectralSequenceDataCore.deg · cited by 65SpectralSequenceDataCore.…CategoryTheory.Abelian.SpectralObject.SpectralSequenceDataCore.i₁ · cited by 65SpectralSequenceDataCore.…CategoryTheory.Abelian.SpectralObject.SpectralSequenceDataCore.i₂ · cited by 65SpectralSequenceDataCore.…CategoryTheory.Abelian.SpectralObject.SpectralSequenceDataCore.i₀ · cited by 62SpectralSequenceDataCore.…CategoryTheory.Abelian.SpectralObject.SpectralSequenceDataCore.i₃ · cited by 62SpectralSequenceDataCore.…SpectralObject.spectralSequen…CITED BYCITES

Cites22

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

Cited by12

Results whose statement or proof uses this declaration.