Matrix isometry preserves norm
Matrix.isometry_preserves_norm
Project documentation
The operator norm of a matrix, with respect to the Euclidean norm (l2 norm) on the domain and codomain. -/ noncomputable def Matrix.opNorm [RCLike 𝕜] (A : Matrix m n 𝕜) : ℝ := ‖LinearMap.toContinuousLinearMap (Matrix.toEuclideanLin A)‖ /- An isometry preserves the Euclidean norm.
Source project: quantumInfo
Person-level attribution pending.