Kan complexes #
In this file, the abbreviation KanComplex is introduced for
fibrant objects in the category SSet which is equipped with
Kan fibrations.
In Mathlib/AlgebraicTopology/Quasicategory/Basic.lean
we show that every Kan complex is a quasicategory.
TODO #
- Show that the singular simplicial set of a topological space is a Kan complex.
A simplicial set S is a Kan complex if it is fibrant, which means that
the projection S ⟶ ⊤_ _ has the right lifting property with respect to horn inclusions.
Equations
Instances For
A Kan complex S satisfies the following horn-filling condition:
for every nonzero n : ℕ and 0 ≤ i ≤ n,
every map of simplicial sets σ₀ : Λ[n, i] → S can be extended to a map σ : Δ[n] → S.
If X is a Kan complex and f : ∀ (j : Fin (n + 2)) (_ : j ≠ i), Δ[n] ⟶ X
is a compatible family of morphisms (which defines a morphism Λ[n + 1, i] ⟶ X),
then this is a lifting Δ[n + 1] ⟶ X.
Equations
- hf.liftOfKanComplex = ⋯.choose
Instances For
A simplicial set X is a Kan complex iff for any n : ℕ, i : Fin (n + 2),
and any family of morphisms Δ[n] ⟶ Z for all j ≠ i that is compatible
(in the sense that it extends to a morphism Λ[n + 1, i] ⟶ X), there
exists a morphism Δ[n + 1] ⟶ Z which induces the given family of morphisms
on the faces j ≠ i.