Theorems · Theorem · linear algebra
Lagrange.sum_nodalWeight_mul_inv_sub_ne_zero
∀ {F : Type u_1} [inst : Field F] {ι : Type u_2} [inst_1 : DecidableEq ι] {s : Finset ι} {v : ι → F} {x : F},
Set.InjOn v ↑s → (∀ i ∈ s, x ≠ v i) → s.Nonempty → ∑ i ∈ s, Lagrange.nodalWeight s v i * (x - v i)⁻¹ ≠ 0- Defined in
- Mathlib.LinearAlgebra.Lagrange
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 126 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.
Cites15
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
- SetLike.coestatement and proof · cited by 8,199
- Fieldstatement and proof · cited by 7,404
- Finset.sumstatement · cited by 5,195
- mul_oneproof · cited by 3,885
- Finset.sum_congrproof · cited by 2,323
- Finset.Nonemptystatement and proof · cited by 1,001
- Polynomial.evalproof · cited by 796
- Set.InjOnstatement and proof · cited by 543
- Polynomial.eval_oneproof · cited by 86
- Lagrange.nodalproof · cited by 24
- Lagrange.nodalWeightstatement and proof · cited by 10
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.