Documentation

Mathlib.AlgebraicTopology.ModelCategory.IsCofibrant

Fibrant and cofibrant objects in a model category #

Once a category C has been endowed with a CategoryWithCofibrations C instance, it is possible to define the property IsCofibrant X for any X : C as an abbreviation for Cofibration (initial.to X : ⊥_ C ⟶ X). (Fibrant objects are defined similarly.)

@[reducible, inline]

An object X is cofibrant if ⊥_ C ⟶ X is a cofibration.

Equations
Instances For
    @[reducible, inline]

    An object X is fibrant if X ⟶ ⊤_ C is a fibration.

    Equations
    Instances For