Let us take a continuous concave function $f:[0,1]^n \rightarrow \mathbb{R}_+$. The convex hull of its graph is given by, $co(G(f))=\{(x,y)\in[0,1]^n \times \mathbb{R}_+:x=\sum\limits^n_{i=1}\alpha_ix_i,y=\sum\limits^n_{i=1}\alpha_if(x_i),\alpha_i \geq 0, \sum\limits^n_{i=1}\alpha_i=1.\}$ My question is, can any point $(x,y) \in co(G(f))$ be represented as $(x,y)=\alpha(x_1,f(x_1))+(1-\alpha)(x_2,f(x_2))$? I'm aware of the Caratheodory theorem which says we need at most $n$ points for the convex combination, which is why I used $n$ in the definition. The question is whether this can be done by exactly two.
2026-03-27 14:58:58.1774623538
Any point in the convex hull of the graph of a concave function can be represented as a convex combination of two points
179 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
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?
Here is the counterexample: $$ f(x,y) = x(1-x) + y(1-y). $$ Then $f(x,y)\ge0$ for all $(x,y)\in [0,1]^2$, and $f$ is zero exactly at the four corners of $[0,1]^2$.
Then $[0,1]^2 \times \{0\} \subset conv(G_f)$, but $(0.5, 0.25, 0)$ is not a convex combination of two points of $G_f$.