Mathlib Map

Theorems · Definition · algebraic topology

AlgebraicTopology.DoldKan.HigherFacesVanish

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [CategoryTheory.Preadditive C] →
      {X : CategoryTheory.SimplicialObject C} →
        {Y : C} → {n : ℕ} → ℕ → (Y ⟶ X.obj (Opposite.op { len := n + 1 })) → Prop

A morphism φ : Y ⟶ X _⦋n+1⦌ satisfies HigherFacesVanish q φ when the compositions φ ≫ X.δ j are 0 for j ≥ max 1 (n+2-q). When q ≤ n+1, it basically means that the composition φ ≫ X.δ j are 0 for the q highest possible values of a nonzero j. Otherwise, when q ≥ n+2, all the compositions φ ≫ X.δ j for nonzero j vanish. See also the lemma comp_P_eq_self_iff in Projections.lean which states that HigherFacesVanish q φ is equivalent to the identity φ ≫ (P q).f (n+1) = φ.

Defined in
Mathlib.AlgebraicTopology.DoldKan.Faces
Cited by
15 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Preadditive

Around this declaration

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

AlgebraicTopology.DoldKan.HigherFacesVanish.of_P · cited by 7HigherFacesVanish.of_PAlgebraicTopology.DoldKan.HigherFacesVanish.comp_P_eq_self · cited by 6HigherFacesVanish.comp_P_…AlgebraicTopology.DoldKan.HigherFacesVanish.comp_Hσ_eq · cited by 4HigherFacesVanish.comp_Hσ…AlgebraicTopology.DoldKan.HigherFacesVanish.comp_δ_eq_zero_assoc · cited by 4HigherFacesVanish.comp_δ_…AlgebraicTopology.DoldKan.HigherFacesVanish.comp_Hσ_eq_zero · cited by 3HigherFacesVanish.comp_Hσ…AlgebraicTopology.DoldKan.HigherFacesVanish.comp_δ_eq_zero · cited by 2HigherFacesVanish.comp_δ_…AlgebraicTopology.DoldKan.σ_comp_P_eq_zero · cited by 1DoldKan.σ_comp_P_eq_zeroAlgebraicTopology.DoldKan.HigherFacesVanish.comp_σ · cited by 1HigherFacesVanish.comp_σAlgebraicTopology.DoldKan.HigherFacesVanish.inclusionOfMooreComplexMap · cited by 1HigherFacesVanish.inclusi…AlgebraicTopology.DoldKan.HigherFacesVanish.of_comp · cited by 1HigherFacesVanish.of_compAlgebraicTopology.DoldKan.HigherFacesVanish.of_succ · cited by 1HigherFacesVanish.of_succAlgebraicTopology.DoldKan.HigherFacesVanish.on_Γ₀_summand_id · cited by 1HigherFacesVanish.on_Γ₀_s…AlgebraicTopology.DoldKan.comp_P_eq_self_iff · cited by 0DoldKan.comp_P_eq_self_iffAlgebraicTopology.DoldKan.HigherFacesVanish.comp_P_eq_self_assoc · cited by 0HigherFacesVanish.comp_P_…AlgebraicTopology.DoldKan.HigherFacesVanish.induction · cited by 0HigherFacesVanish.inducti…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compOpposite · cited by 8081OppositeCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveSimplexCategory · cited by 2204SimplexCategoryCategoryTheory.SimplicialObject · cited by 548CategoryTheory.Simplicial…CategoryTheory.SimplicialObject.δ · cited by 188SimplicialObject.δDoldKan.HigherFacesVanishCITED BYCITES

Cites9

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

Cited by15

Results whose statement or proof uses this declaration.