Theorems · Definition · category theory
CategoryTheory.ShortComplex.RightHomologyMapData.ofIsLimitKernelFork
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
[inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
{S₁ S₂ : CategoryTheory.ShortComplex C} →
(φ : S₁ ⟶ S₂) →
(hf₁ : S₁.f = 0) →
(c₁ : CategoryTheory.Limits.KernelFork S₁.g) →
(hc₁ : CategoryTheory.Limits.IsLimit c₁) →
(hf₂ : S₂.f = 0) →
(c₂ : CategoryTheory.Limits.KernelFork S₂.g) →
(hc₂ : CategoryTheory.Limits.IsLimit c₂) →
(f : c₁.pt ⟶ c₂.pt) →
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.Fork.ι c₁) φ.τ₂ =
CategoryTheory.CategoryStruct.comp f (CategoryTheory.Limits.Fork.ι c₂) →
CategoryTheory.ShortComplex.RightHomologyMapData φ
(CategoryTheory.ShortComplex.RightHomologyData.ofIsLimitKernelFork S₁ hf₁ c₁ hc₁)
(CategoryTheory.ShortComplex.RightHomologyData.ofIsLimitKernelFork S₂ hf₂ c₂ hc₂)When S₁.f and S₂.f are zero and we have chosen limit kernel forks c₁ and c₂
for S₁.g and S₂.g respectively, the action on right homology of a morphism φ : S₁ ⟶ S₂ of
short complexes is given by the unique morphism f : c₁.pt ⟶ c₂.pt such that
c₁.ι ≫ φ.τ₂ = f ≫ c₂.ι.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- CategoryTheory.ShortComplexstatement and proof · cited by 1,850
- CategoryTheory.Limits.Cone.ptstatement and proof · cited by 1,298
- CategoryTheory.ShortComplex.X₂statement · cited by 1,115
- CategoryTheory.ShortComplex.X₁statement · cited by 889
- CategoryTheory.ShortComplex.X₃statement · cited by 876
- CategoryTheory.Limits.WalkingParallelPairstatement · cited by 781
- CategoryTheory.Limits.parallelPairstatement · cited by 766
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.ShortComplex.HomologyMapData.ofIsLimitKernelForkproof · cited by 2
- CategoryTheory.ShortComplex.RightHomologyMapData.ofIsLimitKernelFork_φHstatement and proof · cited by 0
- CategoryTheory.ShortComplex.RightHomologyMapData.ofIsLimitKernelFork_φQstatement and proof · cited by 0
- CategoryTheory.ShortComplex.HomologyMapData.ofIsLimitKernelFork_rightstatement · cited by 0