Documentation

Mathlib.CategoryTheory.SmallObject.Iteration.FunctorOfCocone

The functor from Set.Iic j deduced from a cocone #

Given a functor F : Set.Iio j ⥤ C and c : Cocone F, we define an extension of F as a functor Set.Iic j ⥤ C for which the top element is mapped to c.pt.

Auxiliary definition for Functor.ofCocone.

Equations
Instances For

    Auxiliary definition for Functor.ofCocone.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem CategoryTheory.Functor.ofCocone.map_comp {C : Type u_1} [CategoryTheory.Category.{u_2, u_1} C] {J : Type u} [LinearOrder J] {j : J} {F : CategoryTheory.Functor (↑(Set.Iio j)) C} (c : CategoryTheory.Limits.Cocone F) (i₁ i₂ i₃ : J) (hi : i₁ i₂) (hi' : i₂ i₃) (hi₃ : i₃ j) :

      Given a functor F : Set.Iio j ⥤ C and a cocone c : Cocone F, where j : J and J is linearly ordered, this is the functor Set.Iic j ⥤ C which extends F and sends the top element to c.pt.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def CategoryTheory.Functor.ofCoconeObjIso {C : Type u_1} [CategoryTheory.Category.{u_2, u_1} C] {J : Type u} [LinearOrder J] {j : J} {F : CategoryTheory.Functor (↑(Set.Iio j)) C} (c : CategoryTheory.Limits.Cocone F) (i : J) (hi : i < j) :
        (CategoryTheory.Functor.ofCocone c).obj i, F.obj i, hi

        The isomorphism (ofCocone c).obj ⟨i, _⟩ ≅ F.obj ⟨i, _⟩ when i < j.

        Equations
        Instances For

          The isomorphism expressing that ofCocone c extends the functor F when c : Cocone F.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            If c is a colimit cocone, then so is coconeOfLE (ofCocone c) (Preorder.le_refl j).

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For