Does this non-symmetric have only positive principal minors?

54 Views Asked by At

In a recent post (Is this non-symmetric matrix positive definite?), I asked whether the following non-symmetric $n \times n$ matrix: $$ A = \begin{bmatrix} 1 & \delta_1 & \dots & \delta_1\\ \delta_2 & 1 & \dots & \delta_2\\ \vdots & \ddots & \ddots & \vdots\\ \delta_n &\dots & \delta_n& 1 \end{bmatrix}$$ where $\delta_i \in (0,1)$ for all $i$, was positive definite. The answer is no (provided by user151).

However, I realise that it would be sufficient for me if this matrix had all its principal minors positive. Which is obviously weaker. Does anyone have an idea of how to prove (or disprove) this?

1

There are 1 best solutions below

2
On

Let $D=\operatorname{diag}(\delta_1,\ldots,\delta_n)$. Then $A=Dee^T+I-D$ is a rank-one update of the matrix $I-D$. Hence $$ \det A =\det(I-D)\big(1+e^T(I-D)^{-1}De\big) =\det(I-D)\left(1+\sum_{i=1}^n\frac{\delta_i}{1-\delta_i}\right), $$ which is positive. Similarly, the other principal minors are positive too.