Properties of the matrix logarithm and exponential #
In particular, operator monotonicity and concavity of the matrix logarithm.
These are proved using inv_antitone, so, first showing that the matrix inverse
is operator antitone for positive definite matrices.
Matrix exponential of a Hermitian matrix, as given by the continuous
functional calculus with Real.exp
Instances For
Primed because Commute.exp_left refers to NormedSpace.exp instead of HermitianMat.exp.
Primed because Commute.exp_right refers to NormedSpace.exp instead of HermitianMat.exp.
The matrix exponential of a Hermitian matrix is nonnegative.
The matrix exponential of a Hermitian matrix is strictly positive (Loewner order).
Requires Nonempty since over an empty index type every matrix equals zero and 0 < 0
is false.
Positivity extension for HermitianMat.exp: always strictly positive if Nonempty d.
TODO: We could add a fallback to give nonnegative if Nonempty d is not available,
possibly also print a warning. (Users might often not have Nonempty d in context, and
they probably want to.)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Matrix logarithm (base e) of a Hermitian matrix, as given by the elementwise
real logarithm of the diagonal in a diagonalized form, using Real.log
Note that this means that the nullspace of the image includes all of the nullspace of the original matrix. This contrasts to the standard definition, which is typically defined for positive definite matrices, and the nullspace of the image is exactly the (ฮป=1)-eigenspace of the original matrix. (We also get the (ฮป=-1)-eigenspace here!)
It coincides with a standard definition if A is positive definite.
Instances For
The limit of $\log((1+T)/(x+T))$ as $T \to \infty$ is 0, for $x > 0$.
Monotonicity of the finite integral approximation of the logarithm.
The matrix log approximation is the CFC of the scalar log approximation.
The log approximation is the log plus an error term.
The error term in the log approximation tends to 0 as T goes to infinity.
The log approximation converges to the matrix logarithm.
The matrix logarithm is operator monotone.
Monotonicity of exp on commuting operators.
The inverse function is operator convex on positive definite matrices.
The shifted inverse function is operator convex on positive definite matrices.
Definition of the approximation of the matrix logarithm.
The finite integral approximation of the matrix logarithm is operator concave.
The matrix logarithm is operator concave.
The logarithm of a Hermitian matrix conjugated by a unitary matrix is the conjugate of the logarithm.
Generalization of HermitianMat.log_kron for possibly singular matrices.
The matrix logarithm of the Kronecker product of two nonsingular Hermitian matrices is the sum of the Kronecker products of their logarithms with the identity matrix.