Mathlib Map

Theorems · Theorem · algebraic topology

SSet.unique_nonDegenerate_dim

∀ (X : SSet) {n : ℕ} (x : X.obj (Opposite.op { len := n })) {m₁ m₂ : ℕ} (f₁ : { len := n } ⟶ { len := m₁ })
  [CategoryTheory.Epi f₁] (y₁ : ↑(X.nonDegenerate m₁)),
  x = (CategoryTheory.ConcreteCategory.hom (X.map f₁.op)) ↑y₁ →
    ∀ (f₂ : { len := n } ⟶ { len := m₂ }) [CategoryTheory.Epi f₂] (y₂ : ↑(X.nonDegenerate m₂)),
      x = (CategoryTheory.ConcreteCategory.hom (X.map f₂.op)) ↑y₂ → m₁ = m₂
Defined in
Mathlib.AlgebraicTopology.SimplicialSet.Degenerate
Cited by
0 results in Mathlib
Foundations
Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.EpiCategoryTheory.Epi

Around this declaration

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

Cites18

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.