The factorization lemma by K. S. Brown #
In a model category, any morphism f : X ⟶ Y
between
cofibrant objects can be factored as i ≫ p
with i
a cofibration and p
a trivial fibration
which has a section s
that is a cofibration.
In order to state this, we introduce a structure
CofibrantBrownFactorization f
with the data
of such morphisms i
, p
and s
with the expected
properties, and show it is nonempty.
Moreover, if f
is a weak equivalence, then all the
morphisms i
, p
and s
are weak equivalences.
(We also obtain the dual results about morphisms
between fibrant objects.)
References #
Given a morphism f : X ⟶ Y
in a model category,
this structure contains the data of a factorization i ≫ p = f
with i
a cofibration, p
a trivial fibration which
has a section s
that is a cofibration.
That this structure is nonempty when X
and Y
are cofibrant is Ken Brown's factorization lemma.
- Z : C
- hi : HomotopicalAlgebra.cofibrations C self.i
- hp : HomotopicalAlgebra.trivialFibrations C self.p
a cofibration that is a section of
p
- cofibration_s : Cofibration self.s
Instances For
The term in CofibrantBrownFactorization f
that is deduced from
a factorization of coprod.desc f (𝟙 Y) : X ⨿ Y ⟶ Y
as a cofibration followed by a trivial fibration.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a morphism f : X ⟶ Y
in a model category,
this structure contains the data of a factorization i ≫ p = f
with p
a fibration, i
a trivial cofibration which
has a retraction r
that is a fibration.
That this structure is nonempty when X
and Y
are fibrant is Ken Brown's factorization lemma.
- Z : C
- hi : HomotopicalAlgebra.trivialCofibrations C self.i
- hp : HomotopicalAlgebra.fibrations C self.p
a fibration that is a retraction of
i
Instances For
The term in CofibrantBrownFactorization f
that is deduced from
a factorization of prod.lift f (𝟙 X) : X ⟶ Y ⨯ X
as a cofibration followed by a trivial fibration.
Equations
- One or more equations did not get rendered due to their size.