[Merged by Bors] - feat: a measurable space structure on WithLp#26249
Closed
EtienneC30 wants to merge 18 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat: a measurable space structure on WithLp#26249EtienneC30 wants to merge 18 commits intoleanprover-community:masterfrom
WithLp#26249EtienneC30 wants to merge 18 commits intoleanprover-community:masterfrom
Conversation
PR summary ddf91f1569Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
a7387b2 to
b79f4d2
Compare
2 tasks
RemyDegenne
approved these changes
Jun 23, 2025
Contributor
RemyDegenne
left a comment
There was a problem hiding this comment.
Looks good!
bors d+
(please wait for the PR this depends on to go through bors).
Contributor
|
✌️ EtienneC30 can now approve this pull request. To approve and merge a pull request, simply reply with |
Collaborator
|
This PR/issue depends on:
|
Member
Author
|
Thanks! |
Contributor
|
Build failed (retrying...): |
Contributor
|
Pull request successfully merged into master. Build succeeded: |
WithLpWithLp
Rida-Hamadani
pushed a commit
to Rida-Hamadani/mathlib4
that referenced
this pull request
Jun 24, 2025
…26249) Put a measurable space structure on a general `WithLp`. Define a `MeasurableEquiv` version of `WithLp.equiv`. The direction is reversed in prevision of the `WithLp` refactor in leanprover-community#24261. Define a `BorelSpace` instance.
joelriou
pushed a commit
to joelriou/mathlib4
that referenced
this pull request
Jul 7, 2025
…26249) Put a measurable space structure on a general `WithLp`. Define a `MeasurableEquiv` version of `WithLp.equiv`. The direction is reversed in prevision of the `WithLp` refactor in leanprover-community#24261. Define a `BorelSpace` instance.
callesonne
pushed a commit
to callesonne/mathlib4
that referenced
this pull request
Jul 24, 2025
…26249) Put a measurable space structure on a general `WithLp`. Define a `MeasurableEquiv` version of `WithLp.equiv`. The direction is reversed in prevision of the `WithLp` refactor in leanprover-community#24261. Define a `BorelSpace` instance.
3 tasks
mathlib-bors bot
pushed a commit
that referenced
this pull request
Nov 4, 2025
The `MeasurableSpace` structure over `WithLp` was introduced globally in [#26249](#26249), so the particular instances that were introduced for [NumberField.mixedEmbedding.euclidean.mixedSpace](https://leanprover-community.github.io/mathlib4_docs/Mathlib/NumberTheory/NumberField/CanonicalEmbedding/Basic.html#NumberField.mixedEmbedding.euclidean.mixedSpace) and `EuclideanSpace` are no longer needed. The measurable space structure on `WithLp` is not imported in the file where [EuclideanSpace.measurableEquiv](https://leanprover-community.github.io/mathlib4_docs/Mathlib/MeasureTheory/Measure/Haar/OfBasis.html#EuclideanSpace.measurableEquiv) is defined, so if I want to deprecate `EuclideanSpace.measurableEquiv` I either have to add a useless import, or deprecate the instances in the file instead of removing them. Thus I did not deprecate it and just removed it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Put a measurable space structure on a general
WithLp. Define aMeasurableEquivversion ofWithLp.equiv. The direction is reversed in prevision of theWithLprefactor in #24261. Define aBorelSpaceinstance.PiLp#26261