Theorems · Theorem · convex and discrete geometry
AffineBasis.convexHull_eq_nonneg_coord
∀ {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] {ι : Type u_8} (b : AffineBasis ι R E),
(convexHull R) (Set.range ⇑b) = {x | ∀ (i : ι), 0 ≤ (b.coord i) x}The convex hull of an affine basis is the intersection of the half-spaces defined by the corresponding barycentric coordinates.
- Defined in
- Mathlib.Analysis.Convex.Combination
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- 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
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- Set.ofPredstatement and proof · cited by 6,101
- Finset.sumproof · cited by 5,195
- Set.rangestatement and proof · cited by 4,705
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Set.extproof · cited by 2,266
Cited by1
Results whose statement or proof uses this declaration.
- AffineBasis.interior_convexHullproof · cited by 1