Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SmallObject.SuccStruct.extendToSucc

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    {J : Type u} →
      [inst_1 : LinearOrder J] →
        [inst_2 : SuccOrder J] →
          {j : J} →
            ¬IsMax j →
              (F : CategoryTheory.Functor (↑(Set.Iic j)) C) →
                {X : C} → (F.obj ⟨j, ⋯⟩ ⟶ X) → CategoryTheory.Functor (↑(Set.Iic (Order.succ j))) C

The extension to Set.Iic (Order.succ j) ⥤ C of a functor F : Set.Iic j ⥤ C, when we specify a morphism F.obj ⟨j, _⟩ ⟶ X.

Defined in
Mathlib.CategoryTheory.SmallObject.Iteration.ExtendToSucc
Cited by
10 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryLinearOrderSuccOrder

Around this declaration

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

CategoryTheory.SmallObject.SuccStruct.extendToSuccObjIso · cited by 6SuccStruct.extendToSuccOb…CategoryTheory.SmallObject.SuccStruct.extendToSuccRestrictionLEIso · cited by 2SuccStruct.extendToSuccRe…CategoryTheory.SmallObject.SuccStruct.extendToSuccObjIso_hom_naturality · cited by 1SuccStruct.extendToSuccOb…CategoryTheory.SmallObject.SuccStruct.extendToSuccObjIso_hom_naturality_assoc · cited by 1SuccStruct.extendToSuccOb…CategoryTheory.SmallObject.SuccStruct.extendToSuccObjSuccIso · cited by 1SuccStruct.extendToSuccOb…CategoryTheory.SmallObject.SuccStruct.extendToSucc_map · cited by 1SuccStruct.extendToSucc_m…CategoryTheory.SmallObject.SuccStruct.extendToSucc_map_le_succ · cited by 1SuccStruct.extendToSucc_m…CategoryTheory.SmallObject.SuccStruct.arrowSucc_extendToSucc · cited by 0SuccStruct.arrowSucc_exte…CategoryTheory.SmallObject.SuccStruct.extendToSuccRestrictionLEIso_hom_app · cited by 0SuccStruct.extendToSuccRe…CategoryTheory.SmallObject.SuccStruct.extendToSuccRestrictionLEIso_inv_app · cited by 0SuccStruct.extendToSuccRe…CategoryTheory.SmallObject.SuccStruct.extendToSucc_obj_eq · cited by 0SuccStruct.extendToSucc_o…CategoryTheory.SmallObject.SuccStruct.extendToSucc_obj_succ_eq · cited by 0SuccStruct.extendToSucc_o…CategoryTheory.SmallObject.SuccStruct.Iteration.mkOfSucc · cited by 0Iteration.mkOfSuccCategoryTheory.SmallObject.SuccStruct.arrowMap_extendToSucc · cited by 0SuccStruct.arrowMap_exten…Set · cited by 53352SetCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorLinearOrder · cited by 8572LinearOrderSet.Elem · cited by 7166Set.ElemSet.Iic · cited by 1111Set.IicOrder.succ · cited by 633Order.succSuccOrder · cited by 574SuccOrderIsMax · cited by 372IsMaxCategoryTheory.SmallObject.SuccStruct.extendToSucc.obj · cited by 7extendToSucc.objCategoryTheory.SmallObject.SuccStruct.extendToSucc.map · cited by 4extendToSucc.mapSuccStruct.extendToSuccCITED BYCITES

Cites13

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

Cited by14

Results whose statement or proof uses this declaration.