Skip to content

Commit bc20bc9

Browse files
int-y1Ruben-VandeVeldemo271j-loreaux
committed
feat: port Analysis.NormedSpace.LpSpace (#4465)
Notes [Zulip thread](https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/!4.234465.20.60lp.60) : 1. There are both `CoeOut` and `CoeFun` instances for `lp E p`. This is consistent with mathlib3, but it seems strange and I would expect it to cause problems. 2. It seems there is some defeq abuse (identifiying `PreLp E` with `∀ i, E i` in the aforementioned `CoeOut` instance, for example) happening here which is rather convenient, but it's possible it may cause problems. (this abuse was also present in mathlib3) 3. What should the name of this file be? `LpSpace` seems wrong semantically, but `lpSpace` doesn't seem allowable by our file name conventions. Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com> Co-authored-by: Moritz Firsching <firsching@google.com> Co-authored-by: Jireh Loreaux <loreaujy@gmail.com>
1 parent 785b825 commit bc20bc9

File tree

2 files changed

+1220
-0
lines changed

2 files changed

+1220
-0
lines changed

Mathlib.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ import Mathlib.Analysis.NormedSpace.IndicatorFunction
552552
import Mathlib.Analysis.NormedSpace.Int
553553
import Mathlib.Analysis.NormedSpace.IsROrC
554554
import Mathlib.Analysis.NormedSpace.LinearIsometry
555+
import Mathlib.Analysis.NormedSpace.LpSpace
555556
import Mathlib.Analysis.NormedSpace.MStructure
556557
import Mathlib.Analysis.NormedSpace.MazurUlam
557558
import Mathlib.Analysis.NormedSpace.Multilinear

0 commit comments

Comments
 (0)