Theorems · Definition · category theory
HomologicalComplex.Hom.mk.noConfusion
{ι : Type u_1} →
{V : Type u} →
{inst : CategoryTheory.Category.{v, u} V} →
{inst_1 : CategoryTheory.Limits.HasZeroMorphisms V} →
{c : ComplexShape ι} →
{A B : HomologicalComplex V c} →
{P : Sort u_2} →
{f : (i : ι) → A.X i ⟶ B.X i} →
{comm' :
autoParam
(∀ (i j : ι),
c.Rel i j →
CategoryTheory.CategoryStruct.comp (f i) (B.d i j) =
CategoryTheory.CategoryStruct.comp (A.d i j) (f j))
HomologicalComplex.Hom.comm'._autoParam} →
{f' : (i : ι) → A.X i ⟶ B.X i} →
{comm'' :
autoParam
(∀ (i j : ι),
c.Rel i j →
CategoryTheory.CategoryStruct.comp (f' i) (B.d i j) =
CategoryTheory.CategoryStruct.comp (A.d i j) (f' j))
HomologicalComplex.Hom.comm'._autoParam} →
{ f := f, comm' := comm' } = { f := f', comm' := comm'' } → (f ≍ f' → P) → P- Cited by
- 1 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.
Cites11
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.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- HomologicalComplex.Xstatement and proof · cited by 1,839
- HomologicalComplexstatement and proof · cited by 1,691
- ComplexShapestatement and proof · cited by 1,684
- HomologicalComplex.dstatement and proof · cited by 598
- ComplexShape.Relstatement and proof · cited by 518
- HomologicalComplex.Homstatement · cited by 23
- HomologicalComplex.Hom.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- HomologicalComplex.Hom.mk.injproof · cited by 1