Theorems · Definition · algebraic topology
TopPair.HomologyPretheory.Hom.mk.noConfusion
{C : Type u_1} →
{inst : CategoryTheory.Category.{v_1, u_1} C} →
{inst_1 : CategoryTheory.Limits.HasZeroMorphisms C} →
{ι : Type u_2} →
{c : ComplexShape ι} →
{HP HP' : TopPair.HomologyPretheory C c} →
{P : Sort u_3} →
{homₚ : (i : ι) → HP.Hₚ i ⟶ HP'.Hₚ i} →
{hom : (i : ι) → HP.H i ⟶ HP'.H i} →
{iso_comm :
autoParam
(∀ (i : ι),
CategoryTheory.CategoryStruct.comp (HP.iso i).hom (TopPair.incl.whiskerLeft (homₚ i)) =
CategoryTheory.CategoryStruct.comp (hom i) (HP'.iso i).hom)
TopPair.HomologyPretheory.Hom.iso_comm._autoParam} →
{w :
autoParam
(∀ (i j : ι),
CategoryTheory.CategoryStruct.comp (HP.δ i j) (TopPair.proj₂.whiskerLeft (hom j)) =
CategoryTheory.CategoryStruct.comp (homₚ i) (HP'.δ i j))
TopPair.HomologyPretheory.Hom.w._autoParam} →
{homₚ' : (i : ι) → HP.Hₚ i ⟶ HP'.Hₚ i} →
{hom' : (i : ι) → HP.H i ⟶ HP'.H i} →
{iso_comm' :
autoParam
(∀ (i : ι),
CategoryTheory.CategoryStruct.comp (HP.iso i).hom
(TopPair.incl.whiskerLeft (homₚ' i)) =
CategoryTheory.CategoryStruct.comp (hom' i) (HP'.iso i).hom)
TopPair.HomologyPretheory.Hom.iso_comm._autoParam} →
{w' :
autoParam
(∀ (i j : ι),
CategoryTheory.CategoryStruct.comp (HP.δ i j) (TopPair.proj₂.whiskerLeft (hom' j)) =
CategoryTheory.CategoryStruct.comp (homₚ' i) (HP'.δ i j))
TopPair.HomologyPretheory.Hom.w._autoParam} →
{ homₚ := homₚ, hom := hom, iso_comm := iso_comm, w := w } =
{ homₚ := homₚ', hom := hom', iso_comm := iso_comm', w := w' } →
(homₚ ≍ homₚ' → hom ≍ hom' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Top.topstatement · cited by 9,680
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.MorphismPropertystatement · cited by 2,179
- TopCatstatement · cited by 1,889
- ComplexShapestatement and proof · cited by 1,684
Cited by1
Results whose statement or proof uses this declaration.
- TopPair.HomologyPretheory.Hom.mk.injproof · cited by 1