Theorems · Theorem · convex and discrete geometry
IsVisible.of_convexHull_of_pos
∀ {𝕜 : Type u_1} {V : Type u_2} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜]
[inst_3 : AddCommGroup V] [inst_4 : Module 𝕜 V] {s : Set V} {x : V} {ι : Type u_4} {t : Finset ι} {a : ι → V}
{w : ι → 𝕜},
(∀ i ∈ t, 0 ≤ w i) →
∑ i ∈ t, w i = 1 →
(∀ i ∈ t, a i ∈ s) →
x ∉ (convexHull 𝕜) s →
IsVisible 𝕜 ((convexHull 𝕜) s) x (∑ i ∈ t, w i • a i) →
∀ {i : ι}, i ∈ t → 0 < w i → IsVisible 𝕜 ((convexHull 𝕜) s) x (a i)If a point x sees a convex combination of points of a set s through convexHull ℝ s ∌ x,
then it sees all terms of that combination.
Note that the converse does not hold.
- Defined in
- Mathlib.Analysis.Convex.Visible
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites70
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
- Finsetstatement and proof · 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
- Finset.sumstatement and proof · cited by 5,195
- Algebra.algebraMapproof · cited by 4,706
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- add_zeroproof · cited by 2,707
Cited by1
Results whose statement or proof uses this declaration.
- IsVisible.mem_convexHull_isVisibleproof · cited by 1