Mathlib Map

Theorems · Theorem · linear algebra

Polynomial.eq_of_degree_le_of_eval_index_eq

∀ {R : Type u_1} [inst : CommRing R] [IsDomain R] {f g : Polynomial R} {ι : Type u_2} {v : ι → R} (s : Finset ι),
  Set.InjOn v ↑s →
    f.degree ≤ ↑s.card →
      f.degree = g.degree →
        f.leadingCoeff = g.leadingCoeff → (∀ i ∈ s, Polynomial.eval (v i) f = Polynomial.eval (v i) g) → f = g
Defined in
Mathlib.LinearAlgebra.Lagrange
Cited by
1 results in Mathlib
Foundations
Depth 109 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomain

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.