Can we specify all convex sets, in terms of convex constraints (convex inequality functions) on a variable?
2026-05-14 17:47:56.1778780876
Convex Sets Versus Convex Functions
293 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-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-OPTIMIZATION
- Optimization - If the sum of objective functions are similar, will sum of argmax's be similar
- Least Absolute Deviation (LAD) Line Fitting / Regression
- Check if $\phi$ is convex
- Transform LMI problem into different SDP form
- Can a linear matrix inequality constraint transform to second-order cone constraint(s)?
- Optimality conditions - necessary vs sufficient
- Minimization of a convex quadratic form
- Prove that the objective function of K-means is non convex
- How to solve a linear program without any given data?
- Distance between a point $x \in \mathbb R^2$ and $x_1^2+x_2^2 \le 4$
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
geometry
circles
algebraic-number-theory
functions
real-analysis
elementary-set-theory
proof-verification
proof-writing
number-theory
elementary-number-theory
puzzle
game-theory
calculus
multivariable-calculus
partial-derivative
complex-analysis
logic
set-theory
second-order-logic
homotopy-theory
winding-number
ordinary-differential-equations
numerical-methods
derivatives
integration
definite-integrals
probability
limits
sequences-and-series
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?
I hope I interpret your question correctly.
It depends on the space you consider the sets in. I'll assume you are only interested in convexity in Euclidean spaces. In $\mathbb {R}^1$ certainly one can identify convex sets by (very trivial) convex constraints. Simply since the convex sets in $\mathbb {R}^n $ are precisely the intervals (all sorts of intervals: closed, open, half closed, half open, rays etc.).
In $\mathbb {R}^2$ already things get more complicated and a complete answer would depend on what exactly do you mean by 'constraints'. For instance, the set $S=\{(x,y)\mid x^2+y^2<1\}$ is convex and can be described by convex constraints you have in mind. But the set $S\cup\{(x,y)\mid x^2+y^2=1,x\notin \mathbb {Q}\}$ is also convex and I'm not sure it can be given by the constraints you have in mind.
Another type of complication arises if you imagine pinching a point on the boundary of $S$ so as to raise it a bit and create a vertex. You can do that in such a way that the shape stays convex but now your constraining function becomes non-differentiable at that point. Things can be made worse by pinching at infinitely many points, keeping the shape convex, causing the constraining function to be quite nasty. Instead of pinching and creating a vertex you can also pinch and keep the boundary smooth but have the instantaneous rate of change infinite at a point or infinitely many points, again causing the constraining function to be problematic.
The bottom line is that usually sets can be more easily manipulated than functions and thus just setting a condition on a set will not generally be enough to characterize it functionally. This is not always the case of course, as seen the by low dimensional case.