Reedy categories #
In this file, we introduce the definition of a Reedy structure
on a category C equipped with two classes of morphisms
W₁ and W₂ (these are sometimes denoted C₋ and C₊ in
the literature).
TODO #
- Construct the Reedy model category structure on the category of
functors
C ⥤ DwhenCis a Reedy category andDa model category https://github.com/leanprover-community/project-intentions/issues/5
References #
A Reedy structure on a category C equipped with two multiplicative
classes of morphisms W₁ and W₂ consists of the data of a degree
map for objects deg : C → α, where α is a well ordered type. The first
two axioms lt₁ and lt₂ express the behaviour of the degree with
respect to morphisms in W₁ (resp. W₂) that are not identities, and
the last axiom says that any morphism can be factored in a unique way
as a morphism in W₁ followed by a morphism in W₂.
- deg : C → α
the degree of an object
Instances For
The opposite of a Reedy structure.
Instances For
The Reedy factorization of a morphism f : X ⟶ Y as a morphism in W₁
followed by a morphism in W₂.
Equations
Instances For
The degree of a morphisms for a Reedy structure. It is defined as the degree of
the intermediate object in the Reedy factorization, but it is also the smallest
degree of an intermediate object in a factorization, see the lemma degHom_le.
Equations
- r.degHom f = r.deg (r.mapFactorizationData f).Z