Theorems · Theorem · category theory
CategoryTheory.Cat.FreeRefl.functor_ext
∀ {V : Type u_1} [inst : CategoryTheory.ReflQuiver V] {D : Type u_2} [inst_1 : CategoryTheory.Category.{v_1, u_2} D]
{F G : CategoryTheory.Functor (CategoryTheory.Cat.FreeRefl V) D}
(h₁ : ∀ (v : V), F.obj (CategoryTheory.Cat.FreeRefl.mk v) = G.obj (CategoryTheory.Cat.FreeRefl.mk v)),
(∀ {v w : V} (f : v ⟶ w),
F.map (CategoryTheory.Cat.FreeRefl.homMk f) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom ⋯)
(CategoryTheory.CategoryStruct.comp (G.map (CategoryTheory.Cat.FreeRefl.homMk f))
(CategoryTheory.eqToHom ⋯))) →
F = G- Defined in
- Mathlib.CategoryTheory.Category.ReflQuiv
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.eqToHomstatement and proof · cited by 860
- CategoryTheory.Pathsproof · cited by 82
- CategoryTheory.ReflQuiverstatement and proof · cited by 64
- CategoryTheory.Cat.FreeReflstatement and proof · cited by 34
- CategoryTheory.Cat.FreeRefl.mkstatement and proof · cited by 17
- CategoryTheory.Cat.FreeRefl.homMkstatement and proof · cited by 13
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.ReflQuiv.adj.homEquiv_naturality_left_symmproof · cited by 0