Given a symmetric positive semi-definite matrix $A = \{a_{ij}\}$, with $0 < a_{ij} < 1$, is the matrix $B = \{\frac{1}{1 - a_{ij}}\}$ also a symmetric positive semi-definite matrix?
2026-03-28 20:54:00.1774731240
Identify a symmetric positive semi-definite matrix
191 Views Asked by user182048 https://math.techqa.club/user/user182048/detail At
2
Yes. Since $|a_{ij}|<1$ for each $a_{ij}$, we may write $B$ as a convergent infinite series $I+A+A\circ A+A\circ A\circ A+\cdots$, where the symbol "$\circ$" denotes Hadamard product (i.e. entrywise product). Now the Schur product theorem states that the Hadamard product of two positive semidefinite matrices is also positive semidefinite. Hence each summand in the above infinite series is positive semidefinite and the sum is positive semidefinite too.