Content deleted Content added
Tags: Reverted Visual edit |
m Reverted edits by 203.19.70.221 (talk): not adhering to manual of style (HG) (3.4.12) |
||
Line 17:
#The set of all [[convex combination]]s of points in <math>X</math>
#The union of all [[simplex|simplices]] with vertices in <math>X</math>
For [[bounded set]]s in the Euclidean plane, not all on one line, the boundary of the convex hull is the [[simple closed curve]] with minimum [[perimeter]] containing <math>X</math>.
For objects in three dimensions, the first definition states that the convex hull is the smallest possible convex [[bounding volume]] of the objects.
The definition using intersections of convex sets may be extended to [[non-Euclidean geometry]], and the definition using convex combinations may be extended from Euclidean spaces to arbitrary [[real vector space]]s or [[affine space]]s; convex hulls may also be generalized in a more abstract way, to [[oriented matroid]]s.{{sfnp|Knuth|1992}}
===Equivalence of
[[File:3D_Convex_Hull.tiff|thumb|3D convex hull of 120 point cloud]]
It is not obvious that the first definition makes sense: why should there exist a unique minimal convex set containing <math>X</math>, for every <math>X</math>? However, the second definition, the intersection of all convex sets containing <math>X</math>, is well-defined. It is a subset of every other convex set <math>Y</math> that contains <math>X</math>, because <math>Y</math> is included among the sets being intersected. Thus, it is exactly the unique minimal convex set containing <math>X</math>. Therefore, the first two definitions are equivalent.{{sfnp|Rockafellar|1970|page=12}}
|