Theorems · Definition · category theory
CategoryTheory.SmallObject.SuccStruct.Iteration.mk.noConfusion
{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} →
{P : Sort u_1} →
{F : CategoryTheory.Functor (↑(Set.Iic j)) C} →
{obj_bot : F.obj ⟨⊥, ⋯⟩ = Φ.X₀} →
{arrowSucc_eq :
∀ (i : J) (hi : i < j),
CategoryTheory.SmallObject.SuccStruct.arrowSucc F i hi = Φ.toSuccArrow (F.obj ⟨i, ⋯⟩)} →
{arrowMap_limit :
∀ (i : J) (hi : Order.IsSuccLimit i) (hij : i ≤ j) (k : J) (hk : k < i),
CategoryTheory.SmallObject.SuccStruct.arrowMap F k i ⋯ hij =
CategoryTheory.SmallObject.SuccStruct.arrowι
(CategoryTheory.SmallObject.restrictionLT F hij) hi k hk} →
{F' : CategoryTheory.Functor (↑(Set.Iic j)) C} →
{obj_bot' : F'.obj ⟨⊥, ⋯⟩ = Φ.X₀} →
{arrowSucc_eq' :
∀ (i : J) (hi : i < j),
CategoryTheory.SmallObject.SuccStruct.arrowSucc F' i hi =
Φ.toSuccArrow (F'.obj ⟨i, ⋯⟩)} →
{arrowMap_limit' :
∀ (i : J) (hi : Order.IsSuccLimit i) (hij : i ≤ j) (k : J) (hk : k < i),
CategoryTheory.SmallObject.SuccStruct.arrowMap F' k i ⋯ hij =
CategoryTheory.SmallObject.SuccStruct.arrowι
(CategoryTheory.SmallObject.restrictionLT F' hij) hi k hk} →
{ F := F, obj_bot := obj_bot, arrowSucc_eq := arrowSucc_eq,
arrowMap_limit := arrowMap_limit } =
{ F := F', obj_bot := obj_bot', arrowSucc_eq := arrowSucc_eq',
arrowMap_limit := arrowMap_limit' } →
(F ≍ F' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 30 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
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- LinearOrderstatement and proof · cited by 8,572
- Set.Elemstatement and proof · cited by 7,166
- Bot.botstatement and proof · cited by 4,720
- LT.lt.lestatement and proof · cited by 2,189
- Set.Iicstatement and proof · cited by 1,111
- OrderBotstatement and proof · cited by 1,055
- CategoryTheory.Arrowstatement · cited by 713
- SuccOrderstatement and proof · cited by 574
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.SmallObject.SuccStruct.Iteration.mk.injproof · cited by 1