Theorems · Theorem · category theory
CategoryTheory.StrictlyUnitaryLaxFunctor.ext_iff
∀ {B : Type u₁} {inst : CategoryTheory.Bicategory B} {C : Type u₂} {inst_1 : CategoryTheory.Bicategory C}
{x y : CategoryTheory.StrictlyUnitaryLaxFunctor B C},
x = y ↔
x.obj = y.obj ∧
@Prefunctor.map B inst.toQuiver C inst_1.toQuiver x.toPrefunctor ≍
@Prefunctor.map B inst.toQuiver C inst_1.toQuiver y.toPrefunctor ∧
@CategoryTheory.PrelaxFunctorStruct.map₂ B inst.toQuiver
(fun a b => (CategoryTheory.Bicategory.homCategory a b).toQuiver) C inst_1.toQuiver
(fun a b => (CategoryTheory.Bicategory.homCategory a b).toQuiver) x.toPrelaxFunctorStruct ≍
@CategoryTheory.PrelaxFunctorStruct.map₂ B inst.toQuiver
(fun a b => (CategoryTheory.Bicategory.homCategory a b).toQuiver) C inst_1.toQuiver
(fun a b => (CategoryTheory.Bicategory.homCategory a b).toQuiver) y.toPrelaxFunctorStruct ∧
x.mapId ≍ y.mapId ∧
@CategoryTheory.LaxFunctor.mapComp B inst C inst_1 x.toLaxFunctor ≍
@CategoryTheory.LaxFunctor.mapComp B inst C inst_1 y.toLaxFunctor- Cited by
- 0 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- 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.PrelaxFunctorStruct.map₂statement and proof · cited by 303
- CategoryTheory.LaxFunctor.toPrelaxFunctorstatement and proof · cited by 216
- CategoryTheory.LaxFunctor.mapCompstatement and proof · cited by 77
- CategoryTheory.LaxFunctor.mapIdstatement and proof · cited by 61
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.