In example 3.4 of Boyd & Vandenberghe's Convex Optimization, we have following inequality $$t-\mathbf{x^TY^{-1}x}\geq 0$$ which can be equivalently written in matrix form as follows $$\left[ {\begin{array}{cc} \mathbf{x^T} & 1 \\ \end{array} } \right]\left[ {\begin{array}{cc} \mathbf{-Y^{-1} ~~~~0\\ ~~~~0~~~~~~~~~~ t} \end{array} } \right]\left[ {\begin{array}{c} \mathbf{x} \\ 1 \\ \end{array} } \right] \geq 0$$ I want to know how this condition transforms into $$\left[ {\begin{array}{cc} \mathbf{Y} & \mathbf{x} \\ \mathbf{x^T} & t \\ \end{array} } \right]\succeq 0.$$Any help in this regard will be much appreciated. Thanks in advance.
2026-02-22 21:18:42.1771795122
Boyd & Vandenberghe, example 3.4 — question on Schur complements and LMIs
327 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MATRICES
- How to prove the following equality with matrix norm?
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- Powers of a simple matrix and Catalan numbers
- Gradient of Cost Function To Find Matrix Factorization
- Particular commutator matrix is strictly lower triangular, or at least annihilates last base vector
- Inverse of a triangular-by-block $3 \times 3$ matrix
- Form square matrix out of a non square matrix to calculate determinant
- Extending a linear action to monomials of higher degree
- Eiegenspectrum on subtracting a diagonal matrix
- For a $G$ a finite subgroup of $\mathbb{GL}_2(\mathbb{R})$ of rank $3$, show that $f^2 = \textrm{Id}$ for all $f \in G$
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 BLOCK-MATRICES
- Determinant of Block Tridiagonal Matrix
- Showing a block matrix is SPD
- Spectrum of tridiagonal block matrix
- Determinant of $14 \times 14$ matrix
- Is this a Hurwitz matrix?
- Determinant of non-all-square block matrix
- Eigenvalues of a block circulant matrix
- Is Schur complement better conditioned than the original matrix?
- Block diagonalization
- Notation of Block Matrix
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?
- Every convex polyhedron is a spectrahedron
- Boyd & Vandenberghe, example 3.4 — question on Schur complements and LMIs
- Can I get a closed form solution of this SDP?
Related Questions in SCHUR-COMPLEMENT
- Positive-definiteness of the Schur Complement
- Use Schur complement to show that $ 1^TD1 \ge 0$
- Is Schur complement better conditioned than the original matrix?
- Solving saddle-point matrix with projection when Schur's complement doesn't exist
- Positive semidefinite matrix using Schur Complement
- Searching an analogues for Schur complement
- matrix identity extends to real entries?
- Determinant of block matrix with singular blocks on the diagonal
- Graham's formula for determinant of distance matrix of a tree
- Can I apply the Schur complement on both sides of an inequality
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?
I guess what you're looking for is a derivation of the Schur complement, or at least a proof that doesn't directly invoke it. So here we go. Let's assume that $Y$ is nonsingular. Then it is the case that $$\begin{bmatrix} Y & x \\ x^T & t \end{bmatrix} = \begin{bmatrix} I & 0 \\ x^T Y^{-1} & 1 \end{bmatrix} \begin{bmatrix} Y & 0 \\ 0 & t - x^TY^{-1} x \end{bmatrix} \begin{bmatrix} I & Y^{-1} x \\ 0 & 1 \end{bmatrix} $$ If you don't see that this is true, just multiply it out.
Now, for any symmetric $Q$ and any nonsingular $P$ of the same size, $Q\succeq 0$ if and only if $PQP^T\succeq 0$. Let's choose $$Q=\begin{bmatrix} Y & x \\ x^T & t \end{bmatrix} \quad P=\begin{bmatrix} I & 0 \\ x^TY^{-1} & 1 \end{bmatrix}^{-1}$$ Therefore, $$\begin{bmatrix} Y & x \\ x^T & t \end{bmatrix} \succeq 0 \quad\Longleftrightarrow\quad \begin{bmatrix} Y & 0 \\ 0 & t - x^T Y^{-1} x \end{bmatrix} \succeq 0 \quad\Longleftrightarrow\quad Y\succ 0, ~ t - x^TY^{-1}x \geq 0.$$ Note that the $(1,1)$ block of the second inequality implies only that $Y\succeq 0$. But combined with the assumption that $Y$ is nonsingular, implied by the presence of the inverse in the $(2,2)$ term, you get that $Y\succ 0$.