Given two invertible square matrices A, B is it always true that $$(ABA^{-1})^{-1}=AB^{-1}A^{-1}$$
I think it's false since in matrix multiplication order matters but i can't find a counterexample
Given two invertible square matrices A, B is it always true that $$(ABA^{-1})^{-1}=AB^{-1}A^{-1}$$
I think it's false since in matrix multiplication order matters but i can't find a counterexample
If B is invertible then:
$(ABA^{-1})^{-1} = AB^{-1}A^{-1}$
To show this is true, show that $(ABA^{-1})(AB^{-1}A^{-1}) = (AB^{-1}A^{-1})(ABA^{-1}) = I$
Since matrix multiplication is associative we can drop the parentheses.
$ABA^{-1}AB^{-1}A^{-1}$
And we have an $A$ next to an $A^{-1}$ and they cancel each other out (or multiply to $I$)
$ABB^{-1}A^{-1}$
And we again have a pair of inverses together, and after we cancel those we will still have a pair of inverses together.