Documentation

Mathlib.AlgebraicTopology.KanComplex

Kan complexes #

In this file we give the definition of Kan complexes. In Mathlib/AlgebraicTopology/Quasicategory.lean we show that every Kan complex is a quasicategory.

TODO #

A simplicial set S is a Kan complex if it satisfies the following horn-filling condition: for every n : ℕ and 0 ≤ i ≤ n, every map of simplicial sets σ₀ : Λ[n, i] → S can be extended to a map σ : Δ[n] → S.

Instances