Theorems · Theorem · category theory
CategoryTheory.Lax.StrongTrans.mk.inj
∀ {B : Type u₁} {inst : CategoryTheory.Bicategory B} {C : Type u₂} {inst_1 : CategoryTheory.Bicategory C}
{F G : CategoryTheory.LaxFunctor B C} {app : (a : B) → F.obj a ⟶ G.obj a}
{naturality :
{a b : B} →
(f : a ⟶ b) →
CategoryTheory.CategoryStruct.comp (app a) (G.map f) ≅ CategoryTheory.CategoryStruct.comp (F.map f) (app b)}
{naturality_naturality :
autoParam
(∀ {a b : B} {f g : a ⟶ b} (η : f ⟶ g),
CategoryTheory.CategoryStruct.comp (naturality f).hom
(CategoryTheory.Bicategory.whiskerRight (F.map₂ η) (app b)) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft (app a) (G.map₂ η))
(naturality g).hom)
CategoryTheory.Lax.StrongTrans.naturality_naturality._autoParam}
{naturality_id :
autoParam
(∀ (a : B),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft (app a) (G.mapId a))
(naturality (CategoryTheory.CategoryStruct.id a)).hom =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.rightUnitor (app a)).hom
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.leftUnitor (app a)).inv
(CategoryTheory.Bicategory.whiskerRight (F.mapId a) (app a))))
CategoryTheory.Lax.StrongTrans.naturality_id._autoParam}
{naturality_comp :
autoParam
(∀ {a b c : B} (f : a ⟶ b) (g : b ⟶ c),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft (app a) (G.mapComp f g))
(naturality (CategoryTheory.CategoryStruct.comp f g)).hom =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.associator (app a) (G.map f) (G.map g)).inv
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerRight (naturality f).hom (G.map g))
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.associator (F.map f) (app b) (G.map g)).hom
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft (F.map f) (naturality g).hom)
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.associator (F.map f) (F.map g) (app c)).inv
(CategoryTheory.Bicategory.whiskerRight (F.mapComp f g) (app c)))))))
CategoryTheory.Lax.StrongTrans.naturality_comp._autoParam}
{app_1 : (a : B) → F.obj a ⟶ G.obj a}
{naturality_1 :
{a b : B} →
(f : a ⟶ b) →
CategoryTheory.CategoryStruct.comp (app_1 a) (G.map f) ≅ CategoryTheory.CategoryStruct.comp (F.map f) (app_1 b)}
{naturality_naturality_1 :
autoParam
(∀ {a b : B} {f g : a ⟶ b} (η : f ⟶ g),
CategoryTheory.CategoryStruct.comp (naturality_1 f).hom
(CategoryTheory.Bicategory.whiskerRight (F.map₂ η) (app_1 b)) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft (app_1 a) (G.map₂ η))
(naturality_1 g).hom)
CategoryTheory.Lax.StrongTrans.naturality_naturality._autoParam}
{naturality_id_1 :
autoParam
(∀ (a : B),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft (app_1 a) (G.mapId a))
(naturality_1 (CategoryTheory.CategoryStruct.id a)).hom =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.rightUnitor (app_1 a)).hom
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.leftUnitor (app_1 a)).inv
(CategoryTheory.Bicategory.whiskerRight (F.mapId a) (app_1 a))))
CategoryTheory.Lax.StrongTrans.naturality_id._autoParam}
{naturality_comp_1 :
autoParam
(∀ {a b c : B} (f : a ⟶ b) (g : b ⟶ c),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft (app_1 a) (G.mapComp f g))
(naturality_1 (CategoryTheory.CategoryStruct.comp f g)).hom =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.associator (app_1 a) (G.map f) (G.map g)).inv
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerRight (naturality_1 f).hom (G.map g))
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.associator (F.map f) (app_1 b) (G.map g)).hom
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerLeft (F.map f) (naturality_1 g).hom)
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.associator (F.map f) (F.map g) (app_1 c)).inv
(CategoryTheory.Bicategory.whiskerRight (F.mapComp f g) (app_1 c)))))))
CategoryTheory.Lax.StrongTrans.naturality_comp._autoParam},
{ app := app, naturality := naturality, naturality_naturality := naturality_naturality,
naturality_id := naturality_id, naturality_comp := naturality_comp } =
{ app := app_1, naturality := naturality_1, naturality_naturality := naturality_naturality_1,
naturality_id := naturality_id_1, naturality_comp := naturality_comp_1 } →
app = app_1 ∧ naturality ≍ naturality_1- Cited by
- 1 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- Prefunctor.objstatement and proof · cited by 1,241
- CategoryTheory.PrelaxFunctor.toPrelaxFunctorStructstatement and proof · cited by 1,154
- CategoryTheory.PrelaxFunctorStruct.toPrefunctorstatement and proof · cited by 1,142
- Prefunctor.mapstatement and proof · cited by 952
- CategoryTheory.Bicategory.whiskerRightstatement and proof · cited by 531
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Lax.StrongTrans.mk.injEqproof · cited by 0