How to prove that the determinant of the product of matrices is equal to product of their respective determinants ?.ie,
$$ |A.B|=|A|.|B| $$ where $A,B$ are square matrices of the same order.
I have no clue of where to start, I just know the following $$ |A|I=A(adj A)=(adj A)A $$ Note: I have checked a similar problem at Proving determinant product rule combinatorially which gives a combinatorial proof of the statement which is kinda cumbersome by the use of Combinatorics in a matrix problem. So I hope its worth asking for an alternative proof using only the properties of matrices.
Let $A,B\in \Re^{n\times n}$ be two $n\times n$ matrices.
Now we can distinguish between 2 cases:
Case 1: $A$ isn't invertible. Therefore the product $AB$ won't be invertible either. In this case, $|AB|=|A|\cdot|B|=0$ holds true (both sides are equal to $0$).
Case 2: $A$ is invertible. In this case, both $A$ and the Identity Matrix $I_n$ are equivalent by rows: $$A=E_p\cdot E_{p-1}\ldots E_1\cdot I_n=E_p\cdot E_{p-1}\ldots E_1$$
And therefore: $$\begin{align*} |AB| &= |E_p\cdot E_{p-1}\ldots E_1\cdot B| \\ &=|E_p|\cdot|E_{p-1}\ldots E_1\cdot B| \\ &= |E_p|\cdot|E_{p-1}|\cdot |\ldots E_1\cdot B| \\ &=\ldots \\ &= |E_p\ldots E_1|\cdot |B| \\ &= |A|\cdot|B|\end{align*}$$