Theorems · Theorem · convex and discrete geometry
IsVisible.mem_convexHull_isVisible
∀ {V : Type u_2} [inst : AddCommGroup V] [inst_1 : Module ℝ V] {s : Set V} {x y : V},
x ∉ (convexHull ℝ) s →
y ∈ (convexHull ℝ) s →
IsVisible ℝ ((convexHull ℝ) s) x y → y ∈ (convexHull ℝ) {z | z ∈ s ∧ IsVisible ℝ ((convexHull ℝ) s) x z}All points of the convex hull of a set s visible from a point x ∉ convexHull ℝ s lie in the
convex hull of such points that actually lie in s.
Note that the converse does not hold.
- Defined in
- Mathlib.Analysis.Convex.Visible
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Realstatement and proof · cited by 25,697
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Fintypeproof · cited by 7,736
- Set.ofPredstatement and proof · cited by 6,101
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- Finset.filterproof · cited by 949
- ClosureOperatorstatement · cited by 371
- Finset.mem_univproof · cited by 361
Cited by1
Results whose statement or proof uses this declaration.
- IsClosed.convexHull_subset_affineSpan_isVisibleproof · cited by 1