Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SmallObject.iterationObjRightIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    (I : CategoryTheory.MorphismProperty C) →
      (κ : Cardinal.{w}) →
        [inst_1 : Fact κ.IsRegular] →
          [inst_2 : OrderBot κ.ord.ToType] →
            [inst_3 : I.IsCardinalForSmallObjectArgument κ] →
              (f : CategoryTheory.Arrow C) → f.right ≅ ((CategoryTheory.SmallObject.iteration I κ).obj f).right

For any f : Arrow C, the object ((iteration I κ).obj f).right identifies to f.right.

Defined in
Mathlib.CategoryTheory.SmallObject.IsCardinalForSmallObjectArgument
Cited by
1 results in Mathlib
Foundations
Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryFactOrderBotCategoryTheory.MorphismProperty.IsCardinalForSmallObjectArgument

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.

Cited by2

Results whose statement or proof uses this declaration.