I've come across the following inequality:
Show that for every pair of square matrices with the same dimensions A and B, the following inequality holds:
$$\det\begin{bmatrix} A & B \\ -B & A \end{bmatrix}\ge0$$ Applying elementary operations would result in the following equalities: $$\det\begin{bmatrix} A & B \\ -B & A \end{bmatrix}=\det(A-iB)\det(A+iB)=\det(A^2+i(AB-BA)+B^2)$$ But I can't go any further.