Commit 2025-02-21 20:26 31af98b7
View on Github →Rename Mem𝓛p
to MemLp
(#22164)
- Search + replace
emâ„’p
byemLp
- 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 toeLpNorm
, which are now renamed to useeLpNorm