-
Notifications
You must be signed in to change notification settings - Fork 909
[Merged by Bors] - feat(MeasureTheory\Group\Action): add μ(c • s ∩ t) = μ(s ∩ c⁻¹ • t) and similar #32117
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
Conversation
… ⋅ t) and similar
PR summary 4e321186bfImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
I think these would make good |
Yep you are right, thanks. Do you think the naming |
I think I'd try to get an |
|
Thanks! bors merge |
|
Canceled. |
|
@ster99 You have taken this out of the bors queue by merging master. Was this intentional? |
|
@ocfnash Yep, but I didn't know that merging master would have put it out of queue. Sorry, my bad. It is indeed ready to be merged and I won't touch anything this time |
|
No need to apologise! Let's try again: bors merge |
…nd similar (#32117) Adding lemmas (and their symmetric version thereof) `μ(c • s ∩ t) = μ(s ∩ c⁻¹ • t)` `μ(c • s ∪ t) = μ(s ∪ c⁻¹ • t)` `μ(c • s ∖ t) = μ(s ∖ c⁻¹ • t)` `μ(c • s Δ t) = μ(s Δ c⁻¹ • t)` for μ a `SMulInvariantMeasure`.
|
Pull request successfully merged into master. Build succeeded: |
Adding lemmas (and their symmetric version thereof)
μ(c • s ∩ t) = μ(s ∩ c⁻¹ • t)μ(c • s ∪ t) = μ(s ∪ c⁻¹ • t)μ(c • s ∖ t) = μ(s ∖ c⁻¹ • t)μ(c • s Δ t) = μ(s Δ c⁻¹ • t)for μ a
SMulInvariantMeasure.