Theorems · Inductive type · category theory
CategoryTheory.LaxFunctor
(B : Type u₁) →
[CategoryTheory.Bicategory B] →
(C : Type u₂) → [CategoryTheory.Bicategory C] → Type (max (max (max (max (max u₁ u₂) v₁) v₂) w₁) w₂)A lax functor F between bicategories B and C consists of a function between objects
F.obj, a function between 1-morphisms F.map, and a function between 2-morphisms F.map₂.
Unlike functors between categories, F.map does not need to strictly commute with composition,
and does not need to strictly preserve the identity. Instead, there are specified 2-morphisms
𝟙 (F.obj a) ⟶ F.map (𝟙 a) and F.map f ≫ F.map g ⟶ F.map (f ≫ g).
F.map₂ strictly commutes with composition and preserves the identity. It also preserves the
associator, the left unitor, and the right unitor modulo some adjustments of domains and codomains
of 2-morphisms.
- Cited by
- 201 results in Mathlib
- Foundations
- Depth 1 from the axioms, rests on 2 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Bicategorystatement · cited by 1,587
Cited by337
Results whose statement or proof uses this declaration.
- CategoryTheory.LaxFunctor.toPrelaxFunctorstatement and proof · cited by 216
- CategoryTheory.LaxFunctor.mapCompstatement and proof · cited by 77
- CategoryTheory.Lax.LaxTrans.appstatement and proof · cited by 61
- CategoryTheory.LaxFunctor.mapIdstatement and proof · cited by 61
- CategoryTheory.Lax.OplaxTrans.appstatement and proof · cited by 44
- CategoryTheory.StrictlyUnitaryLaxFunctor.toLaxFunctorstatement · cited by 29
- CategoryTheory.Lax.LaxTrans.Modification.appstatement and proof · cited by 28
- CategoryTheory.Lax.OplaxTrans.Modification.appstatement and proof · cited by 28
- CategoryTheory.Lax.LaxTrans.naturalitystatement and proof · cited by 26
- CategoryTheory.Lax.LaxTrans.Hom.asstatement and proof · cited by 24
- CategoryTheory.Lax.OplaxTrans.Hom.asstatement and proof · cited by 24
- CategoryTheory.Lax.LaxTrans.homCategorystatement and proof · cited by 22
Showing the 200 most cited of 337.