Theorems · Theorem · category theory
CategoryTheory.Limits.coprod.map_map
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {A₁ A₂ A₃ B₁ B₂ B₃ : C}
[inst_1 : CategoryTheory.Limits.HasBinaryCoproduct A₁ B₁] [inst_2 : CategoryTheory.Limits.HasBinaryCoproduct A₂ B₂]
[inst_3 : CategoryTheory.Limits.HasBinaryCoproduct A₃ B₃] (f : A₁ ⟶ A₂) (g : B₁ ⟶ B₂) (h : A₂ ⟶ A₃) (k : B₂ ⟶ B₃),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.coprod.map f g) (CategoryTheory.Limits.coprod.map h k) =
CategoryTheory.Limits.coprod.map (CategoryTheory.CategoryStruct.comp f h) (CategoryTheory.CategoryStruct.comp g k)- Cited by
- 5 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.coprodstatement · cited by 252
- CategoryTheory.Limits.coprod.inlproof · cited by 137
- CategoryTheory.Limits.coprod.inrproof · cited by 132
- CategoryTheory.Limits.HasBinaryCoproductstatement and proof · cited by 81
- CategoryTheory.Limits.coprod.mapstatement and proof · cited by 49
- CategoryTheory.Limits.coprod.hom_extproof · cited by 21
- CategoryTheory.Limits.coprod.inl_mapproof · cited by 11
- CategoryTheory.Limits.coprod.inr_mapproof · cited by 10
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.coprod.map_swapproof · cited by 1
- CategoryTheory.Limits.coprod.map_comp_idproof · cited by 1
- CategoryTheory.Limits.coprod.map_id_compproof · cited by 1
- CategoryTheory.Limits.coprod.map_map_assocproof · cited by 0