Assume that we have x1,x2,...xn vectors in d-dimensional (d>=64) hypersphere, How can we find a convex hull or simplex for all of them that encloses all the vectors? can we describe that shape with limited number of vectors?
2026-03-27 07:13:57.1774595637
Find convex hull or simplex on hypersphere that enclose all vectors
198 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in VECTOR-SPACES
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Does curl vector influence the final destination of a particle?
- Closure and Subsets of Normed Vector Spaces
- Dimension of solution space of homogeneous differential equation, proof
- Linear Algebra and Vector spaces
- Is the professor wrong? Simple ODE question
- Finding subspaces with trivial intersection
- verifying V is a vector space
- Proving something is a vector space using pre-defined properties
- Subspace of vector spaces
Related Questions in SPHERICAL-GEOMETRY
- Name of some projection of sphere onto $\mathbb{R}^2$
- Can you generalize the Triangle group to other polygons?
- motion on the surface of a 3-sphere
- What length would the sides of a triangle over Earth's surface be for the sum of its angles to be 180.1°
- why is the content of a n-sphere given by $\int_{0}^{R} S_nr^{n-1}dr = {S_nR^n \over n} $?
- Rotate a point according to a perpendicular point
- Rotate the surface of a sphere using altitude
- Is there a nice way to calculate $\int (1-x_3)^2$ over the hemisphere?
- Integrate the normal vector over a spherical polygon
- Spherical Geometry inequalities with triangles using main formula
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?
For any finite set of vectors $V = \{v_1, \ldots, v_n\}$, the convex hull is given by $$\mathcal H(V)=\left\{\sum_{k=1}^n a_kv_k\;\middle|\; \forall k, a_k > 0; \sum_{k=1}^n a_k = 1\right\}$$
Note that this is the entire hull, not just the boundary hypersurface. Also, a point in the hull may be given by many different coefficient sequences $(a_1, a_2, ..., a_n)$.
Added: to show that the set defined above is indeed the convex hull of a finite set.
Convex hulls $C(V)$ and the sets $$\mathcal H(V) := \left\{\sum_{k=0}^n a_kv_k\;\middle|\; n \in \Bbb N; \forall k, a_k > 0\text{ and }v_k \in V; \sum_{k=0}^n a_k = 1\right\}$$ satisfy a similar property:
To prove the first, Let $\displaystyle C' = \bigcup_{w \in C(V)} \overline{xw}$. Note that $C(V \cup \{x\})$ is a convex set containing $V$, so as the intersection of all such sets, $C(V) \subseteq C(V \cup \{x\})$. And since $C(V \cup \{x\})$ is convex, it must therefore contain all line segments between $x$ and points of $C(V)$. That is, $C' \subseteq C(V\cup \{x\})$.
Conversely, given any two points $a,b \in C'$, there must be $p,q \in C(V)$ such that $a$ lies on $\overline{xp}$ and $b$ lies on $\overline{xq}$. Now $\triangle xpq$ has its base $\overline{pq}$ in $C(V)$, and every point in its interior lines on a segment from $x$ to a point on $\overline{pq}$, and is therefore in $C'$. In particular, the line segmqent $\overline{ab}$ is interior to the triangle, and so is in $C'$. Since $a, b$ where arbitrary, $C'$ is convex. And so $C(V\cup \{x\}) \subseteq C'$.
Hence $\displaystyle C(V\cup \{x\}) = C' = \bigcup_{w \in C(V)} \overline{xw}$ as required.
To prove the second, let $\displaystyle H = \bigcup_{w \in \mathcal H(V)} \overline{xw}$. Note that the elements of $\mathcal H(V\cup\{x\})$ that do not include $x$ as one of the $v_k$ in the sum are exactly the elements of $\mathcal H(V)$, so $\mathcal H(V)\subseteq \mathcal H(V\cup\{x\})$. Further, if $v = \sum_{k=0}^n a_kv_k \in \mathcal H(V\cup\{x\})$ with $v_0 = x$, $v_k \in \mathcal H(V)$ for all $k > 0$, and $a_0 \ne 1$, we can rewrite the sum as $$v = a_0x + (1 - a_0)\sum_{k=1}^n \dfrac{a_k}{1-a_0}v_k$$ and note that $$\sum_{k=1}^n \dfrac{a_k}{1-a_0} = \dfrac 1{1-a_0}\sum_{k=1}^n a_n = \dfrac 1{1-a_0}(1-a_0) = 1$$ since $\sum_{k=0}^n a_n = 1$. So $w = \sum_{k=1}^n \frac{a_k}{1-a_0}v_k \in \mathcal H(V)$ and $v = a_0x + (1-a_0)w$ is a point on the line segment connecting $x$ and $w$. Thus $\mathcal H(V\cup\{x\}) \subseteq H$.
Conversely, if $v\in H$, then there exists a $t \in [0,1]$ and a $w \in \mathcal H(V)$ such that $v = tx + (1-t)w$. Now by definition, $w = \sum_{k=1}^n a_kv_k$ with all $v_k \in V$ and $\sum_{k=1}^n a_k = 1$. Let $v_0 = x, b_0 = t$ and for all $k > 0, b_k = (1-t)a_k$. Then
$$\begin{align}v &= tx + (1-t)w\\&= tx + \sum_{k=1}^n (1-t)a_kv_k\\&=b_0v_0 + \sum_{k=1}^n b_kv_k=\sum_{k=0}^n b_kv_k\end{align}$$ And $$\sum_{k=0}^n b_k = b_0 + \sum_{k=1}^n b_k = t + (1-t)\sum_{k=1}^n a_k = t + (1-t)1 = 1$$ Hence $v \in \mathcal H(V\cup\{x\})$. Since $\mathcal H(V\cup\{x\}) \subseteq H$ and $H \subseteq \mathcal H(V\cup\{x\})$, the two are equal, as required.
Now given any finite set $V = \{v_0, \ldots, v_N\}$, we can set $V_n = \{v_0, \ldots v_n\}$ for all $n \le N$. Since $V_0$ consists of a single point, it is trivially convex, so $C(V_0) = V_0$. But also by the definition, $\mathcal H(V_0) = V_0$. In particular, $C(V_0) = \mathcal H(V_0)$.
But then $C(V_1)$ and $\mathcal H(V_1)$ are both the union of all line segments connecting $v_1$ to elements of $V_0$, and thus are equal as well. Continuing inductively $C(V_n) = \mathcal H(V_n)$ for every $n$.