Integral representations of rpow #
This file contains an integral representation of the rpow function between 0 and 1: we show
that there exists a measure on ℝ such that x ^ p = ∫ t, rpowIntegrand₀₁ p t x ∂μ for
the integrand rpowIntegrand₀₁ p t x := t ^ p * (t⁻¹ - (t + x)⁻¹).
This representation is useful for showing that rpow is operator monotone and operator concave
in this range; that is, cfc rpow is monotone/concave. The integrand can be shown to be
operator monotone and concave through direct means, and this integral lifts these properties
to rpow.
Notes #
Here we only compute the integral up to a constant, even though the actual constant can be computed via contour integration. We chose to avoid this, as the constant is seldom if ever relevant in applications, and would needlessly complicate the proof.
Main declarations #
rpowIntegrand₀₁ p t x := t ^ p * (t⁻¹ - (t + x)⁻¹)exists_measure_rpow_eq_integral: there exists a measure onℝsuch thatx ^ p = ∫ t, rpowIntegrand₀₁ p t x ∂μ
TODO #
- Show operator monotonicity and concavity of
rpowoverIcc 0 1as outlined above - Give analogous representations for the ranges
Ioo (-1) 0andIoo 1 2.
References #
- [carlen2010] Eric A. Carlen, "Trace inequalities and quantum entropies: An introductory course" (see Lemma 2.8)