Pure subobjects #
In this file, we define the notion of κ-pure morphisms (IsCardinalPure)
in a category C, where κ is a regular cardinal. This class contains
split monomorphisms and is stable under κ-filtered colimits.
When C is a κ-accessible category, we show that κ-pure
morphisms are monomorphisms.
References #
- [Adámek, J. and Rosický, J., Locally presentable and accessible categories][Adamek_Rosicky_1994]
Given a regular cardinal κ, we say that a morphism f : X ⟶ Y
is κ-pure if for any commutative square:
t
X' -----> Y'
| |
l| |r
v v
X -----> Y
f
where X' and Y' are κ-presentable, there exists a morphism
ρ : Y' ⟶ X such that t ≫ ρ = l.
- exists_of_commSq {X' Y' : C} {t : X' ⟶ Y'} {l : X' ⟶ X} {r : Y' ⟶ Y} [IsCardinalPresentable X' κ] [IsCardinalPresentable Y' κ] (sq : CommSq t l r f) : ∃ (ρ : Y' ⟶ X), CategoryStruct.comp t ρ = l
Instances
κ-pure morphisms, as a property of morphisms in a category C.
Equations
Instances For
In a κ-accessible category, κ-pure morphisms are monomorphisms.
(This is proposition 2.29 in [Adamek_Rosicky_1994].)
κ-pure morphisms are stable under κ-filtered colimits.
(This is proposition 2.30 (i) in [Adamek_Rosicky_1994].)