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₂⟩.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functor.mapproof · cited by 8,698
- LinearOrderstatement and proof · cited by 8,572
- Set.Elemstatement · cited by 7,166
- Set.Iicstatement · cited by 1,111
- OrderBotstatement and proof · cited by 1,055
- CategoryTheory.eqToHomproof · cited by 860
- SuccOrderstatement and proof · cited by 574
Cited by9
Results whose statement or proof uses this declaration.
- CategoryTheory.SmallObject.SuccStruct.iterationFunctorproof · cited by 12
- CategoryTheory.SmallObject.SuccStruct.Iteration.arrow_mk_mapObjstatement · cited by 1
- CategoryTheory.SmallObject.SuccStruct.Iteration.mapObj_transstatement · cited by 1
- CategoryTheory.SmallObject.SuccStruct.Iteration.mkOfLimit.arrowMap_functorstatement · cited by 0
- CategoryTheory.SmallObject.SuccStruct.Iteration.mkOfLimit.inductiveSystem_mapstatement · cited by 0
- CategoryTheory.SmallObject.SuccStruct.Iteration.mapObj.congr_simpstatement and proof · cited by 0
- CategoryTheory.SmallObject.SuccStruct.Iteration.mapObj_reflstatement · cited by 0
- CategoryTheory.SmallObject.SuccStruct.Iteration.mapObj_trans_assocstatement and proof · cited by 0