Theorems · Definition · category theory
CategoryTheory.PrelaxFunctorStruct.mk.noConfusion
{B : Type u₁} →
{inst : Quiver B} →
{inst_1 : (a b : B) → Quiver (a ⟶ b)} →
{C : Type u₂} →
{inst_2 : Quiver C} →
{inst_3 : (a b : C) → Quiver (a ⟶ b)} →
{P : Sort u} →
{toPrefunctor : B ⥤q C} →
{map₂ : {a b : B} → {f g : a ⟶ b} → (f ⟶ g) → (toPrefunctor.map f ⟶ toPrefunctor.map g)} →
{toPrefunctor' : B ⥤q C} →
{map₂' : {a b : B} → {f g : a ⟶ b} → (f ⟶ g) → (toPrefunctor'.map f ⟶ toPrefunctor'.map g)} →
{ toPrefunctor := toPrefunctor, map₂ := map₂ } =
{ toPrefunctor := toPrefunctor', map₂ := map₂' } →
(toPrefunctor ≍ toPrefunctor' → map₂ ≍ map₂' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Prefunctor.objstatement · cited by 1,241
- Prefunctor.mapstatement and proof · cited by 952
- Quiverstatement and proof · cited by 405
- Prefunctorstatement and proof · cited by 116
- CategoryTheory.PrelaxFunctorStructstatement · cited by 11
- CategoryTheory.PrelaxFunctorStruct.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.PrelaxFunctorStruct.mk.injproof · cited by 1