Recall that the transpose of a matrix $A$ is denoted by $A^t$. Let $K$ be a field and denote the $m$x$n$-matrices over $K$ by $M_{m×n}(K)$.
Prove that $(AB)^t = B^tA^t$ for all $A ∈ Mm×k(K)$, $B ∈ M_{k×n}(K)$. You should use the formula for the $(i,j)$-entry of the product of two matrices, and you should use that the $(k, l)$-entry of the transpose of a matrix $C$ is the $(l, k)$-entry of $C$.
I know I would begin by stating $AB$ is an $m×n$- matrix then $(AB)^t$ must be too, but don't know how to continue. What is the next step?