Theorems · Theorem · category theory
CategoryTheory.Paths.ext_functor
∀ {V : Type u₁} [inst : Quiver V] {C : Type u_1} [inst_1 : CategoryTheory.Category.{v_1, u_1} C]
{F G : CategoryTheory.Functor (CategoryTheory.Paths V) C} (h_obj : F.obj = G.obj),
(∀ (a b : V) (e : a ⟶ b),
F.map e.toPath =
CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom ⋯)
(CategoryTheory.CategoryStruct.comp (G.map e.toPath) (CategoryTheory.eqToHom ⋯))) →
F = GTwo functors out of a path category are equal when they agree on singleton paths.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.eqToHomstatement and proof · cited by 860
- CategoryTheory.Functor.map_compproof · cited by 734
- CategoryTheory.Functor.map_idproof · cited by 616
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.Localization.Construction.uniqproof · cited by 2
- CategoryTheory.Cat.FreeRefl.functor_extproof · cited by 1
- CategoryTheory.Cat.freeReflMap_naturalityproof · cited by 0
- CategoryTheory.ReflQuiv.adj.counit.comp_app_eqproof · cited by 0
- CategoryTheory.Quiv.freeMap_pathsOf_pathCompositionproof · cited by 0
- CategoryTheory.Quiv.pathComposition_naturalityproof · cited by 0