I have a bounded set $A \subset \mathbb{R}^{n}$. I'm trying to compute the maximum distance (or an upper bound to it) between a point belonging to the convex hull of $A$ and its closest neighbour in $A$: \begin{equation*} \max_{x \in \mathcal{C}(A)} d(x, \Pi_{A}(x)), \end{equation*} where $\mathcal{C}(A)$ is the convex hull of $A$, and $\Pi_{A}(a) = \mathop{\mathrm{argmax}}_{b \in A} d(a, b)$. A trivial upper bound would be $\mathrm{diam}(A)$, since $\mathrm{diam}(A) = \mathrm{diam}(\mathcal{C}(A))$. My initial guess for a better bound is $\frac{1}{2} \mathrm{diam}(A)$, but I'm unable to prove it formally.
2026-03-26 03:01:25.1774494085
Maximum distance between a point in the convex hull of $A$ and its closest neighbour in $A$
172 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GEOMETRY
- Point in, on or out of a circle
- Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment
- How to see line bundle on $\mathbb P^1$ intuitively?
- An underdetermined system derived for rotated coordinate system
- Asymptotes of hyperbola
- Finding the range of product of two distances.
- Constrain coordinates of a point into a circle
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
Related Questions in CONVEX-ANALYSIS
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
- Convex open sets of $\Bbb R^m$: are they MORE than connected by polygonal paths parallel to the axis?
- Show that this function is concave?
- In resticted domain , Applying the Cauchy-Schwarz's inequality
- Area covered by convex polygon centered at vertices of the unit square
- How does positive (semi)definiteness help with showing convexity of quadratic forms?
- Why does one of the following constraints define a convex set while another defines a non-convex set?
- Concave function - proof
- Sufficient condition for strict minimality in infinite-dimensional spaces
- compact convex sets
Related Questions in CONVEX-GEOMETRY
- Lemma 1.8.2 - Convex Bodies: The Brunn-Minkowski Theory
- Why does one of the following constraints define a convex set while another defines a non-convex set?
- Is the logarithm of Banach-Mazur distance between convex bodies an actual distance?
- Convex set in $\mathbb{R}^2_+$
- Unit-length 2D curve segment with maximal width along all directions
- A point in a convex hull
- Geometric proof of Caratheodory's theorem
- The permutations of (1,1,0,0), (-1,1,0,0), (-1,-1,0,0) are vertices of a polytope.
- Computing the subgradient of an indicator function or the normal cone of a set
- 3 Dimensional space
Related Questions in CONVEX-HULLS
- Is every finite descending sequence in [0,1] in convex hull of certain points?
- What exactly the Ellipsoid method does?
- Why is the determinant test attractive for the Convex Hull algorithm?
- Unit-length 2D curve segment with maximal width along all directions
- A point in a convex hull
- Why is Sklansky algorithm convex hull wrong
- Proving this convex hull lemma
- Why do we check $n^2 - n$ pairs of points in SlowConvexHull algorithm?
- Convex combination of $2^n$ vectors from cartesian products of half-spaces
- There exists $\vec{w}$ such that $\vec{\beta}_j\cdot \vec{w}>0$ $\iff$ the origin is not in the convex hull of $\vec{\beta}_j$ and $\vec{e}_i$.
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
If $x$ belongs to a convex hull, then it lies on some line segment $[y,z]$ where both $y,z\in A$, i.e. $x\in [y,z]$, so $dist(y,z)=dist(y,x)+dist(x,z)$. Hence $dist(x,A)\le \min\{ (dist(x,y),dist(x,z)\}\le \frac{dist(y,z)}2\le \frac12 \mathrm{diam}(A)$.