[Merged by Bors] - feat(MeasureTheory): Add MeasurableSingletonClass version of Measure.map_dirac #35784
Closed
DavidLedvinka wants to merge 1 commit intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat(MeasureTheory): Add MeasurableSingletonClass version of Measure.map_dirac #35784DavidLedvinka wants to merge 1 commit intoleanprover-community:masterfrom
MeasurableSingletonClass version of Measure.map_dirac #35784DavidLedvinka wants to merge 1 commit intoleanprover-community:masterfrom
Conversation
PR summary c4c9be4af4Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
🚀 Pull request has been placed on the maintainer queue by EtienneC30. |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Mar 2, 2026
…re.map_dirac` (#35784) Gives the new theorem the name `Measure.map_dirac` and rename the current `Measure.map_dirac` to `Measure.map_dirac'`. This follows a convention used elsewhere that for each Measure.dirac lemma with a MeasurableSingleton instance version and a version requiring some sort of measurability, the MeasurableSingleton version has the unprimed name, and the version requiring measurability has the primed name. Co-authored-by: David Ledvinka <dledvinka.ledvinka@mail.utoronto.ca>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
MeasurableSingletonClass version of Measure.map_dirac MeasurableSingletonClass version of Measure.map_dirac
pfaffelh
pushed a commit
to pfaffelh/mathlib4
that referenced
this pull request
Mar 2, 2026
…re.map_dirac` (leanprover-community#35784) Gives the new theorem the name `Measure.map_dirac` and rename the current `Measure.map_dirac` to `Measure.map_dirac'`. This follows a convention used elsewhere that for each Measure.dirac lemma with a MeasurableSingleton instance version and a version requiring some sort of measurability, the MeasurableSingleton version has the unprimed name, and the version requiring measurability has the primed name. Co-authored-by: David Ledvinka <dledvinka.ledvinka@mail.utoronto.ca>
xroblot
pushed a commit
to xroblot/mathlib4
that referenced
this pull request
Mar 10, 2026
…re.map_dirac` (leanprover-community#35784) Gives the new theorem the name `Measure.map_dirac` and rename the current `Measure.map_dirac` to `Measure.map_dirac'`. This follows a convention used elsewhere that for each Measure.dirac lemma with a MeasurableSingleton instance version and a version requiring some sort of measurability, the MeasurableSingleton version has the unprimed name, and the version requiring measurability has the primed name. Co-authored-by: David Ledvinka <dledvinka.ledvinka@mail.utoronto.ca>
pevogam
pushed a commit
to pevogam/mathlib4
that referenced
this pull request
Mar 19, 2026
…re.map_dirac` (leanprover-community#35784) Gives the new theorem the name `Measure.map_dirac` and rename the current `Measure.map_dirac` to `Measure.map_dirac'`. This follows a convention used elsewhere that for each Measure.dirac lemma with a MeasurableSingleton instance version and a version requiring some sort of measurability, the MeasurableSingleton version has the unprimed name, and the version requiring measurability has the primed name. Co-authored-by: David Ledvinka <dledvinka.ledvinka@mail.utoronto.ca>
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.
Gives the new theorem the name
Measure.map_diracand rename the currentMeasure.map_diractoMeasure.map_dirac'. This follows a convention used elsewhere that for each Measure.dirac lemma with a MeasurableSingleton instance version and a version requiring some sort of measurability, the MeasurableSingleton version has the unprimed name, and the version requiring measurability has the primed name.