Mathlib Map

Theorems · Definition · category theory

HomotopicalAlgebra.ReedyStructure.degHom

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    {W₁ W₂ : CategoryTheory.MorphismProperty C} →
      [inst_1 : W₁.IsMultiplicative] →
        [inst_2 : W₂.IsMultiplicative] →
          {α : Type u_2} →
            [inst_3 : LinearOrder α] →
              [inst_4 : OrderBot α] →
                [inst_5 : SuccOrder α] →
                  [inst_6 : WellFoundedLT α] → HomotopicalAlgebra.ReedyStructure W₁ W₂ α → {X Y : C} → (X ⟶ Y) → α

The degree of a morphism 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.

Defined in
Mathlib.AlgebraicTopology.Reedy.Basic
Cited by
13 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.IsMultiplicativeLinearOrderOrderBotSuccOrderWellFoundedLT

Around this declaration

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

HomotopicalAlgebra.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.degHom_id · cited by 2ReedyStructure.degHom_idHomotopicalAlgebra.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_…HomotopicalAlgebra.ReedyStructure.degHom_le_deg_right · cited by 1ReedyStructure.degHom_le_…HomotopicalAlgebra.ReedyStructure.prop₂_of_degHom_eq_deg_left · cited by 1ReedyStructure.prop₂_of_d…HomotopicalAlgebra.ReedyStructure.degHom_comp_le_left · cited by 0ReedyStructure.degHom_com…HomotopicalAlgebra.ReedyStructure.degHom_lt_or_of_degHom_comp_lt · cited by 0ReedyStructure.degHom_lt_…HomotopicalAlgebra.ReedyStructure.deg_eq_of_iso · cited by 0ReedyStructure.deg_eq_of_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomLinearOrder · cited by 8572LinearOrderCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…OrderBot · cited by 1055OrderBotSuccOrder · cited by 574SuccOrderWellFoundedLT · cited by 491WellFoundedLTCategoryTheory.MorphismProperty.IsMultiplicative · cited by 332MorphismProperty.IsMultip…CategoryTheory.MorphismProperty.MapFactorizationData.Z · cited by 63MapFactorizationData.ZHomotopicalAlgebra.ReedyStructure · cited by 30HomotopicalAlgebra.ReedyS…HomotopicalAlgebra.ReedyStructure.deg · cited by 19ReedyStructure.degHomotopicalAlgebra.ReedyStructure.mapFactorizationData · cited by 2ReedyStructure.mapFactori…ReedyStructure.degHomCITED BYCITES

Cites12

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

Cited by13

Results whose statement or proof uses this declaration.