Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SmallObject.SuccStruct.arrowSucc

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type w} →
      [inst_1 : LinearOrder J] →
        [SuccOrder J] → {j : J} → CategoryTheory.Functor (↑(Set.Iic j)) C → (i : J) → i < j → CategoryTheory.Arrow C

Given a functor F : Set.Iic j ⥤ C and i : J such that i < j, this is the arrow F.obj ⟨i, _⟩ ⟶ F.obj ⟨Order.succ i, _⟩.

Defined in
Mathlib.CategoryTheory.SmallObject.Iteration.Basic
Cited by
8 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext
Assumes
CategoryTheory.CategoryLinearOrderSuccOrder

Around this declaration

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

CategoryTheory.SmallObject.SuccStruct.Iteration.arrowSucc_eq · cited by 2Iteration.arrowSucc_eqCategoryTheory.SmallObject.SuccStruct.arrowSucc_def · cited by 1SuccStruct.arrowSucc_defCategoryTheory.SmallObject.SuccStruct.Iteration.ext · cited by 1Iteration.extCategoryTheory.SmallObject.SuccStruct.Iteration.mk.inj · cited by 1mk.injCategoryTheory.SmallObject.SuccStruct.Iteration.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.SmallObject.SuccStruct.Iteration.recOn · cited by 0Iteration.recOnCategoryTheory.SmallObject.SuccStruct.arrowSucc.congr_simp · cited by 0arrowSucc.congr_simpCategoryTheory.SmallObject.SuccStruct.Iteration.casesOn · cited by 0Iteration.casesOnCategoryTheory.SmallObject.SuccStruct.arrowSucc_extendToSucc · cited by 0SuccStruct.arrowSucc_exte…CategoryTheory.SmallObject.SuccStruct.Iteration.mk.injEq · cited by 0mk.injEqCategoryTheory.SmallObject.SuccStruct.Iteration.mk.sizeOf_spec · cited by 0mk.sizeOf_specCategoryTheory.SmallObject.SuccStruct.Iteration.noConfusion · cited by 0Iteration.noConfusionCategoryTheory.SmallObject.SuccStruct.Iteration.noConfusionType · cited by 0Iteration.noConfusionTypeSet · cited by 53352SetCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorLinearOrder · cited by 8572LinearOrderSet.Elem · cited by 7166Set.ElemSet.Iic · cited by 1111Set.IicCategoryTheory.Arrow · cited by 713CategoryTheory.ArrowOrder.succ · cited by 633Order.succSuccOrder · cited by 574SuccOrderCategoryTheory.SmallObject.SuccStruct.arrowMap · cited by 17SuccStruct.arrowMapSuccStruct.arrowSuccCITED BYCITES

Cites10

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.