Properties of the matrix logarithm #
In particular, operator concavity of the matrix logarithm.
@[simp]
theorem
HermitianMat.log_zero
{n : Type u_1}
{𝕜 : Type u_2}
[Fintype n]
[DecidableEq n]
[RCLike 𝕜]
 :
@[simp]
theorem
HermitianMat.log_concave
{n : Type u_1}
{𝕜 : Type u_2}
[Fintype n]
[DecidableEq n]
[RCLike 𝕜]
{x y : HermitianMat n 𝕜}
(hx : (↑x).PosDef)
(hy : (↑y).PosDef)
⦃a b : ℝ⦄
(ha : 0 ≤ a)
(hb : 0 ≤ b)
(hab : a + b = 1)
 :
The matrix logarithm is operator concave.