Degree of univariate polynomials #
Main definitions #
Polynomial.degree
: the degree of a polynomial, where0
has degree⊥
Polynomial.natDegree
: the degree of a polynomial, where0
has degree0
Polynomial.leadingCoeff
: the leading coefficient of a polynomialPolynomial.Monic
: a polynomial is monic if its leading coefficient is 0Polynomial.nextCoeff
: the next coefficient after the leading coefficient
Main results #
Polynomial.degree_eq_natDegree
: the degree and natDegree coincide for nonzero polynomials
leadingCoeff p
gives the coefficient of the highest power of X
in p
Equations
a polynomial is Monic
if its leading coefficient is 1
Equations
@[simp]
theorem
Polynomial.Monic.coeff_natDegree
{R : Type u}
[Semiring R]
{p : Polynomial R}
(hp : p.Monic)
:
@[simp]
@[simp]
Alias of the forward direction of Polynomial.natDegree_le_iff_degree_le
.
Alias of the reverse direction of Polynomial.natDegree_le_iff_degree_le
.
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
theorem
Polynomial.leadingCoeff_eq_zero_iff_deg_eq_bot
{R : Type u}
[Semiring R]
{p : Polynomial R}
:
theorem
Polynomial.degree_sum_le
{R : Type u}
[Semiring R]
{ι : Type u_1}
(s : Finset ι)
(f : ι → Polynomial R)
:
@[simp]
@[simp]
theorem
Polynomial.Monic.ne_zero
{R : Type u_2}
[Semiring R]
[Nontrivial R]
{p : Polynomial R}
(hp : p.Monic)
:
theorem
Polynomial.Monic.ne_zero_of_ne
{R : Type u}
[Semiring R]
(h : 0 ≠ 1)
{p : Polynomial R}
(hp : p.Monic)
:
theorem
Polynomial.Monic.ne_zero_of_polynomial_ne
{R : Type u}
[Semiring R]
{p q r : Polynomial R}
(hp : p.Monic)
(hne : q ≠ r)
:
theorem
Polynomial.degree_sub_lt
{R : Type u}
[Ring R]
{p q : Polynomial R}
(hd : p.degree = q.degree)
(hp0 : p ≠ 0)
(hlc : p.leadingCoeff = q.leadingCoeff)
: