Hei guys,
I would like to check with you a prove I have
Let the matrix $X_1 = \begin{bmatrix} A_1 & B_1\\ B_1 ^ T & A_1\\ \end{bmatrix}$ be positive definite. Based on this I would like to show that the matrix $X_2 = \begin{bmatrix} X_1 & B_2\\ B_2 ^ T & A_1\\ \end{bmatrix}$, where $B_2 = \begin{bmatrix} 0\\ B_1\\ \end{bmatrix}$ is also positive definite.
The prove I have looks like this:
- Based on the assumptions on $X_1$ and the Schur Lemma we get that $A_1, A_1 - B_1 ^ T \times A_1 ^ {-1} \times B_1$ and $A_1 - B_1 \times A_1 ^ {-1} \times B_1 ^ T$ are positive definite.
- In order for $X_2$ to be positive definite one has to show (based on the same lemma) that $X_1 - B_2 \times A_1 ^ {-1} \times B_2 ^ T$ is positive definite. This is equivalent with showing that the matrix:
$\begin{bmatrix} A_1 & B_1\\ B_1 ^ T & A_1 - B_1 \times A_1 ^ {-1} \times B_1 ^ T\\ \end{bmatrix}$ is positive definite.
For me this is true on if the matrix $- B_1 \times A_1 ^ {-1} \times B_1 ^ T$ is positive definite.
I would like to ask you if is possible $X_2$ to be positive definite with the $- B_1 \times A_1 ^ {-1} \times B_1 ^ T$ being positive definite?
Thanks, Bogdan.
$X_2$ is positive definite only if $−B_1 \times A_1 ^ {-1}×B_1 ^ T$ is also positive definite? And there is no other way for $X_2$ to be so.
– Bogdan May 13 '13 at 09:46