Theorems · Definition · category theory
CategoryTheory.StrictPseudofunctor.mk.noConfusion
{B : Type u₁} →
{inst : CategoryTheory.Bicategory B} →
{C : Type u₂} →
{inst_1 : CategoryTheory.Bicategory C} →
{P : Sort u} →
{toStrictlyUnitaryPseudofunctor : CategoryTheory.StrictlyUnitaryPseudofunctor B C} →
{map_comp :
autoParam
(∀ {a b c : B} (f : a ⟶ b) (g : b ⟶ c),
toStrictlyUnitaryPseudofunctor.map (CategoryTheory.CategoryStruct.comp f g) =
CategoryTheory.CategoryStruct.comp (toStrictlyUnitaryPseudofunctor.map f)
(toStrictlyUnitaryPseudofunctor.map g))
CategoryTheory.StrictPseudofunctor.map_comp._autoParam} →
{mapComp_eq_eqToIso :
autoParam
(∀ {a b c : B} (f : a ⟶ b) (g : b ⟶ c),
toStrictlyUnitaryPseudofunctor.mapComp f g = CategoryTheory.eqToIso ⋯)
CategoryTheory.StrictPseudofunctor.mapComp_eq_eqToIso._autoParam} →
{toStrictlyUnitaryPseudofunctor' : CategoryTheory.StrictlyUnitaryPseudofunctor B C} →
{map_comp' :
autoParam
(∀ {a b c : B} (f : a ⟶ b) (g : b ⟶ c),
toStrictlyUnitaryPseudofunctor'.map (CategoryTheory.CategoryStruct.comp f g) =
CategoryTheory.CategoryStruct.comp (toStrictlyUnitaryPseudofunctor'.map f)
(toStrictlyUnitaryPseudofunctor'.map g))
CategoryTheory.StrictPseudofunctor.map_comp._autoParam} →
{mapComp_eq_eqToIso' :
autoParam
(∀ {a b c : B} (f : a ⟶ b) (g : b ⟶ c),
toStrictlyUnitaryPseudofunctor'.mapComp f g = CategoryTheory.eqToIso ⋯)
CategoryTheory.StrictPseudofunctor.mapComp_eq_eqToIso._autoParam} →
{ toStrictlyUnitaryPseudofunctor := toStrictlyUnitaryPseudofunctor, map_comp := map_comp,
mapComp_eq_eqToIso := mapComp_eq_eqToIso } =
{ toStrictlyUnitaryPseudofunctor := toStrictlyUnitaryPseudofunctor', map_comp := map_comp',
mapComp_eq_eqToIso := mapComp_eq_eqToIso' } →
(toStrictlyUnitaryPseudofunctor ≍ toStrictlyUnitaryPseudofunctor' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext
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 and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- Prefunctor.objstatement · 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.Pseudofunctor.toPrelaxFunctorstatement and proof · cited by 640
- CategoryTheory.Pseudofunctor.mapCompstatement and proof · cited by 177
- CategoryTheory.StrictlyUnitaryPseudofunctor.toPseudofunctorstatement and proof · cited by 103
- CategoryTheory.eqToIsostatement and proof · cited by 97
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.StrictPseudofunctor.mk.injproof · cited by 1