Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.nerve.nonempty_compStruct_iff

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {x₀ x₁ x₂ : C} (f₀₁ : x₀ ⟶ x₁) (f₁₂ : x₁ ⟶ x₂) (f₀₂ : x₀ ⟶ x₂),
  Nonempty
      ((CategoryTheory.nerve.edgeMk f₀₁).CompStruct (CategoryTheory.nerve.edgeMk f₁₂)
        (CategoryTheory.nerve.edgeMk f₀₂)) ↔
    CategoryTheory.CategoryStruct.comp f₀₁ f₁₂ = f₀₂
Defined in
Mathlib.AlgebraicTopology.SimplicialSet.Nerve
Cited by
1 results in Mathlib
Foundations
Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

Cites39

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

Cited by1

Results whose statement or proof uses this declaration.