QuantumInfo.ForMathlib.HermitianMat.Schatten
Schatten norms
Relating schattenNorm to singular values
Schatten–Hölder inequality
The *Schatten–Hölder inequality* for matrix products: For matrices `A`, `B` and exponents `r, p, q > 0` with `1/r = 1/p + 1/q`, the Schatten `r`-norm of the product satisfies `‖A * B‖_{S^r} ≤ ‖A‖_{S^p} * ‖B‖_{S^q}`. This version includes the quasi-norm case (r, p, q < 1).
Proof sketch
The proof proceeds in three steps: 1. Express Schatten norms in terms of singular values: `‖A‖_p = (∑ σᵢ(A)^p)^{1/p}`. 2. Use the **weak log-majorization** of singular values of products (`weakLogMaj_singularValues_mul` + `sum_rpow_le_of_weakLogMaj`) to obtain `∑ σᵢ(AB)^r ≤ ∑ σ↓ᵢ(A)^r · σ↓ᵢ(B)^r`. 3. Apply the **classical Hölder inequality** for finite sums (`NNReal.inner_le_Lp_mul_Lq` from Mathlib, with conjugate exponents `p/r` and `q/r`) to bound `∑ σ↓ᵢ(A)^r · σ↓ᵢ(B)^r ≤ (∑ σᵢ(A)^p)^{r/p} · (∑ σᵢ(B)^q)^{r/q}`. 4. Take `1/r`-th powers and combine.
14 declarations
Schatten -norm of a matrix
For a matrix and an exponent , the Schatten -norm is defined as where denotes the conjugate transpose of , and the power of the positive semi-definite matrix is defined via the continuous functional calculus. The result is returned as the real part of the trace.
Schatten -norm of a positive semidefinite Hermitian matrix equals
Let be a Hermitian matrix of dimension over the complex numbers . If is positive semidefinite () and is a positive real number (), then the Schatten -norm of the underlying matrix of (denoted ) is given by where is defined via the functional calculus for Hermitian matrices and denotes the matrix trace.
The Schatten -norm is non-negative
For any complex matrix and any real number , the Schatten -norm of is non-negative, i.e., .
for
Let be a positive semidefinite Hermitian matrix of size over . For any positive real numbers and , the Schatten -norm of the matrix power is equal to the -th power of the Schatten -norm of . That is,
for positive semi-definite and
Let be a complex Hermitian matrix such that is positive semi-definite (). For any real number , the trace of the -th power of is equal to the -th power of its Schatten -norm, denoted as .
Trace of equals the sum of its eigenvalues to the power
Let be a complex matrix and let . Let be the Hermitian matrix formed by the product of the conjugate transpose of and itself. The real part of the trace of the functional calculus of applied to the power function is equal to the sum of the -th powers of the eigenvalues of : where denotes the -th eigenvalue of the Hermitian matrix .
for
For any complex matrix and any positive real number , the -th power of the Schatten -norm of is equal to the sum of the -th powers of its singular values, i.e., where denotes the -th singular value of .
Schatten -norm equals partial sum of singular values:
Let be a square complex matrix of size and be a positive real number (). The Schatten -norm of , denoted , is equal to the -th root of the sum of the -th powers of its singular values :
Let be a complex matrix and be a positive real number. Let denote the Schatten -norm of , and let denote the -th singular value of sorted in non-increasing order. Then the -th power of the Schatten -norm equals the sum of the -th powers of the sorted singular values: where is the dimension of the matrix.
Trace Young Inequality for PSD Matrices:
Let and be complex Hermitian matrices that are positive semidefinite (). For any real numbers satisfying the conjugacy condition , the real inner product of and satisfies the Young inequality: where and are defined via functional calculus.
for
Let and be Hermitian matrices of size over . If is positive semidefinite (), then the product of the conjugate transpose of and the matrix is equal to the matrix . Specifically, let , then .
Let and be Hermitian matrices over such that is positive semidefinite (). For any real number , the Schatten -norm of the product raised to the power is equal to the trace of the -th power of the matrix , denoted here as . Specifically: where is defined via functional calculus for Hermitian matrices.
Schatten–Hölder Inequality for Matrix Products:
Let and be complex matrices. For any positive real numbers satisfying the relation , the Schatten -norm of the product is bounded by the product of the Schatten -norm of and the Schatten -norm of : where the Schatten -norm is defined as for singular values . This inequality holds for both the norm and quasi-norm cases.
for and
Let and be positive semidefinite Hermitian matrices of size over . Let be positive real numbers such that . Then the trace of the power of the matrix satisfies the inequality where denotes the -th power of a Hermitian matrix defined via functional calculus and denotes the congruence action .
