Theorems · Definition · linear algebra
Lagrange.interpolate
{F : Type u_1} → [inst : Field F] → {ι : Type u_2} → [DecidableEq ι] → Finset ι → (ι → F) → (ι → F) →ₗ[F] Polynomial FLagrange interpolation: given a finset s : Finset ι, a nodal map v : ι → F injective on
s and a value function r : ι → F, interpolate s v r is the unique
polynomial of degree < #s that takes value r i on v i for all i in s.
- Defined in
- Mathlib.LinearAlgebra.Lagrange
- Cited by
- 23 results in Mathlib
- Foundations
- Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FieldDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- Finsetstatement and proof · cited by 13,712
- LinearMapstatement · cited by 10,215
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement · cited by 5,681
- Finset.sumproof · cited by 5,195
- Polynomial.Cproof · cited by 1,598
- Lagrange.basisproof · cited by 26
Cited by24
Results whose statement or proof uses this declaration.
- Lagrange.interpolate_applystatement and proof · cited by 7
- Lagrange.eval_interpolate_at_nodestatement · cited by 5
- Lagrange.degree_interpolate_ltstatement and proof · cited by 4
- Lagrange.eq_interpolatestatement · cited by 4
- Lagrange.eq_interpolate_of_eval_eqstatement and proof · cited by 2
- Lagrange.eval_interpolate_not_at_nodestatement · cited by 2
- Lagrange.interpolate_eq_of_values_eq_onstatement · cited by 2
- Lagrange.interpolate_onestatement · cited by 2
- Lagrange.values_eq_on_of_interpolate_eqstatement and proof · cited by 1
- Lagrange.degree_interpolate_lestatement · cited by 1
- Lagrange.interpolate_emptystatement · cited by 1
- Lagrange.interpolate_eq_sumstatement · cited by 1