Documentation

ArkLib.ToMathlib.Polynomial.EvalExt

theorem Polynomial.eq_of_eval_eq_degree {𝔽 : Type u_1} [Field 𝔽] {p q : Polynomial 𝔽} {n : } (hp : p.degree < n) (hq : q.degree < n) (s : Finset 𝔽) :
s.card n(∀ xs, eval x p = eval x q)p = q
theorem Polynomial.eq_of_eval_eq_natDegree {𝔽 : Type u_1} [Field 𝔽] {p q : Polynomial 𝔽} {n : } (hp : p.natDegree < n) (hq : q.natDegree < n) (s : Finset 𝔽) :
s.card n(∀ xs, eval x p = eval x q)p = q