
Ben T. answered 09/07/20
Experienced Applied Math Student
Theorem. Let A be a real n×n matrix, and let I be the nxn identity matrix. If A2 = I, then at least one of A + I, A −− I is singular.
Proof. We can write A2 = I as A2 − I = 0, the n×n zero matrix. Since A and I commute for all A, we can factor this as (A + I)(A − I) = 0. Taking the determinant of both sides, and recalling that the determinant of a product is the product of the determinants, we have det(A + I)det(A − I) = 0. Since both determinants are real numbers (and the real numbers are a field), they satisfy the property that if the product is zero, then at least one factor is zero. Thus, either det(A + I) = 0 or det(A − I) = 0. Now, a square matrix is invertible (nonsingular) if and only if its determinant is nonzero. Thus, at least one of A + I, A − I is singular, and the proof is complete.