1. Given the matrix equation A+AT=I, we start by analyzing the properties of A. Let A=[aij]. From the given equation, we have:
A+AT=I
This implies that for the diagonal elements aii:
aii+aii=1⟹2aii=1⟹aii=21
For the off-diagonal elements aij where i=j:
aij+aji=0⟹aij=−aji
Therefore, A can be written as:
A=21I+B
where B is a real skew-symmetric matrix (i.e., BT=−B).
2. Next, we consider the characteristic polynomial of A. Let pM(x)=det(xI−M) be the characteristic polynomial of a matrix M. For A, we have:
pA(x)=det(xI−A)=det(xI−(21I+B))=det((x−21)I−B)=pB(x−21)
This relationship shows that the eigenvalues of A are shifted by 21 from the eigenvalues of B.
3. Since B is a real skew-symmetric matrix, its eigenvalues are either zero or purely imaginary numbers. Specifically, the eigenvalues of B are of the form ci for some real number c. If c=0, the eigenvalues appear in conjugate pairs ci and −ci.
4. Therefore, the eigenvalues of A are either:
21(if the eigenvalue of B is 0)
or
21+ciand21−ci(if the eigenvalues of B are ci and −ci)
5. To find the determinant of A, we multiply all its eigenvalues. Let k be the number of eigenvalues equal to 21 and let m be the number of pairs of purely imaginary eigenvalues. Then:
detA=(21)kj=1∏m(21+cji)(21−cji)
Simplifying the product of conjugate pairs:
(21+cji)(21−cji)=(21)2−(cji)2=41+cj2
Therefore:
detA=(21)kj=1∏m(41+cj2)
Since 41+cj2>0 for all real cj, and (21)k>0, it follows that:
detA>0
The final answer is detA>0