-
Notifications
You must be signed in to change notification settings - Fork 359
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(Order/Max): add IsTop.isMax_iff
and IsBot.isMin_iff
#19305
Conversation
PR summary 432124ecf6Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diff
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> The doc-module for No changes to technical debt.You can run this locally as
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🎉
If CI passes, please remove the label awaiting-CI
and merge this yourself, by adding a comment bors r+
.
bors d+
✌️ pitmonticone can now approve this pull request. To approve and merge a pull request, simply reply with |
IsTop.isMax_iff
IsTop.isMax_iff
and IsBot.isMin_iff
bors r+ |
Upstreamed from the [Carleson](https://github.com/fpvandoorn/carleson) project. Co-authored-by: Floris van Doorn
Pull request successfully merged into master. Build succeeded: |
IsTop.isMax_iff
and IsBot.isMin_iff
IsTop.isMax_iff
and IsBot.isMin_iff
Upstreamed from the [Carleson](https://github.com/fpvandoorn/carleson) project. Co-authored-by: Floris van Doorn
- [x] Remove `_root_.ENNReal.inv_div` since upstreamed to Mathlib leanprover-community/mathlib4#18704 - [x] Remove `Int.floor_le_iff` since upstreamed to Mathlib leanprover-community/mathlib4#18552 - [x] Remove `dense_iff_iUnion_ball` since upstreamed to Mathlib leanprover-community/mathlib4#19294 - [x] Remove `dist_eq_of_dist_zero` since upstreamed to Mathlib leanprover-community/mathlib4#19294 - [x] Remove `IsTop.isMax_iff` since upstreamed to Mathlib leanprover-community/mathlib4#19305 - [x] Remove `Int.Icc_of_eq_sub_one` since upstreamed to Mathlib leanprover-community/mathlib4#19308 --------- Co-authored-by: grunweg <[email protected]>
Upstreamed from the Carleson project.
Co-authored-by: Floris van Doorn