[Merged by Bors] - feat: add group/field versions of Filter.map_*_atTop_eq_nat#29532
Closed
Aaron1011 wants to merge 2 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat: add group/field versions of Filter.map_*_atTop_eq_nat#29532Aaron1011 wants to merge 2 commits intoleanprover-community:masterfrom
Aaron1011 wants to merge 2 commits intoleanprover-community:masterfrom
Conversation
Add Filter.map_add_atTop_eq, Filter.map_sub_atTop_eq, and Filter.map_div_atTop_eq, which correspond to Filter.map_add_atTop_eq_nat, Filter.map_sub_atTop_eq_nat, and Filter.map_div_atTop_eq_nat respectively. These theorems apply to ordered groups/fields
PR summary 5197d2766dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Ruben-VandeVelde
approved these changes
Sep 17, 2025
Contributor
Ruben-VandeVelde
left a comment
There was a problem hiding this comment.
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by Ruben-VandeVelde. |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Sep 19, 2025
Add Filter.map_add_atTop_eq, Filter.map_sub_atTop_eq, and Filter.map_div_atTop_eq, which correspond to Filter.map_add_atTop_eq_nat, Filter.map_sub_atTop_eq_nat, and Filter.map_div_atTop_eq_nat respectively. These theorems apply to ordered groups/fields
Contributor
|
Pull request successfully merged into master. Build succeeded: |
joelriou
pushed a commit
to joelriou/mathlib4
that referenced
this pull request
Oct 2, 2025
…er-community#29532) Add Filter.map_add_atTop_eq, Filter.map_sub_atTop_eq, and Filter.map_div_atTop_eq, which correspond to Filter.map_add_atTop_eq_nat, Filter.map_sub_atTop_eq_nat, and Filter.map_div_atTop_eq_nat respectively. These theorems apply to ordered groups/fields
zhuyizheng
pushed a commit
to zhuyizheng/mathlib4
that referenced
this pull request
Oct 2, 2025
…er-community#29532) Add Filter.map_add_atTop_eq, Filter.map_sub_atTop_eq, and Filter.map_div_atTop_eq, which correspond to Filter.map_add_atTop_eq_nat, Filter.map_sub_atTop_eq_nat, and Filter.map_div_atTop_eq_nat respectively. These theorems apply to ordered groups/fields
thefundamentaltheor3m
pushed a commit
to thefundamentaltheor3m/Sphere-Packing-Lean
that referenced
this pull request
Nov 10, 2025
* The definition of `ModularForm` was generalized: leanprover-community/mathlib4#26651 * `Summable` has a `SummationFilter` parameter now: leanprover-community/mathlib4#29914 * `f` parameter of `tprod_pnat_eq_tprod_succ` is now implicit: leanprover-community/mathlib4#27841 * various lemmas were deprecated * A lemma named `Filter.map_add_atTop_eq` was added to mathlib: leanprover-community/mathlib4#29532 * other changes too... --------- Co-authored-by: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com>
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.
Add Filter.map_add_atTop_eq, Filter.map_sub_atTop_eq, and Filter.map_div_atTop_eq, which correspond to
Filter.map_add_atTop_eq_nat, Filter.map_sub_atTop_eq_nat, and Filter.map_div_atTop_eq_nat respectively.
These theorems apply to ordered groups/fields