Commit 2025-02-21 20:26 31af98b7

View on Github →

Rename Memđť“›p to MemLp (#22164)

  • Search + replace emâ„’p by emLp
  • Automatically added deprecations (roughly) by using the regex replace (theorem|lemma|def) ([^ \n]*)emLp([^ \n]*)(((?!\n\n)[\s\S])*)$ >
$1 $2emLp$3$4
@[deprecated (since := "2025-02-21")] 
alias $2emđť“›p$3 := $2emLp$3
  • Undid unwanted alias replaces by alias ([^ ]*)emLp([^ ]*) > alias $1emđť“›p$2 (but had to manually change some aliases back that were not deprecated)
  • A few lemmas use đť“›p to refer to eLpNorm, which are now renamed to use eLpNorm

Estimated changes

added theorem MeasureTheory.MemLp.im
added theorem MeasureTheory.MemLp.re
modified theorem MeasureTheory.Lp.enorm_toLp
modified theorem MeasureTheory.Lp.norm_toLp
modified theorem MeasureTheory.Lp.toLp_coeFn