Mathlib Map

Theorems · Theorem · geometry

Finset.sum_centroidWeights_eq_one_of_nonempty

∀ (k : Type u_1) [inst : DivisionRing k] {ι : Type u_4} (s : Finset ι) [CharZero k],
  s.Nonempty → ∑ i ∈ s, Finset.centroidWeights k s i = 1

In the characteristic zero case, the weights in the centroid sum to 1 if the set is nonempty.

Defined in
Mathlib.LinearAlgebra.AffineSpace.Centroid
Cited by
8 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DivisionRingCharZero

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.

Cited by8

Results whose statement or proof uses this declaration.