Theorems · Theorem · category theory
CategoryTheory.SmallObject.SuccStruct.Iteration.mapObj_trans
∀ {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₃ : J}
(iter₁ : Φ.Iteration j₁) (iter₂ : Φ.Iteration j₂) (iter₃ : Φ.Iteration j₃) {k₁ k₂ k₃ : J} (h₁₂ : k₁ ≤ k₂)
(h₂₃ : k₂ ≤ k₃) (h₁ : k₁ ≤ j₁) (h₂ : k₂ ≤ j₂) (h₃ : k₃ ≤ j₃) (h₁₂' : j₁ ≤ j₂) (h₂₃' : j₂ ≤ j₃),
CategoryTheory.CategoryStruct.comp (iter₁.mapObj iter₂ h₁₂ h₁ h₂ h₁₂') (iter₂.mapObj iter₃ h₂₃ h₂ h₃ h₂₃') =
iter₁.mapObj iter₃ ⋯ h₁ h₃ ⋯- Cited by
- 1 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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.compstatement and proof · cited by 17,999
- CategoryTheory.Functor.mapproof · cited by 8,698
- LinearOrderstatement and proof · cited by 8,572
- Set.Elemstatement · cited by 7,166
- CategoryTheory.Category.assocproof · cited by 6,433
- LE.le.transstatement and proof · cited by 3,151
- CategoryTheory.Category.id_compproof · cited by 1,998
- Set.Iicstatement · cited by 1,111
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.SmallObject.SuccStruct.Iteration.mapObj_trans_assocproof · cited by 0