Documentation

LeanPool.Rupert.Convex

LeanPool.Rupert.Convex #

Imported Lean Pool material for LeanPool.Rupert.Convex.

@[reducible, inline]
abbrev Convex.E (n : ) :

n-dimensional Euclidean space over , indexed by Fin n.

Equations
Instances For
    theorem Convex.move_scale {n : } {s : } (sgz : s > 0) {v : E n} {Y : Set (E n)} :
    v s Y → (1 / s) v Y
    theorem Convex.subset_interior_hull' {n : } {X : Set (E n)} {ε : } ( : 0 < ε) (hℓ : Set.Ioo 0 1) (h0 : Metric.ball 0 ε X) :
    theorem Convex.subset_interior_hull {n : } {X : Set (E n)} {ε₀ ε₁ : } (hε₀ : 0 < ε₀) (hε₁ : ε₁ Set.Ioo 0 1) (h0 : Metric.ball 0 ε₀ (convexHull ) X) :
    (convexHull ) ((1 - ε₁) X) interior ((convexHull ) X)
    theorem Convex.mem_interior_hull {n : } {X : Set (E n)} {ε₀ ε₁ : } (hε₀ : 0 < ε₀) (hε₁ : ε₁ Set.Ioo 0 1) (h0 : Metric.ball 0 ε₀ (convexHull ) X) {p : E n} (h : p (convexHull ) ((fun (v : E n) => (1 - ε₁) v) '' X)) :
    theorem Convex.ball_in_hull_of_corners_in_hull {X : Set (E 2)} {ε : } ( : ε Set.Ioo 0 1) (h₀ : ![ε, ε] (convexHull ) X) (h₁ : ![-ε, ε] (convexHull ) X) (h₂ : ![-ε, -ε] (convexHull ) X) (h₃ : ![ε, -ε] (convexHull ) X) :