[Merged by Bors] - feat(MeasureTheory/MeasurableSpace/Basic): add map_comap_eq_of_surjective and measurable_comap_iff_right#41090
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary f2b8c00580Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
Co-authored-by: Aaron Liu <aaronliu2008@outlook.com>
Co-authored-by: Aaron Liu <aaronliu2008@outlook.com>
|
-awaiting-author |
Given that |
This comment was marked as low quality.
This comment was marked as low quality.
…tive and measurable_comap_iff_right (#41090) [We have nine map_comap_eq_of_surjective lemmas](https://loogle.lean-lang.org/?q=%22map_comap_eq_self_of_surjective%22) for `Submonoid`, `Subgroup`, `Subring`, etc., but were lacking one for `MeasurableSpace`. This PR adds the analogous lemma; as an application it also establishes a dual version of `measurable_comap_iff` involving composition on the right rather than the left. Co-authored-by: Terence Tao <tao@math.ucla.edu>
|
Pull request successfully merged into master. Build succeeded:
|
We have nine map_comap_eq_of_surjective lemmas for
Submonoid,Subgroup,Subring, etc., but were lacking one forMeasurableSpace. This PR adds the analogous lemma; as an application it also establishes a dual version ofmeasurable_comap_iffinvolving composition on the right rather than the left.Note: I have no applications in mind for this PR, so it can be considered low priority.
Discussed on Zulip here.