Theorems · Theorem · category theory
Homotopy.extend.hom_eq
∀ {ι : Type u_1} {ι' : Type u_2} {c : ComplexShape ι} {c' : ComplexShape ι'} {C : Type u_3}
[inst : CategoryTheory.Category.{v_1, u_3} C] [inst_1 : CategoryTheory.Limits.HasZeroObject C]
[inst_2 : CategoryTheory.Preadditive C] {K L : HomologicalComplex C c} (e : c.Embedding c')
(φ : (i j : ι) → K.X i ⟶ L.X j) {i' j' : ι'} {i j : ι} (hi : e.f i = i') (hj : e.f j = j'),
Homotopy.extend.hom e φ i' j' =
CategoryTheory.CategoryStruct.comp (K.extendXIso e hi).hom
(CategoryTheory.CategoryStruct.comp (φ i j) (L.extendXIso e hj).inv)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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 · cited by 17,999
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.Iso.invstatement · cited by 6,514
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- HomologicalComplex.Xstatement and proof · cited by 1,839
- HomologicalComplexstatement and proof · cited by 1,691
- ComplexShapestatement and proof · cited by 1,684
- CategoryTheory.Limits.HasZeroObjectstatement and proof · cited by 1,298
- ComplexShape.Embeddingstatement and proof · cited by 337
- ComplexShape.Embedding.fstatement and proof · cited by 251
Cited by1
Results whose statement or proof uses this declaration.
- Homotopy.extend_hom_eqproof · cited by 2