Theorems · Theorem · ring theory
SkewPolynomial.sum_add
∀ {R : Type u_1} [inst : Semiring R] {S : Type u_5} [inst_1 : AddCommMonoid S] (p : SkewPolynomial R) (f g : ℕ → R → S),
(p.sum fun n x => f n x + g n x) = p.sum f + p.sum gSee also SkewPolynomial.sum_add'.
- Defined in
- Mathlib.Algebra.SkewPolynomial.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 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.
Cites5
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
- SkewPolynomialstatement and proof · cited by 124
- SkewPolynomial.sumstatement · cited by 22
- SkewPolynomial.sum_add'proof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- SkewPolynomial.sum_subproof · cited by 0