Theorems · Theorem · functional analysis
inner_sum_smul_sum_smul_of_sum_eq_zero
∀ {F : Type u_3} [inst : SeminormedAddCommGroup F] [inst_1 : InnerProductSpace ℝ F] {ι₁ : Type u_4} {s₁ : Finset ι₁}
{w₁ : ι₁ → ℝ} (v₁ : ι₁ → F),
∑ i ∈ s₁, w₁ i = 0 →
∀ {ι₂ : Type u_5} {s₂ : Finset ι₂} {w₂ : ι₂ → ℝ} (v₂ : ι₂ → F),
∑ i ∈ s₂, w₂ i = 0 →
inner ℝ (∑ i₁ ∈ s₁, w₁ i₁ • v₁ i₁) (∑ i₂ ∈ s₂, w₂ i₂ • v₂ i₂) =
(-∑ i₁ ∈ s₁, ∑ i₂ ∈ s₂, w₁ i₁ * w₂ i₂ * (‖v₁ i₁ - v₂ i₂‖ * ‖v₁ i₁ - v₂ i₂‖)) / 2The inner product of two weighted sums, where the weights in each sum add to 0, in terms of the norms of pairwise differences.
- Defined in
- Mathlib.Analysis.InnerProductSpace.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Finsetstatement and proof · cited by 13,712
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- InnerProductSpacestatement and proof · cited by 3,523
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- MulZeroClass.mul_zeroproof · cited by 2,091
- mul_assocproof · cited by 1,667
- MulZeroClass.zero_mulproof · cited by 1,625
- Inner.innerstatement · cited by 1,089
Cited by1
Results whose statement or proof uses this declaration.
- EuclideanGeometry.inner_weightedVSubproof · cited by 2