lpNormEReal is even.
lpNormEReal is strictly positive away from the origin.
theorem
closedGauge_rpow_mul_and_polar_eq_of_closedProperConvex_posHomogeneous
{n : ℕ}
{p q : ℝ}
(hp : 1 < p)
(hpq : 1 / p + 1 / q = 1)
{f : (Fin n → ℝ) → EReal}
(hf_closed : ClosedConvexFunction f)
(hf_proper : ProperConvexFunctionOn Set.univ f)
(hf_hom : PositivelyHomogeneousOfDegree p f)
:
have k := fun (x : Fin n → ℝ) => phiPow (1 / p) (↑p * f x);
have kStar := fun (xStar : Fin n → ℝ) => phiPow (1 / q) (↑q * fenchelConjugate n f xStar);
IsClosedGauge k ∧ polarGauge k = kStar
Closed gauge and polar gauge for power profiles of closed proper convex functions.
A gauge instance for lpNormEReal upgrades to a norm gauge.
theorem
lpNormEReal_polarGauge_eq_self_of_closedGauge
{n : ℕ}
{k kPolar : (Fin n → ℝ) → EReal}
(hk : IsClosedGauge k)
(hpol : polarGauge k = kPolar)
:
A closed gauge is fixed by the polar gauge involution.