Mathlib Map

Theorems · Inductive type · category theory

HomotopicalAlgebra.ReedyStructure

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    (W₁ W₂ : CategoryTheory.MorphismProperty C) →
      [W₁.IsMultiplicative] →
        [W₂.IsMultiplicative] →
          (α : Type u_2) →
            [inst : LinearOrder α] → [OrderBot α] → [SuccOrder α] → [WellFoundedLT α] → Type (max u_1 u_2)

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₂.

Defined in
Mathlib.AlgebraicTopology.Reedy.Basic
Cited by
30 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext
Assumes
CategoryTheory.CategoryCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.IsMultiplicativeLinearOrderOrderBotSuccOrderWellFoundedLT

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

HomotopicalAlgebra.ReedyStructure.deg · cited by 19ReedyStructure.degHomotopicalAlgebra.ReedyStructure.degHom · cited by 13ReedyStructure.degHomHomotopicalAlgebra.ReedyStructure.degHom_le · cited by 5ReedyStructure.degHom_leHomotopicalAlgebra.ReedyStructure.exists_fac · cited by 5ReedyStructure.exists_facHomotopicalAlgebra.ReedyStructure.degHom_eq · cited by 3ReedyStructure.degHom_eqHomotopicalAlgebra.ReedyStructure.subsingleton_mapFactorizationData · cited by 3ReedyStructure.subsinglet…HomotopicalAlgebra.ReedyStructure.degHom_id · cited by 2ReedyStructure.degHom_idHomotopicalAlgebra.ReedyStructure.lt₁ · cited by 2ReedyStructure.lt₁HomotopicalAlgebra.ReedyStructure.lt₂ · cited by 2ReedyStructure.lt₂HomotopicalAlgebra.ReedyStructure.mapFactorizationData · cited by 2ReedyStructure.mapFactori…HomotopicalAlgebra.ReedyStructure.op · cited by 2ReedyStructure.opHomotopicalAlgebra.ReedyStructure.prop₁_of_degHom_eq_deg_right · cited by 2ReedyStructure.prop₁_of_d…HomotopicalAlgebra.ReedyStructure.prop₁_of_iso · cited by 2ReedyStructure.prop₁_of_i…HomotopicalAlgebra.ReedyStructure.degHom_comp_le_right · cited by 1ReedyStructure.degHom_com…HomotopicalAlgebra.ReedyStructure.degHom_le_deg_left · cited by 1ReedyStructure.degHom_le_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryLinearOrder · cited by 8572LinearOrderCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…OrderBot · cited by 1055OrderBotSuccOrder · cited by 574SuccOrderWellFoundedLT · cited by 491WellFoundedLTCategoryTheory.MorphismProperty.IsMultiplicative · cited by 332MorphismProperty.IsMultip…HomotopicalAlgebra.ReedyStruc…CITED BYCITES

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by40

Results whose statement or proof uses this declaration.