Theorems · Definition · category theory
CategoryTheory.PrelaxFunctor.mk.noConfusion
{B : Type u₁} →
{inst : CategoryTheory.Bicategory B} →
{C : Type u₂} →
{inst_1 : CategoryTheory.Bicategory C} →
{P : Sort u} →
{toPrelaxFunctorStruct : CategoryTheory.PrelaxFunctorStruct B C} →
{map₂_id :
autoParam
(∀ {a b : B} (f : a ⟶ b),
toPrelaxFunctorStruct.map₂ (CategoryTheory.CategoryStruct.id f) =
CategoryTheory.CategoryStruct.id (toPrelaxFunctorStruct.map f))
CategoryTheory.PrelaxFunctor.map₂_id._autoParam} →
{map₂_comp :
autoParam
(∀ {a b : B} {f g h : a ⟶ b} (η : f ⟶ g) (θ : g ⟶ h),
toPrelaxFunctorStruct.map₂ (CategoryTheory.CategoryStruct.comp η θ) =
CategoryTheory.CategoryStruct.comp (toPrelaxFunctorStruct.map₂ η)
(toPrelaxFunctorStruct.map₂ θ))
CategoryTheory.PrelaxFunctor.map₂_comp._autoParam} →
{toPrelaxFunctorStruct' : CategoryTheory.PrelaxFunctorStruct B C} →
{map₂_id' :
autoParam
(∀ {a b : B} (f : a ⟶ b),
toPrelaxFunctorStruct'.map₂ (CategoryTheory.CategoryStruct.id f) =
CategoryTheory.CategoryStruct.id (toPrelaxFunctorStruct'.map f))
CategoryTheory.PrelaxFunctor.map₂_id._autoParam} →
{map₂_comp' :
autoParam
(∀ {a b : B} {f g h : a ⟶ b} (η : f ⟶ g) (θ : g ⟶ h),
toPrelaxFunctorStruct'.map₂ (CategoryTheory.CategoryStruct.comp η θ) =
CategoryTheory.CategoryStruct.comp (toPrelaxFunctorStruct'.map₂ η)
(toPrelaxFunctorStruct'.map₂ θ))
CategoryTheory.PrelaxFunctor.map₂_comp._autoParam} →
{ toPrelaxFunctorStruct := toPrelaxFunctorStruct, map₂_id := map₂_id, map₂_comp := map₂_comp } =
{ toPrelaxFunctorStruct := toPrelaxFunctorStruct', map₂_id := map₂_id',
map₂_comp := map₂_comp' } →
(toPrelaxFunctorStruct ≍ toPrelaxFunctorStruct' → P) → P- Cited by
- 1 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.
Cites11
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.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- Prefunctor.objstatement · cited by 1,241
- 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.PrelaxFunctorstatement · cited by 48
- CategoryTheory.PrelaxFunctorStructstatement and proof · cited by 11
- CategoryTheory.PrelaxFunctor.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.PrelaxFunctor.mk.injproof · cited by 1