EuclideanGeometry.inner_weightedVSub
∀ {V : Type u_1} {P : Type u_2} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] [inst_2 : MetricSpace P]
[inst_3 : NormedAddTorsor V P] {ι₁ : Type u_3} {s₁ : Finset ι₁} {w₁ : ι₁ → ℝ} (p₁ : ι₁ → P),
∑ i ∈ s₁, w₁ i = 0 →
∀ {ι₂ : Type u_4} {s₂ : Finset ι₂} {w₂ : ι₂ → ℝ} (p₂ : ι₂ → P),
∑ i ∈ s₂, w₂ i = 0 →
inner ℝ ((s₁.weightedVSub p₁) w₁) ((s₂.weightedVSub p₂) w₂) =
(-∑ i₁ ∈ s₁, ∑ i₂ ∈ s₂, w₁ i₁ * w₂ i₂ * (dist (p₁ i₁) (p₂ i₂) * dist (p₁ i₁) (p₂ i₂))) / 2The inner product of two vectors given with weightedVSub, in
terms of the pairwise distances.
- Defined in
- Mathlib.Geometry.Euclidean.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- LinearMapstatement · cited by 10,215
- Norm.normproof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.sum_congrproof · cited by 2,323
- MetricSpacestatement and proof · cited by 1,684
Cited by2
Results whose statement or proof uses this declaration.
- Affine.Simplex.inner_mongePoint_vsub_face_centroid_vsubproof · cited by 1
- EuclideanGeometry.dist_affineCombinationproof · cited by 1