Documentation

Mathlib.AlgebraicTopology.Quasicategory.InnerFibration

Inner fibrations #

Inner fibrations of simplicial sets are the morphisms in SSet which have the right lifting property with respect to all inner horn inclusions.

Basic consequences of inner fibrations with respect to the definition of quasi-categories are formalized.

The family of morphisms in SSet which consists of inner horn inclusions Λ[n, i].ι : Λ[n, i] ⟶ Δ[n] (for 0 < i < n).

Instances For
    theorem SSet.horn_ι_mem_innerHornInclusions {n : } {i : Fin (n + 1)} (h0 : 0 < i) (hn : i < Fin.last n) :

    The inner fibrations are the morphisms which have the right lifting property with respect to inner horn inclusions.

    Equations
    Instances For
      class SSet.InnerFibration {X Y : SSet} (q : X Y) :

      A morphism q satisfies [InnerFibration q] if it belongs to innerFibrations.

      Instances