Theorems · Theorem · field theory
Polynomial.smul_sum
∀ {R : Type u} [inst : Semiring R] {S : Type u_1} {T : Type u_2} [inst_1 : AddCommMonoid S] [inst_2 : DistribSMul T S]
(p : Polynomial R) (b : T) (f : ℕ → R → S), b • p.sum f = p.sum fun n a => b • f n a- Defined in
- Mathlib.Algebra.Polynomial.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Polynomialstatement and proof · cited by 5,681
- DistribSMulstatement and proof · cited by 117
- Polynomial.sumstatement · cited by 67
- Finsupp.smul_sumproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.hilbertPoly_smulproof · cited by 0