-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - feat(MeasureTheory/Group): add lemmas about Filter.EventuallyConst
#14595
Closed
Conversation
This file contains 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
Also add `@[simp]` to `measure_inv_null`.
- drop measurability assumption in `MeasureTheory.measure_smul_null`; - add `measure_smul_eq_zero_iff`, `smul_mem_ae`, and `smul_ae`.
Add `MeasureTheory.eventuallyConst_smul_set_ae` and `MeasureTheory.eventuallyConst_inv_set_ae`.
PR summary 07744c0385
|
File | Base Count | Head Count | Change |
---|---|---|---|
Mathlib.MeasureTheory.Group.Action | 1201 | 1203 | +2 (+0.17%) |
Mathlib.MeasureTheory.Group.Prod | 1217 | 1219 | +2 (+0.16%) |
Import changes for all files
Files | Import difference |
---|---|
8 filesMathlib.MeasureTheory.Integral.Marginal Mathlib.MeasureTheory.Group.Measure Mathlib.MeasureTheory.Constructions.Pi Mathlib.MeasureTheory.Group.LIntegral Mathlib.MeasureTheory.Group.Prod Mathlib.MeasureTheory.Group.Action Mathlib.MeasureTheory.Measure.Haar.Basic Mathlib.MeasureTheory.Measure.EverywherePos |
2 |
Declarations diff
+ eventuallyConst_inv_set_ae
+ eventuallyConst_preimage
+ eventuallyConst_smul_set_ae
You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>
4 tasks
This PR/issue depends on: |
bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jul 20, 2024
…14595) Add `MeasureTheory.eventuallyConst_smul_set_ae` and `MeasureTheory.eventuallyConst_inv_set_ae`.
Pull request successfully merged into master. Build succeeded: |
Filter.EventuallyConst
Filter.EventuallyConst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ready-to-merge
This PR has been sent to bors.
t-dynamics
Dynamical Systems
t-measure-probability
Measure theory / Probability theory
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.
Add
MeasureTheory.eventuallyConst_smul_set_ae
and
MeasureTheory.eventuallyConst_inv_set_ae
.MeasureTheory.inv_ae
#14574smul_ae
#14575