Theorems · Theorem · field theory
Polynomial.leadingCoeff_add_of_degree_eq
∀ {R : Type u} [inst : Semiring R] {p q : Polynomial R},
p.degree = q.degree → p.leadingCoeff + q.leadingCoeff ≠ 0 → (p + q).leadingCoeff = p.leadingCoeff + q.leadingCoeff- Cited by
- 1 results in Mathlib
- Foundations
- Depth 93 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.
Cites11
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
- Polynomialstatement and proof · cited by 5,681
- WithBotstatement and proof · cited by 1,498
- Polynomial.natDegreeproof · cited by 1,105
- Polynomial.coeffproof · cited by 1,045
- Polynomial.degreestatement and proof · cited by 643
- Polynomial.leadingCoeffstatement and proof · cited by 498
- Polynomial.coeff_addproof · cited by 77
- max_selfproof · cited by 43
- Polynomial.natDegree_eq_of_degree_eqproof · cited by 19
- Polynomial.degree_add_eq_of_leadingCoeff_add_ne_zeroproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.leadingCoeff_sub_of_degree_eqproof · cited by 0