Degree X le degree X sub degree X
Polynomial.Bivariate.degreeX_le_degreeX_sub_degreeX
Project documentation
If a non-zero bivariate polynomial f divides a non-zero bivariate polynomial g, then all the coefficients of the quoetient are non-zero. -/ @[grind .] lemma coeff_ne_zero {f q : F[X][Y]} (hg : q * f ā 0) : q.coeff ā 0 := (ne_zero_iff_coeffs_ne_zero q).1 (quotient_nezero hg) /- If q * f ā 0, then the X-degree of q is bounded above by the differen...
Source project: ArkLib
Person-level attribution pending.