Theorems · Definition · linear algebra
Lagrange.basis
{F : Type u_1} → [inst : Field F] → {ι : Type u_2} → [DecidableEq ι] → Finset ι → (ι → F) → ι → Polynomial FLagrange basis polynomials indexed by s : Finset ι, defined at nodes v i for a
map v : ι → F. For i, j ∈ s, basis s v i evaluates to 0 at v j for i ≠ j. When
v is injective on s, basis s v i evaluates to 1 at v i.
- Defined in
- Mathlib.LinearAlgebra.Lagrange
- Cited by
- 26 results in Mathlib
- Foundations
- Depth 102 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement · cited by 5,681
- Finset.prodproof · cited by 2,356
- Finset.eraseproof · cited by 455
- Lagrange.basisDivisorproof · cited by 19
Cited by27
Results whose statement or proof uses this declaration.
- Lagrange.interpolateproof · cited by 23
- Lagrange.interpolate_applystatement · cited by 7
- Lagrange.eval_interpolate_at_nodeproof · cited by 5
- Lagrange.basis_pair_leftstatement · cited by 3
- Lagrange.sum_basisstatement and proof · cited by 3
- Lagrange.degree_basisstatement · cited by 3
- Lagrange.eval_basis_of_nestatement · cited by 3
- Lagrange.eval_basis_selfstatement · cited by 3
- Lagrange.natDegree_basisstatement and proof · cited by 3
- Lagrange.basis_eq_prod_sub_inv_mul_nodal_divstatement · cited by 2
- Lagrange.basis_pair_rightstatement and proof · cited by 2
- Lagrange.eval_interpolate_not_at_nodeproof · cited by 2