Theorems · Theorem · general algebraic systems
DFinsupp.sumAddHom_apply
∀ {ι : Type u} {γ : Type w} {β : ι → Type v} [inst : DecidableEq ι] [inst_1 : (i : ι) → AddZeroClass (β i)]
[inst_2 : (i : ι) → (x : β i) → Decidable (x ≠ 0)] [inst_3 : AddCommMonoid γ] (φ : (i : ι) → β i →+ γ)
(f : Π₀ (i : ι), β i), (DFinsupp.sumAddHom φ) f = f.sum fun x => ⇑(φ x)While we didn't need decidable instances to define it, we do to reduce it to a sum
- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 16 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · 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
- DFinsuppstatement and proof · cited by 694
- DFinsupp.sumstatement · cited by 64
- AddMonoidHom.toZeroHomproof · cited by 61
- DFinsupp.sumAddHomstatement · cited by 38
- DFinsupp.sumZeroHom_applyproof · cited by 1
Cited by16
Results whose statement or proof uses this declaration.
- Submodule.mem_iSup_iff_exists_dfinsupp'proof · cited by 5
- DFinsupp.sum_singleproof · cited by 4
- dfinsuppSumAddHom_memproof · cited by 4
- MultilinearMap.fromDFinsuppEquiv_applyproof · cited by 3
- DirectSum.mul_eq_dfinsuppSumproof · cited by 3
- DirectSum.coeLinearMap_eq_dfinsuppSumproof · cited by 1
- AddCon.coe_dfinsuppSumAddHomproof · cited by 1
- OrthogonalFamily.independentproof · cited by 1
- AddCon.dfinsuppSumAddHomproof · cited by 1
- DirectSum.IsInternal.isometryL2OfOrthogonalFamily_symm_applyproof · cited by 1
- DirectSum.coeAddMonoidHom_eq_dfinsuppSumproof · cited by 1
- AddSubmonoid.mem_iSup_iff_exists_dfinsupp'proof · cited by 0