Mathlib Map

Theorems · Theorem · algebraic topology

SSet.normalizedChainComplex_hom_ext

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasCoproducts C]
  [inst_2 : CategoryTheory.Preadditive C] (X : SSet) {R : C} {n : ℕ} {T : C}
  {f g : (X.normalizedChainComplex R).X n ⟶ T},
  (∀ x ∈ X.nonDegenerate n,
      CategoryTheory.CategoryStruct.comp (X.ιNormalizedChainComplex x) f =
        CategoryTheory.CategoryStruct.comp (X.ιNormalizedChainComplex x) g) →
    f = g
Defined in
Mathlib.AlgebraicTopology.SimplicialSet.Homology.Nondegenerate
Cited by
2 results in Mathlib
Foundations
Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasCoproductsCategoryTheory.Preadditive

Around this declaration

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

Cites22

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

Cited by2

Results whose statement or proof uses this declaration.