Theorems · Theorem · field theory
Polynomial.sum_add_index
∀ {R : Type u} [inst : Semiring R] {S : Type u_1} [inst_1 : AddCommMonoid S] (p q : Polynomial R) (f : ℕ → R → S),
(∀ (i : ℕ), f i 0 = 0) → (∀ (a : ℕ) (b₁ b₂ : R), f a (b₁ + b₂) = f a b₁ + f a b₂) → (p + q).sum f = p.sum f + q.sum f- Defined in
- Mathlib.Algebra.Polynomial.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 83 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.
Cites9
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
- Finsupp.supportproof · cited by 828
- Equiv.toFunproof · cited by 279
- Polynomial.sumstatement and proof · cited by 67
- Polynomial.toFinsuppproof · cited by 64
- AddMonoidAlgebra.coeffEquivproof · cited by 22
- Finsupp.sum_add_indexproof · cited by 18
Cited by3
Results whose statement or proof uses this declaration.
- Polynomial.eval₂_addproof · cited by 22
- Polynomial.smeval_addproof · cited by 22
- Polynomial.hilbertPoly_add_leftproof · cited by 0