Theorems · Theorem · general algebraic systems
DFinsupp.comp_sumAddHom
∀ {ι : Type u} {γ : Type w} {β : ι → Type v} [inst : DecidableEq ι] {δ : Type u_1}
[inst_1 : (i : ι) → AddZeroClass (β i)] [inst_2 : AddCommMonoid γ] [inst_3 : AddCommMonoid δ] (g : γ →+ δ)
(f : (i : ι) → β i →+ γ), g.comp (DFinsupp.sumAddHom f) = DFinsupp.sumAddHom fun a => g.comp (f a)- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement and proof · cited by 3,230
- AddZeroClassstatement and proof · cited by 1,237
- DFinsuppstatement · cited by 694
- AddMonoidHom.compstatement · cited by 339
- DFinsupp.sumAddHomstatement · cited by 38
- DFinsupp.comp_liftAddHomproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.