Theorems · Definition · category theory
CategoryTheory.SingleFunctors.Hom.mk.noConfusion
{C : Type u_1} →
{D : Type u_2} →
{inst : CategoryTheory.Category.{v_1, u_1} C} →
{inst_1 : CategoryTheory.Category.{v_2, u_2} D} →
{A : Type u_5} →
{inst_2 : AddMonoid A} →
{inst_3 : CategoryTheory.HasShift D A} →
{F G : CategoryTheory.SingleFunctors C D A} →
{P : Sort u} →
{hom : (a : A) → F.functor a ⟶ G.functor a} →
{comm :
autoParam
(∀ (n a a' : A) (ha' : n + a = a'),
CategoryTheory.CategoryStruct.comp (F.shiftIso n a a' ha').hom (hom a) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Functor.whiskerRight (hom a') (CategoryTheory.shiftFunctor D n))
(G.shiftIso n a a' ha').hom)
CategoryTheory.SingleFunctors.Hom.comm._autoParam} →
{hom' : (a : A) → F.functor a ⟶ G.functor a} →
{comm' :
autoParam
(∀ (n a a' : A) (ha' : n + a = a'),
CategoryTheory.CategoryStruct.comp (F.shiftIso n a a' ha').hom (hom' a) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Functor.whiskerRight (hom' a') (CategoryTheory.shiftFunctor D n))
(G.shiftIso n a a' ha').hom)
CategoryTheory.SingleFunctors.Hom.comm._autoParam} →
{ hom := hom, comm := comm } = { hom := hom', comm := comm' } → (hom ≍ hom' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Functor.compstatement · cited by 6,529
- AddMonoidstatement and proof · cited by 2,864
- CategoryTheory.shiftFunctorstatement and proof · cited by 1,553
- CategoryTheory.HasShiftstatement and proof · cited by 1,527
- CategoryTheory.Functor.whiskerRightstatement and proof · cited by 467
- CategoryTheory.SingleFunctorsstatement and proof · cited by 65
- CategoryTheory.SingleFunctors.functorstatement and proof · cited by 64
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.SingleFunctors.Hom.mk.injproof · cited by 1