Theorems · Theorem · convex and discrete geometry
mem_convexHull_iff_exists_fintype
∀ {R : Type u_1} {E : Type u_3} [inst : Field R] [inst_1 : AddCommGroup E] [inst_2 : Module R E]
[inst_3 : LinearOrder R] [IsStrictOrderedRing R] {s : Set E} {x : E},
x ∈ (convexHull R) s ↔ ∃ ι x_1 w z, (∀ (i : ι), 0 ≤ w i) ∧ ∑ i, w i = 1 ∧ (∀ (i : ι), z i ∈ s) ∧ ∑ i, w i • z i = xThe convex hull of s is equal to the set of centers of masses of finite families of points in
s.
For universe reasons, you shouldn't use this lemma to prove that a given center of mass belongs
to the convex hull. Use mem_convexHull_of_exists_fintype of the convex hull instead.
- Defined in
- Mathlib.Analysis.Convex.Combination
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- Finsetproof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- AddCommMonoidproof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- IsStrictOrderedRingstatement and proof · cited by 2,490
Cited by2
Results whose statement or proof uses this declaration.
- IsVisible.mem_convexHull_isVisibleproof · cited by 1
- mk_mem_convexHull_prodproof · cited by 1