Bicategories of lax functors #
Given bicategories B and C, we give bicategory structures on LaxFunctor B C whose
- objects are lax functors,
- 1-morphisms are lax or oplax natural transformations, and
- 2-morphisms are modifications.
Left whiskering of a lax natural transformation and a modification.
Equations
- CategoryTheory.Lax.LaxTrans.whiskerLeft η Γ = { as := { app := fun (a : B) => CategoryTheory.Bicategory.whiskerLeft (η.app a) (Γ.as.app a), naturality := ⋯ } }
Instances For
Right whiskering of a lax natural transformation and a modification.
Equations
- CategoryTheory.Lax.LaxTrans.whiskerRight Γ ι = { as := { app := fun (a : B) => CategoryTheory.Bicategory.whiskerRight (Γ.as.app a) (ι.app a), naturality := ⋯ } }
Instances For
Associator for the vertical composition of lax natural transformations.
Equations
- CategoryTheory.Lax.LaxTrans.associator η θ ι = CategoryTheory.Lax.LaxTrans.isoMk (fun (a : B) => CategoryTheory.Bicategory.associator (η.app a) (θ.app a) (ι.app a)) ⋯
Instances For
Left unitor for the vertical composition of lax natural transformations.
Equations
- CategoryTheory.Lax.LaxTrans.leftUnitor η = CategoryTheory.Lax.LaxTrans.isoMk (fun (a : B) => CategoryTheory.Bicategory.leftUnitor (η.app a)) ⋯
Instances For
Right unitor for the vertical composition of lax natural transformations.
Equations
- CategoryTheory.Lax.LaxTrans.rightUnitor η = CategoryTheory.Lax.LaxTrans.isoMk (fun (a : B) => CategoryTheory.Bicategory.rightUnitor (η.app a)) ⋯
Instances For
A bicategory structure on the lax functors between bicategories, with lax transformations.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Left whiskering of an oplax natural transformation and a modification.
Equations
- CategoryTheory.Lax.OplaxTrans.whiskerLeft η Γ = { as := { app := fun (a : B) => CategoryTheory.Bicategory.whiskerLeft (η.app a) (Γ.as.app a), naturality := ⋯ } }
Instances For
Right whiskering of an oplax natural transformation and a modification.
Equations
- CategoryTheory.Lax.OplaxTrans.whiskerRight Γ ι = { as := { app := fun (a : B) => CategoryTheory.Bicategory.whiskerRight (Γ.as.app a) (ι.app a), naturality := ⋯ } }
Instances For
Associator for the vertical composition of oplax natural transformations.
Equations
- CategoryTheory.Lax.OplaxTrans.associator η θ ι = CategoryTheory.Lax.OplaxTrans.isoMk (fun (a : B) => CategoryTheory.Bicategory.associator (η.app a) (θ.app a) (ι.app a)) ⋯
Instances For
Left unitor for the vertical composition of oplax natural transformations.
Equations
- CategoryTheory.Lax.OplaxTrans.leftUnitor η = CategoryTheory.Lax.OplaxTrans.isoMk (fun (a : B) => CategoryTheory.Bicategory.leftUnitor (η.app a)) ⋯
Instances For
Right unitor for the vertical composition of oplax natural transformations.
Equations
- CategoryTheory.Lax.OplaxTrans.rightUnitor η = CategoryTheory.Lax.OplaxTrans.isoMk (fun (a : B) => CategoryTheory.Bicategory.rightUnitor (η.app a)) ⋯
Instances For
A bicategory structure on the lax functors between bicategories, with oplax transformations.
Equations
- One or more equations did not get rendered due to their size.