Theorems · Definition · category theory
CategoryTheory.Triangulated.SpectralObject.Hom.mk.noConfusion
{C : Type u_1} →
{ι : Type u_2} →
{inst : CategoryTheory.Category.{v_1, u_1} C} →
{inst_1 : CategoryTheory.Category.{v_2, u_2} ι} →
{inst_2 : CategoryTheory.Limits.HasZeroObject C} →
{inst_3 : CategoryTheory.HasShift C ℤ} →
{inst_4 : CategoryTheory.Preadditive C} →
{inst_5 : ∀ (n : ℤ), (CategoryTheory.shiftFunctor C n).Additive} →
{inst_6 : CategoryTheory.Pretriangulated C} →
{X Y : CategoryTheory.Triangulated.SpectralObject C ι} →
{P : Sort u} →
{hom : X.ω₁ ⟶ Y.ω₁} →
{comm :
autoParam
(∀ {i j k : ι} (f : i ⟶ j) (g : j ⟶ k),
CategoryTheory.CategoryStruct.comp (X.δ f g)
((CategoryTheory.shiftFunctor C 1).map
(hom.app (CategoryTheory.ComposableArrows.mk₁ f))) =
CategoryTheory.CategoryStruct.comp (hom.app (CategoryTheory.ComposableArrows.mk₁ g))
(Y.δ f g))
CategoryTheory.Triangulated.SpectralObject.Hom.comm._autoParam} →
{hom' : X.ω₁ ⟶ Y.ω₁} →
{comm' :
autoParam
(∀ {i j k : ι} (f : i ⟶ j) (g : j ⟶ k),
CategoryTheory.CategoryStruct.comp (X.δ f g)
((CategoryTheory.shiftFunctor C 1).map
(hom'.app (CategoryTheory.ComposableArrows.mk₁ f))) =
CategoryTheory.CategoryStruct.comp
(hom'.app (CategoryTheory.ComposableArrows.mk₁ g)) (Y.δ f g))
CategoryTheory.Triangulated.SpectralObject.Hom.comm._autoParam} →
{ hom := hom, comm := comm } = { hom := hom', comm := comm' } → (hom ≍ hom' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, 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 · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- CategoryTheory.shiftFunctorstatement and proof · cited by 1,553
- CategoryTheory.HasShiftstatement and proof · cited by 1,527
- CategoryTheory.Limits.HasZeroObjectstatement and proof · cited by 1,298
- CategoryTheory.Functor.Additivestatement and proof · cited by 1,179
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Triangulated.SpectralObject.Hom.mk.injproof · cited by 1