Theorems · Inductive type · category theory
CategoryTheory.Oplax.StrongTrans
{B : Type u₁} →
[inst : CategoryTheory.Bicategory B] →
{C : Type u₂} →
[inst_1 : CategoryTheory.Bicategory C] →
CategoryTheory.OplaxFunctor B C → CategoryTheory.OplaxFunctor B C → Type (max (max (max u₁ v₁) v₂) w₂)A strong natural transformation between oplax 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 : F.map f ≫ app b ≅ app a ≫ G.map f 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
- 37 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.OplaxFunctorstatement · cited by 253
Cited by52
Results whose statement or proof uses this declaration.
- CategoryTheory.Oplax.StrongTrans.appstatement and proof · cited by 60
- CategoryTheory.Oplax.StrongTrans.naturalitystatement and proof · cited by 46
- CategoryTheory.Oplax.StrongTrans.toOplaxstatement and proof · cited by 21
- CategoryTheory.Pseudofunctor.StrongTrans.toOplaxstatement · cited by 16
- CategoryTheory.Oplax.StrongTrans.idstatement · cited by 5
- CategoryTheory.Oplax.StrongTrans.vcompstatement and proof · cited by 5
- CategoryTheory.Oplax.StrongTrans.whiskerLeft_naturality_compstatement and proof · cited by 3
- CategoryTheory.Oplax.StrongTrans.whiskerLeft_naturality_idstatement and proof · cited by 3
- CategoryTheory.Oplax.StrongTrans.whiskerLeft_naturality_naturalitystatement and proof · cited by 3
- CategoryTheory.Oplax.StrongTrans.whiskerRight_naturality_compstatement and proof · cited by 3
- CategoryTheory.Oplax.StrongTrans.whiskerRight_naturality_idstatement and proof · cited by 3
- CategoryTheory.Oplax.StrongTrans.whiskerRight_naturality_naturalitystatement and proof · cited by 3