Theorems · Definition · ring theory
SkewPolynomial.sum
{R : Type u_1} → [inst : Semiring R] → {S : Type u_5} → [AddCommMonoid S] → SkewPolynomial R → (ℕ → R → S) → Sp.sum f is ∑ n ∈ p.support, f n (p.coeff n), i.e., one sums the values of functions applied
to coefficients of the polynomial p.
- Defined in
- Mathlib.Algebra.SkewPolynomial.Basic
- Cited by
- 22 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringAddCommMonoid
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.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Multiplicativeproof · cited by 875
- Multiplicative.toAddproof · cited by 161
- SkewPolynomialstatement and proof · cited by 124
- SkewMonoidAlgebra.sumproof · cited by 46
Cited by22
Results whose statement or proof uses this declaration.
- SkewPolynomial.sum_monomial_indexstatement · cited by 5
- SkewPolynomial.sum_defstatement · cited by 3
- SkewPolynomial.X_mulstatement and proof · cited by 2
- SkewPolynomial.sum_sum_indexstatement · cited by 2
- SkewPolynomial.X_pow_mulstatement and proof · cited by 1
- SkewPolynomial.mul_defstatement and proof · cited by 1
- SkewPolynomial.sum_addstatement · cited by 1
- SkewPolynomial.sum_add'statement · cited by 1
- SkewPolynomial.sum_monomialstatement · cited by 1
- SkewPolynomial.sum_negstatement · cited by 1
- SkewPolynomial.sum_zerostatement · cited by 1
- SkewPolynomial.X_mul_monomialproof · cited by 0