Theorems · Inductive type · category theory
CategoryTheory.Lax.LaxTrans
{B : Type u₁} →
[inst : CategoryTheory.Bicategory B] →
{C : Type u₂} →
[inst_1 : CategoryTheory.Bicategory C] →
CategoryTheory.LaxFunctor B C → CategoryTheory.LaxFunctor B C → Type (max (max (max u₁ v₁) v₂) w₂)If η is a lax transformation between F and G, we have a 1-morphism
η.app a : F.obj a ⟶ G.obj a for each object a : B. We also have a 2-morphism
η.naturality f : app a ≫ G.map f ⟶ F.map f ≫ app b for each 1-morphism f : a ⟶ b.
These 2-morphisms satisfy the naturality condition, and preserve the identities and
the compositions modulo some adjustments of domains and codomains of 2-morphisms.
- Cited by
- 17 results in Mathlib
- Foundations
- Depth 2 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Bicategorystatement · cited by 1,587
- CategoryTheory.LaxFunctorstatement · cited by 201
Cited by32
Results whose statement or proof uses this declaration.
- CategoryTheory.Lax.LaxTrans.appstatement and proof · cited by 61
- CategoryTheory.Lax.LaxTrans.naturalitystatement and proof · cited by 26
- CategoryTheory.Lax.StrongTrans.toLaxstatement · cited by 8
- CategoryTheory.Lax.LaxTrans.idstatement · cited by 6
- CategoryTheory.Lax.LaxTrans.vCompstatement and proof · cited by 5
- CategoryTheory.Lax.LaxTrans.vCompAppstatement and proof · cited by 3
- CategoryTheory.Lax.LaxTrans.vCompNaturalitystatement and proof · cited by 3
- CategoryTheory.Lax.LaxTrans.naturality_compstatement and proof · cited by 2
- CategoryTheory.Lax.LaxTrans.naturality_idstatement and proof · cited by 2
- CategoryTheory.Lax.LaxTrans.naturality_naturalitystatement and proof · cited by 2
- CategoryTheory.Lax.LaxTrans.comp_appstatement and proof · cited by 1
- CategoryTheory.Lax.LaxTrans.comp_naturalitystatement and proof · cited by 1