Theorems · Theorem · category theory
CategoryTheory.Limits.FormalCoproduct.mapPower_comp
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] (U : CategoryTheory.Limits.FormalCoproduct C) {α β γ : Type t}
[inst_1 : CategoryTheory.Limits.HasProductsOfShape α C] [inst_2 : CategoryTheory.Limits.HasProductsOfShape β C]
[inst_3 : CategoryTheory.Limits.HasProductsOfShape γ C] (f : α → β) (g : β → γ),
U.mapPower (g ∘ f) = CategoryTheory.CategoryStruct.comp (U.mapPower g) (U.mapPower f)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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 · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Limits.limit.lift_πproof · cited by 266
- CategoryTheory.Limits.piObjproof · cited by 237
- CategoryTheory.Limits.Pi.πproof · cited by 184
- CategoryTheory.Limits.FormalCoproductstatement and proof · cited by 122
- CategoryTheory.Limits.FormalCoproduct.Iproof · cited by 87
- CategoryTheory.Limits.FormalCoproduct.objproof · cited by 72
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.FormalCoproduct.mapPower_comp_assocproof · cited by 0