Theorems · Definition · category theory
CategoryTheory.ReflPrefunctor.mk.noConfusion
{V : Type u₁} →
{inst : CategoryTheory.ReflQuiver V} →
{W : Type u₂} →
{inst_1 : CategoryTheory.ReflQuiver W} →
{P : Sort u} →
{toPrefunctor : V ⥤q W} →
{map_id :
autoParam
(∀ (X : V),
toPrefunctor.map (CategoryTheory.ReflQuiver.id X) =
CategoryTheory.ReflQuiver.id (toPrefunctor.obj X))
CategoryTheory.ReflPrefunctor.map_id._autoParam} →
{toPrefunctor' : V ⥤q W} →
{map_id' :
autoParam
(∀ (X : V),
toPrefunctor'.map (CategoryTheory.ReflQuiver.id X) =
CategoryTheory.ReflQuiver.id (toPrefunctor'.obj X))
CategoryTheory.ReflPrefunctor.map_id._autoParam} →
{ toPrefunctor := toPrefunctor, map_id := map_id } =
{ toPrefunctor := toPrefunctor', map_id := map_id' } →
(toPrefunctor ≍ toPrefunctor' → P) → P- Defined in
- Mathlib.Combinatorics.Quiver.ReflQuiver
- Cited by
- 2 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.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement · cited by 32,603
- Prefunctor.objstatement and proof · cited by 1,241
- Prefunctor.mapstatement and proof · cited by 952
- Prefunctorstatement and proof · cited by 116
- CategoryTheory.ReflQuiverstatement and proof · cited by 64
- CategoryTheory.ReflPrefunctorstatement · cited by 30
- CategoryTheory.ReflQuiver.idstatement and proof · cited by 18
- CategoryTheory.ReflPrefunctor.noConfusionproof · cited by 0
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.ReflPrefunctor.mk.injproof · cited by 1
- CategoryTheory.ReflQuiv.forget_faithfulproof · cited by 0