Mathlib Map

Theorems · Theorem · convex and discrete geometry

Finset.centerMass_mem_convexHull

∀ {R : Type u_1} {E : Type u_3} {ι : Type u_5} [inst : Field R] [inst_1 : AddCommGroup E] [inst_2 : Module R E]
  {s : Set E} [inst_3 : LinearOrder R] [IsStrictOrderedRing R] (t : Finset ι) {w : ι → R},
  (∀ i ∈ t, 0 ≤ w i) → 0 < ∑ i ∈ t, w i → ∀ {z : ι → E}, (∀ i ∈ t, z i ∈ s) → t.centerMass w z ∈ (convexHull R) s
Defined in
Mathlib.Analysis.Convex.Combination
Cited by
11 results in Mathlib
Foundations
Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldAddCommGroupModuleLinearOrderIsStrictOrderedRing

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.

Cited by11

Results whose statement or proof uses this declaration.