Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.WellOrderInductionData.succ

{J : Type u} →
  [inst : LinearOrder J] →
    [inst_1 : SuccOrder J] →
      {F : CategoryTheory.Functor Jᵒᵖ (Type v)} →
        F.WellOrderInductionData → (j : J) → ¬IsMax j → F.obj (Opposite.op j) → F.obj (Opposite.op (Order.succ j))

A section F.obj (op j) → F.obj (op (Order.succ j)) to the restriction F.obj (op (Order.succ j)) → F.obj (op j) when j is not maximal.

Defined in
Mathlib.CategoryTheory.SmallObject.WellOrderInductionData
Cited by
7 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext
Assumes
LinearOrderSuccOrder

Around this declaration

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

CategoryTheory.Functor.WellOrderInductionData.Extension.mk.inj · cited by 1mk.injCategoryTheory.Functor.WellOrderInductionData.Extension.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Functor.WellOrderInductionData.Extension.casesOn · cited by 1Extension.casesOnCategoryTheory.Functor.WellOrderInductionData.succ.congr_simp · cited by 0succ.congr_simpCategoryTheory.Functor.WellOrderInductionData.Extension.mk.injEq · cited by 0mk.injEqCategoryTheory.Functor.WellOrderInductionData.Extension.mk.sizeOf_spec · cited by 0mk.sizeOf_specCategoryTheory.Functor.WellOrderInductionData.Extension.map_succ · cited by 0Extension.map_succCategoryTheory.Functor.WellOrderInductionData.Extension.noConfusion · cited by 0Extension.noConfusionCategoryTheory.Functor.WellOrderInductionData.Extension.noConfusionType · cited by 0Extension.noConfusionTypeCategoryTheory.Functor.WellOrderInductionData.Extension.recOn · cited by 0Extension.recOnCategoryTheory.Functor.WellOrderInductionData.Extension.succ · cited by 0Extension.succCategoryTheory.Functor.WellOrderInductionData.Extension.val_injective · cited by 0Extension.val_injectiveCategoryTheory.Functor.WellOrderInductionData.map_succ · cited by 0WellOrderInductionData.ma…CategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorLinearOrder · cited by 8572LinearOrderOpposite · cited by 8081OppositeOrder.succ · cited by 633Order.succSuccOrder · cited by 574SuccOrderIsMax · cited by 372IsMaxCategoryTheory.Functor.WellOrderInductionData · cited by 20Functor.WellOrderInductio…WellOrderInductionData.succCITED BYCITES

Cites8

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.