Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-03-14 15:45 0a16148c

View on Github →

feat(measure_theory/lp_space): add snorm_norm_rpow (#6619) The lemma snorm_norm_rpow states snorm (λ x, ∥f x∥ ^ q) p μ = (snorm f (p * ennreal.of_real q) μ) ^ q. Also add measurability lemmas about pow/rpow.

Estimated changes