Skip to content

Commit 8635778

Browse files
Ruben-VandeVeldeMaldooor
authored andcommitted
chore: add missing deprecation for eLpNorm_eq_lintegral_rpow_enorm (leanprover-community#35203)
From leanprover-community#23881.
1 parent a97141c commit 8635778

File tree

1 file changed

+3
-0
lines changed
  • Mathlib/MeasureTheory/Function/LpSeminorm

1 file changed

+3
-0
lines changed

Mathlib/MeasureTheory/Function/LpSeminorm/Defs.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ lemma eLpNorm_eq_lintegral_rpow_enorm_toReal (hp_ne_zero : p ≠ 0) (hp_ne_top :
100100
eLpNorm f p μ = (∫⁻ x, ‖f x‖ₑ ^ p.toReal ∂μ) ^ (1 / p.toReal) := by
101101
rw [eLpNorm_eq_eLpNorm' hp_ne_zero hp_ne_top, eLpNorm'_eq_lintegral_enorm]
102102

103+
@[deprecated (since := "2026-02-09")]
104+
alias eLpNorm_eq_lintegral_rpow_enorm := eLpNorm_eq_lintegral_rpow_enorm_toReal
105+
103106
lemma eLpNorm_nnreal_eq_lintegral {f : α → ε} {p : ℝ≥0} (hp : p ≠ 0) :
104107
eLpNorm f p μ = (∫⁻ x, ‖f x‖ₑ ^ (p : ℝ) ∂μ) ^ (1 / (p : ℝ)) :=
105108
eLpNorm_nnreal_eq_eLpNorm' hp

0 commit comments

Comments
 (0)