Theorems · Theorem · linear algebra
Polynomial.eq_of_degrees_lt_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 → g.degree < ↑s.card → (∀ i ∈ s, Polynomial.eval (v i) f = Polynomial.eval (v i) g) → f = g- Defined in
- Mathlib.LinearAlgebra.Lagrange
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 109 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Polynomialstatement and proof · cited by 5,681
- Finset.cardstatement and proof · cited by 2,327
- IsDomainstatement and proof · cited by 2,196
- WithBotstatement · cited by 1,498
- Polynomial.evalstatement and proof · cited by 796
- Polynomial.degreestatement and proof · cited by 643
- Set.InjOnstatement and proof · cited by 543
- Polynomial.degreeLTproof · cited by 47
- Submodule.sub_memproof · cited by 43
Cited by2
Results whose statement or proof uses this declaration.
- Lagrange.eq_interpolateproof · cited by 4
- Lagrange.sum_basisproof · cited by 3