Finding points inside innermost convex hull - MathOverflow [closed] most recent 30 from http://mathoverflow.net 2013-05-25T23:06:35Z http://mathoverflow.net/feeds/question/50800 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/50800/finding-points-inside-innermost-convex-hull Finding points inside innermost convex hull delta3ty 2010-12-31T11:35:56Z 2010-12-31T17:54:02Z <p>Given a set of points $S$ on the Euclidean plane, <i>Onion Peeling</i> determines the nested set $H$ of convex hulls on $S$. Define an analytical formula on $S$ which produces a point, not necessarily in $S$, that falls inside the innermost convex hull in $H$. The formula must not use $H$.</p> http://mathoverflow.net/questions/50800/finding-points-inside-innermost-convex-hull/50813#50813 Answer by Joseph O'Rourke for Finding points inside innermost convex hull Joseph O'Rourke 2010-12-31T16:56:57Z 2010-12-31T16:56:57Z <p>Here is an illustration of Gerry Myerson's nice idea: <br /> <img src="http://cs.smith.edu/~orourke/MathOverflow/Onions.jpg" alt="onions"> <br /> The left set has onion depth $n/3$, the right set, after small rotations, has depth 1.</p> <p>Incidentally, there is an efficient algorithm to find the onion depth of a point set: $O( n \log n )$ for a set of $n$ points, established by Bernard Chazelle in the paper, "On the convex layers of a planar set," <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.113.8709" rel="nofollow">IEEE Transactions on Information Theory, 31: 509-517, 1985</a>. </p> <p>There also has been some work on the combinatorial structure of onion layers. A crude summary is: the structure is complex and not well understood. See "Onion polygonizations," <a href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6V0F-3VSNJ4W-X&amp;_user=825413&amp;_coverDate=02%252F12%252F1996&amp;_rdoc=1&amp;_fmt=high&amp;_orig=search&amp;_origin=search&amp;_sort=d&amp;_docanchor=&amp;view=c&amp;_searchStrId=1593169683&amp;_rerunOrigin=google&amp;_acct=C000044660&amp;_version=1&amp;_urlVersion=0&amp;_userid=825413&amp;md5=bca2cfa79aeef0fece644ecb8d749466&amp;searchtype=a" rel="nofollow"><em>Information Processing Letters</em> Volume 57, Issue 3, 12 February 1996, Pages 165-173</a>.</p> http://mathoverflow.net/questions/50800/finding-points-inside-innermost-convex-hull/50816#50816 Answer by Bill Thurston for Finding points inside innermost convex hull Bill Thurston 2010-12-31T17:54:02Z 2010-12-31T17:54:02Z <p>To proceed further along the lines of Gerry Myerson's comment and Joseph O'Rourke's illustration and remarks, there is no real analytic formula to produce a point inside the innermost core as a function of $n$ points, when $n \ge 4$:</p> <p>If you have a triangle with 1 point inside, then the only possible solution is that point.</p> <p>If there were any analytic function, then it since it picks one of the vertices in an open neighborhood, it would need to pick that point globally. But that's impossible, since the configuration can be rearranged to make a different point the innermost one.</p> <p>There is not even a continuous function that produces a point in the innermost hull, at least for 5 or more points; here the idea is illustrated with 9 points, so that the peeling the onion gives a nondegenerate inner hull:</p> <p><img src="http://dl.dropbox.com/u/5390048/OnionPeels.png" alt="alt text"></p> <p>If 6 points are added to the edges of a triangle formed by 3 of the points, then an arbitrarily small perturbation makes the first peeling produce a quadrilateral as shown. The intersection of this quadrilateral with the two other analogous quadrilaterals is empty, so there can be no continuous choice near the degenerate configuraton.</p> <p>For 5 points, 2 extra points can be added so that a perturbation makes one of them into the inner hull. For 6 points, it can be arranged to be not quite as degenerate, where the inner hulls become 3 line segments that have no common intersection.</p>