theorem
Matrix.norm_det_le_prod_norm_column
{π : Type u_1}
[RCLike π]
{n : Type u_2}
[Fintype n]
[DecidableEq n]
[LinearOrder n]
[LocallyFiniteOrderBot n]
[WellFoundedLT n]
(A : Matrix n n π)
:
Hadamard's inequality (sharp form). The norm of the determinant of a square matrix
over an RCLike field is at most the product of the Euclidean (LΒ²) norms of its columns:
βA.detβ β€ β j, β(β i, βA i jβ ^ 2).
This dominates the crude entrywise bound Matrix.det_le; equality holds precisely when the
columns are pairwise orthogonal.