If A and B are both n x n matrices and AB = I, how would you prove that A can be inverted?
Asked
Active
Viewed 37 times
0
-
1What is your definition of an invertible matrix..? Many take this to be the definition. – Cameron Williams Feb 24 '21 at 02:34
-
invertible implying nonsingular – Mathmanskip Feb 24 '21 at 02:36
1 Answers
3
$AB = I \implies det(AB) = det(I) \implies det(A)det(B) = 1 \implies det(A) \neq 0$. Therefore, $A$ is invertible.

Nacib Neme
- 412