Theorems · Inductive type · category theory
CategoryTheory.Lax.StrongTrans
{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₂)A strong natural transformation between lax functors F and G is a natural transformation
that is "natural up to 2-isomorphisms".
More precisely, it consists of the following:
* a 1-morphism η.app a : F.obj a ⟶ G.obj a for each object a : B.
* a 2-isomorphism η.naturality f : app a ≫ G.map f ≅ F.map f ≫ app b for each 1-morphism
f : a ⟶ b.
* These 2-isomorphisms satisfy the naturality condition, and preserve the identities and the
compositions modulo some adjustments of domains and codomains of 2-morphisms.
- Cited by
- 16 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 by29
Results whose statement or proof uses this declaration.
- CategoryTheory.Lax.StrongTrans.appstatement and proof · cited by 15
- CategoryTheory.Lax.StrongTrans.naturalitystatement and proof · cited by 13
- CategoryTheory.Lax.StrongTrans.toLaxstatement and proof · cited by 8
- CategoryTheory.Lax.StrongTrans.idstatement · cited by 4
- CategoryTheory.Lax.StrongTrans.vCompstatement and proof · cited by 3
- CategoryTheory.Lax.StrongTrans.mk.injstatement · cited by 1
- CategoryTheory.Lax.StrongTrans.mk.noConfusionstatement · cited by 1
- CategoryTheory.Lax.StrongTrans.naturality_compstatement and proof · cited by 1
- CategoryTheory.Lax.StrongTrans.naturality_idstatement and proof · cited by 1
- CategoryTheory.Lax.StrongTrans.naturality_naturalitystatement and proof · cited by 1
- CategoryTheory.Lax.StrongTrans.toLax_appstatement and proof · cited by 0
- CategoryTheory.Lax.StrongTrans.toLax_naturalitystatement and proof · cited by 0