Bifibrant objects #
In this file, we introduce the full subcategories CofibrantObject C,
FibrantObject C and BifibrantObject C of a model category C which
respectively consist of cofibrant objects, fibrant objects,
and bifibrant objects, where "bifibrant" means both cofibrant and fibrant.
The property that is satisfied by cofibrant objects.
(This is only introduced in order to consider the full subcategory
CofibrantObject. Otherwise, the typeclass IsCofibrant
is preferred.)
Instances For
The full subcategory of cofibrant objects.
Equations
Instances For
Constructor for CofibrantObject C.
Equations
- HomotopicalAlgebra.CofibrantObject.mk X = { obj := X, property := inst✝ }
Instances For
Constructor for morphisms in CofibrantObject C.
Instances For
The inclusion functor CofibrantObject C ⥤ C.
Instances For
The property that is satisfied by fibrant objects.
(This is only introduced in order to consider the full subcategory
FibrantObject. Otherwise, the typeclass IsFibrant
is preferred.)
Equations
Instances For
The full subcategory of fibrant objects.
Instances For
Constructor for FibrantObject C.
Equations
- HomotopicalAlgebra.FibrantObject.mk X = { obj := X, property := inst✝ }
Instances For
Constructor for morphisms in FibrantObject C.
Instances For
The inclusion functor FibrantObject C ⥤ C.
Instances For
The property that is satisfied by bifibrant objects, i.e. objects
that are both cofibrant and fibrant.
(This is only introduced in order to consider the full subcategory
BifibrantObject. Otherwise, the typeclasses IsCofibrant and
IsFibrant are preferred.)
Equations
Instances For
The full subcategory of bifibrant objects.
Equations
Instances For
Constructor for BifibrantObject C.
Equations
- HomotopicalAlgebra.BifibrantObject.mk X = { obj := X, property := ⋯ }
Instances For
Constructor for morphisms in BifibrantObject C.
Instances For
The inclusion functor BifibrantObject C ⥤ C.