Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SmallObject.SuccStruct.Iteration.mapObj

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type w} →
      {Φ : CategoryTheory.SmallObject.SuccStruct C} →
        [inst_1 : LinearOrder J] →
          [inst_2 : SuccOrder J] →
            [inst_3 : OrderBot J] →
              [inst_4 : CategoryTheory.Limits.HasIterationOfShape J C] →
                [inst_5 : WellFoundedLT J] →
                  {j₁ j₂ : J} →
                    (iter₁ : Φ.Iteration j₁) →
                      (iter₂ : Φ.Iteration j₂) →
                        {k₁ k₂ : J} →
                          k₁ ≤ k₂ →
                            (h₁ : k₁ ≤ j₁) → (h₂ : k₂ ≤ j₂) → j₁ ≤ j₂ → (iter₁.F.obj ⟨k₁, h₁⟩ ⟶ iter₂.F.obj ⟨k₂, h₂⟩)

Given iter₁ : Φ.Iteration j₁ and iter₂ : Φ.Iteration j₂, with j₁ ≤ j₂, if k₁ ≤ k₂ are elements such that k₁ ≤ j₁ and k₂ ≤ k₂, then this is the canonical map iter₁.F.obj ⟨k₁, h₁⟩ ⟶ iter₂.F.obj ⟨k₂, h₂⟩.

Defined in
Mathlib.CategoryTheory.SmallObject.Iteration.Basic
Cited by
7 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryLinearOrderSuccOrderOrderBotCategoryTheory.Limits.HasIterationOfShapeWellFoundedLT

Around this declaration

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

CategoryTheory.SmallObject.SuccStruct.iterationFunctor · cited by 12SuccStruct.iterationFunct…CategoryTheory.SmallObject.SuccStruct.Iteration.mkOfLimit.inductiveSystem · cited by 5mkOfLimit.inductiveSystemCategoryTheory.SmallObject.SuccStruct.Iteration.arrow_mk_mapObj · cited by 1Iteration.arrow_mk_mapObjCategoryTheory.SmallObject.SuccStruct.Iteration.mapObj_trans · cited by 1Iteration.mapObj_transCategoryTheory.SmallObject.SuccStruct.Iteration.mkOfLimit.arrowMap_functor · cited by 0mkOfLimit.arrowMap_functorCategoryTheory.SmallObject.SuccStruct.Iteration.mkOfLimit.inductiveSystem_map · cited by 0mkOfLimit.inductiveSystem…CategoryTheory.SmallObject.SuccStruct.Iteration.mapObj.congr_simp · cited by 0mapObj.congr_simpCategoryTheory.SmallObject.SuccStruct.Iteration.mapObj_refl · cited by 0Iteration.mapObj_reflCategoryTheory.SmallObject.SuccStruct.Iteration.mapObj_trans_assoc · cited by 0Iteration.mapObj_trans_as…Set · cited by 53352SetCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapLinearOrder · cited by 8572LinearOrderSet.Elem · cited by 7166Set.ElemSet.Iic · cited by 1111Set.IicOrderBot · cited by 1055OrderBotCategoryTheory.eqToHom · cited by 860CategoryTheory.eqToHomSuccOrder · cited by 574SuccOrderCategoryTheory.homOfLE · cited by 554CategoryTheory.homOfLEWellFoundedLT · cited by 491WellFoundedLTCategoryTheory.Limits.HasIterationOfShape · cited by 58Limits.HasIterationOfShapeIteration.mapObjCITED BYCITES

Cites18

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

Cited by9

Results whose statement or proof uses this declaration.