This repository was archived by the owner on Jul 24, 2024. It is now read-only.
[Merged by Bors] - feat(analysis/normed/order/upper_lower): Thickening an upper set#17257
Closed
YaelDillies wants to merge 15 commits intomasterfrom
Closed
[Merged by Bors] - feat(analysis/normed/order/upper_lower): Thickening an upper set#17257YaelDillies wants to merge 15 commits intomasterfrom
YaelDillies wants to merge 15 commits intomasterfrom
Conversation
6 tasks
YaelDillies
commented
Feb 17, 2023
Comment on lines
+18
to
+19
| The same lemmas are true in the additive/multiplicative worlds. To avoid code duplication, we | ||
| provide `has_upper_lower_closure`, an ad hoc axiomatisation of the properties we need. |
Collaborator
Author
There was a problem hiding this comment.
We just merged a wrong module doc. This is fixing it. Sorry about that.
Member
|
lgtm |
|
🚀 Pull request has been placed on the maintainer queue by alexjbest. |
Member
|
It looks like upper_lower has been ported by now, can you forward port your change there too please? |
Collaborator
Author
|
Done |
Member
|
I'm wondering if we should bors merge |
Collaborator
Author
|
I introduced |
|
Pull request successfully merged into master. Build succeeded: |
bors bot
pushed a commit
to leanprover-community/mathlib4
that referenced
this pull request
Mar 21, 2023
Match leanprover-community/mathlib3#17257 Co-authored-by: Jeremy Tan Jie Rui <reddeloostw@gmail.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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Results about upper sets in normed ordered groups.
ℝlemmas #16972cthickeningis an intersection ofthickenings#17258This includes somewhat specific results that will be needed to prove that order-connected sets in
ℝⁿare measurable.Match leanprover-community/mathlib4#2896