This leads to another definition of determinant, which we will call det4(M). Delete a fixed column and the jth row, as j runs from 1 to n. Multiply subdeterminants by entries in the deleted column, and add up the products. This is just like det3, but we're moving down a column.
Let S be the transpose of M, and compute det4(M) and det3(S). Fix column i in M and row i in S, giving the same subdeterminants and the same entries. Det4 gives exactly the same formula as det3. Thus det4 gives the determinant of the transpose of M, which happens to be the determinant of M.