[Merged by Bors] - feat: Hölder framework for lp spaces#35197
[Merged by Bors] - feat: Hölder framework for lp spaces#35197j-loreaux wants to merge 14 commits into
lp spaces#35197Conversation
PR summary 7b185b2fb9Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
This pull request has conflicts, please merge |
|
This pull request has conflicts, please merge |
…eanprover-community#35198) Currently the API exists only for `Real.HolderConjugate`. This generalizes it in anticipation of leanprover-community#35197, which implements the Hölder framework for `lp` spaces.
|
This PR/issue depends on: |
mike1729
left a comment
There was a problem hiding this comment.
I found a couple of small nits.
Co-authored-by: Michal Swietek <4404982+mike1729@users.noreply.github.com> Co-authored-by: Jireh Loreaux <loreaujy@gmail.com>
| @[simps!] | ||
| noncomputable def holderₗ (B : (i : ι) → E i →L[𝕜] F i →L[𝕜] G i) {K : ℝ} (hBK : ∀ i, ‖B i‖ ≤ K) : | ||
| lp E p →ₗ[𝕜] lp F q →ₗ[𝕜] lp G r := | ||
| .mk₂ 𝕜 (holder r B hBK) ?_ ?_ ?_ ?_ where finally |
There was a problem hiding this comment.
There is a PR about the convention for where and finally: leanprover-community/leanprover-community.github.io#844
This was my take from the zulip discussion, but if you prefer your current version, then feel free to revive the discussion
| lemma norm_tsumCLM_le {α 𝕜 E : Type*} [NontriviallyNormedField 𝕜] | ||
| [NormedAddCommGroup E] [NormedSpace 𝕜 E] [CompleteSpace E] : | ||
| ‖tsumCLM 𝕜 α E‖ ≤ 1 := |
There was a problem hiding this comment.
This looks a bit out of place in this file, could we put it in lpSpace instead?
There was a problem hiding this comment.
This was discussed earlier in the review comments. Doing so would increase the imports of that file more than I would prefer to do.
|
✌️ j-loreaux can now approve this pull request until 2026-06-16 14:25 UTC (in 2 weeks). To approve and merge, reply with |
|
bors merge |
|
Pull request successfully merged into master. Build succeeded: |
lp spaceslp spaces
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
lp E p#35152Real.HolderTriple#35198