Consider the following linear matrix inequality (LMI) feasibility problem $$ \begin{aligned} \textrm{find} \quad & X \\ \textrm{s.t.} \quad & X \succ 0 \\ \quad & F(X) \prec Q \end{aligned} \tag{1} $$ where $F$ is linear in $X$ and $Q \succeq 0$. I'm trying to solve this feasibility problem using an LMI solver, but the solver only accepts semi-definiteness constraints, and not definiteness constraints as given in $(1)$. How can I convert this feasibility problem into one with only semi-definiteness constraints? Note that this question is a generalization of this one, where the special case when $F(X) = A^T X + XA$ and $Q = 0$ was considered.
2026-03-25 10:55:35.1774436135
How can I convert a strict linear (affine) matrix inequality feasibility problem into a non-strict one?
22 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in OPTIMIZATION
- Optimization - If the sum of objective functions are similar, will sum of argmax's be similar
- optimization with strict inequality of variables
- Gradient of Cost Function To Find Matrix Factorization
- Calculation of distance of a point from a curve
- Find all local maxima and minima of $x^2+y^2$ subject to the constraint $x^2+2y=6$. Does $x^2+y^2$ have a global max/min on the same constraint?
- What does it mean to dualize a constraint in the context of Lagrangian relaxation?
- Modified conjugate gradient method to minimise quadratic functional restricted to positive solutions
- Building the model for a Linear Programming Problem
- Maximize the function
- Transform LMI problem into different SDP form
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$
Related Questions in LINEAR-MATRIX-INEQUALITY
- Transform LMI problem into different SDP form
- Can a linear matrix inequality constraint transform to second-order cone constraint(s)?
- Comparing positive definite matrices and their inverses
- Show LMI $F(x)\succ0$ is feasible if and only if the LMI $F(x) \succeq I_{n \times n}$ is feasible
- Showing a matrix inequality
- Conversion of convex QCQP to standard form SDP
- How is this a linear matrix inequality?
- Transforming matrix inequality into LMI
- Every convex polyhedron is a spectrahedron
- Boyd & Vandenberghe, example 3.4 — question on Schur complements and LMIs
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?
We provide a proof that the feasibility problem in $(1)$ is equivalent to the feasibility problem $$ \begin{aligned} \textrm{find} \quad & (Y,t) \\ \textrm{s.t.} \quad & Y \succeq I \\ \quad & t \geq 1 \\ \quad & F(Y) \preceq t \cdot Q-I \end{aligned} \tag{2} $$ for every homogenous function $F$, such that $\forall \alpha \in \mathbb R, F(\alpha X) = \alpha F(X)$, and every positive semi-definite matrix $Q$.
First, we define what it means for the problem in $(1)$ to be equivalent to the problem in $(2)$. There are two possible outcomes of the problem in $(2)$: Either a $Y$ exists that satisfies the feasibility constraints, or it doesn't. When a $Y$ exists that satisfies the feasibility constraints in $(2)$, we want to be able to say that there exists an $X$ (not necessarily equal to $Y$) that satisfies the feasibility constraints in $(1)$. Similarly, when there does not exist a $Y$ that satisfies the feasibility constraints in $(2)$, we want to be able to say that there does not exist an $X$ that satisfies the feasibility constraints in $(1)$.
Therefore, the problem in $(1)$ is equivalent to the problem in $(2)$ if the following two statements are true:
We first prove statement (1) as follows. Suppose that there exists a $t \in \mathbb R$ and $Y$ such that $Y \succeq I, t \geq 1,$ and $F(Y) \preceq t \cdot Q - I$. Next, let $Y = tX$. Because $Y \succeq I$ and $I \succ 0$, then $Y \succ 0$, such that $X \succ 0$, as desired.
Next, because $F(Y) \preceq t \cdot Q - I$ and $Y = tX$, then $$ \begin{align} F(Y) &\preceq t \cdot Q - I \\ F(tX) &\preceq t \cdot Q - I \\ tF(X) &\preceq t \cdot Q - I \\ F(X) &\preceq Q - \frac{1}{t}I \\ \end{align} $$ Finally, because $\frac{1}{t} > 0$ for every $t \geq 1$, then $Q - \frac{1}{t}I \prec Q$, such that $F(X) \prec Q$, as desired.
Next, we prove statement (2). We do so by proving the contrapositive of statement (2), which is: "If there exists an $X$ such that $X \succ 0$ and $F(X) \prec Q$. then there exists a $t \in \mathbb R$ and $Y$ such that $Y \succeq I, t \geq 1$ and $F(Y) \preceq t \cdot Q - I$".
Suppose that there exists an $X$ such that $X \succ 0$ and $F(X) \prec Q$. First, note that $X \succ 0 \iff \forall t \geq 1, tX \succ 0$. Moreover, for every $t \geq 1$, and for every $\lambda_1 \in (0,t\lambda_\min(X)]$, we have that $tX - \lambda_1 I \succeq 0$, or $tX \succeq \lambda_1 I$, where $\lambda_\min(X)$ is the smallest positive eigenvalue of $X$. Then, choose $t$ such that $$ t \geq \max\left(1,\frac{1}{\lambda_\min(X)},\frac{1}{|\lambda_\max(F(X) - Q)|}\right) \tag{3} $$ where $\lambda_\max(F(X) - Q)$ is the largest negative eigenvalue of $F(X) - Q$. Note that this choice of $t$ given in $(3)$ is guaranteed to be greater than or equal to $1$. Then, with the choice of $t$ given in $(3)$, we have that $t\lambda_\min(X) \geq 1$, such that $\lambda_1 \in (0,t\lambda_\min(X)]$ can always be chosen to be greater than or equal to $1$. Hence, choose any $\lambda_1 \geq 1$ and let $Y = tX$. Because $tX \succeq \lambda_1I$, as shown above, then $Y \succeq \lambda_1 I \succeq I$, as desired.
Similarly, note that $F(X) - Q \prec 0 \iff \forall t \geq 1, t \cdot (F(X) - Q) \prec 0$. For the same choice of $t$ given in $(3)$, and for every $\lambda_2 \in (0,t \cdot |\lambda_\max(F(X) - Q)|]$, we have that $t \cdot (F(X) - Q) + \lambda_2I \preceq 0$, or $t F(X) - t Q \preceq -\lambda_2I$. Additionally, note that $t \cdot |\lambda_\max(F(X) - Q)| \geq 1$, such that $\lambda_2 \in (0,t \cdot |\lambda_\max(F(X) - Q)|]$ can always be chosen to be greater than or equal to $1$. Hence choose any $\lambda_2 \geq 1$, such that $$ \begin{align} t F(X) - t Q &\preceq -\lambda_2I \\ F(tX) &\preceq t Q -\lambda_2I \\ F(Y) &\preceq t Q -\lambda_2I \\ &\preceq t Q - I \\ \end{align} $$ as desired.
This is a generalization of the following theorem for linear (vector) inequalities: $$ \exists x, Ax < b, Bx \leq c \iff \exists (u,t), Au \leq tb - \mathbf 1, Bu \leq tc, t \geq 1 $$ for every set of matrices $A,B$ and vectors $b,c$. This theorem is part of an example of Farkas' lemma and can be found in slide 6 in "Lecture 5: Alternatives" by Lieven Vandenberghe (available online here and screenshot of the slide below).