Theorems · Theorem · field theory
Polynomial.degree_sum_eq_of_disjoint
∀ {R : Type u} {S : Type v} [inst : Semiring R] (f : S → Polynomial R) (s : Finset S),
{i | i ∈ s ∧ f i ≠ 0}.Pairwise (Function.onFun Ne (Polynomial.degree ∘ f)) →
(s.sum f).degree = s.sup fun i => (f i).degree- Defined in
- Mathlib.Algebra.Polynomial.Degree.Lemmas
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- Finsetstatement and proof · cited by 13,712
- Set.ofPredstatement and proof · cited by 6,101
- Polynomialstatement and proof · cited by 5,681
- Finset.sumstatement and proof · cited by 5,195
- Bot.botproof · cited by 4,720
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- LT.lt.leproof · cited by 2,189
- WithBotstatement and proof · cited by 1,498
- Finset.Nonemptyproof · cited by 1,001
- Polynomial.degreestatement and proof · cited by 643
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.Sequence.linearIndependentproof · cited by 1
- Polynomial.natDegree_sum_eq_of_disjointproof · cited by 0