Theorems · Theorem · general algebraic systems
DFinsupp.comp_liftAddHom
∀ {ι : 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.liftAddHom f) = DFinsupp.liftAddHom fun a => g.comp (f a)The DFinsupp version of Finsupp.comp_liftAddHom
- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement and proof · cited by 3,230
- AddZeroClassstatement and proof · cited by 1,237
- AddEquivstatement · cited by 1,087
- DFinsuppstatement · cited by 694
- AddMonoidHom.compstatement and proof · cited by 339
- DFinsupp.singleAddHomproof · cited by 17
- DFinsupp.liftAddHomstatement and proof · cited by 11
- AddEquiv.symm_apply_eqproof · cited by 8
- AddMonoidHom.comp_assocproof · cited by 5
- DFinsupp.liftAddHom_comp_singleproof · cited by 1
Cited by4
Results whose statement or proof uses this declaration.
- AddMonoidHom.map_dfinsuppSumAddHomproof · cited by 3
- AddEquiv.map_dfinsuppSumAddHomproof · cited by 1
- RingHom.map_dfinsuppSumAddHomproof · cited by 0
- DFinsupp.comp_sumAddHomproof · cited by 0