I know the definition of Determinant function that it is a mapping $D: \mathbb{K}^{n \times n} \rightarrow \mathbb{K}$ such that (i) $D$ is n-linear (ii) $D(A) = 0$, if two rows are equal (iii) $D(I) = 1$ for the identity matrix I. where $\mathbb{K}$ is a commutative ring and $\mathbb{K}^{n \times n}$ is the set of all $n \times n$ matrices.
Can anyone tell me by using the above definition of determinant function how to prove $det(AB) = det(A) det(B)$ and $det(A) = det(A^T)$?