Documentation

InfinityCosmos.ForMathlib.CategoryTheory.Bicategory.Strict.Closed

def CategoryTheory.Bicategory.HomWhiskerLeft (C : Type u) [Bicategory C] (X : C) {Y Y' : C} (g : Y Y') :
Functor (X Y) (X Y')

The morphism (X ⟶ Y) ⥤ (X ⟶ Y') induced by a morphism Y ⟶ Y'.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[simp]
    theorem CategoryTheory.Bicategory.HomWhiskerLeft_map (C : Type u) [Bicategory C] (X : C) {Y Y' : C} (g : Y Y') {X✝ Y✝ : X Y} (φ : X✝ Y✝) :
    @[simp]
    theorem CategoryTheory.Bicategory.HomWhiskerLeft_obj (C : Type u) [Bicategory C] (X : C) {Y Y' : C} (g : Y Y') (f : X Y) :
    def CategoryTheory.Bicategory.HomWhiskerRight (C : Type u) [Bicategory C] {X X' : C} (Y : C) (f : X X') :
    Functor (X' Y) (X Y)
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[simp]
      theorem CategoryTheory.Bicategory.HomWhiskerRight_map (C : Type u) [Bicategory C] {X X' : C} (Y : C) (f : X X') {X✝ Y✝ : X' Y} (φ : X✝ Y✝) :
      @[simp]
      theorem CategoryTheory.Bicategory.HomWhiskerRight_obj (C : Type u) [Bicategory C] {X X' : C} (Y : C) (f : X X') (g : X' Y) :
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Instances
          Instances