Skip to content
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] - chore(Absorbs, Balanced): more lemmas, golf, generalize #10201

Closed
wants to merge 9 commits into from

Conversation

urkud
Copy link
Member

@urkud urkud commented Feb 3, 2024

  • add balanced_iff_closedBall_smul, balanced_neg;
  • generalize Balanced.neg_mem_iff to a SeminormedRing + NormOneClass,
    add Balanced.neg_eq
  • add Balanced.smul_mem_mono and Balanced.smul_congr;
  • rename Balanced.mem_smul_iff to Balanced.smul_mem_iff;
  • rename balanced_zero_union_interior to Balanced.zero_insert_interior,
    use insert 0 (interior A) instead of 0 ∪ interior A;
  • make Balanced.interior and Balanced.closure protected;
  • deprecate Absorbs.zero_mem';
  • rename balanced_convexHull_of_balanced to Balanced.convexHull;
  • add absorbs_iff_eventually_cobounded_mapsTo, use it to golf some proofs.

Open in Gitpod

@urkud urkud added awaiting-review The author would like community review of the PR t-topology Topological spaces, uniform spaces, metric spaces, filters t-analysis Analysis (normed *, calculus) labels Feb 3, 2024
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

bors merge

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Feb 3, 2024
mathlib-bors bot pushed a commit that referenced this pull request Feb 3, 2024
* add `balanced_iff_closedBall_smul`, `balanced_neg`;
* generalize `Balanced.neg_mem_iff` to a `SeminormedRing` + `NormOneClass`,
  add `Balanced.neg_eq`
* add `Balanced.smul_mem_mono` and `Balanced.smul_congr`;
* rename `Balanced.mem_smul_iff` to `Balanced.smul_mem_iff`;
* rename `balanced_zero_union_interior` to `Balanced.zero_insert_interior`,
  use `insert 0 (interior A)` instead of `0 ∪ interior A`;
* make `Balanced.interior` and `Balanced.closure` protected;
* deprecate `Absorbs.zero_mem'`;
* rename `balanced_convexHull_of_balanced` to `Balanced.convexHull`;
* add `absorbs_iff_eventually_cobounded_mapsTo`, use it to golf some proofs.
@mathlib-bors
Copy link

mathlib-bors bot commented Feb 3, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore(Absorbs, Balanced): more lemmas, golf, generalize [Merged by Bors] - chore(Absorbs, Balanced): more lemmas, golf, generalize Feb 3, 2024
@mathlib-bors mathlib-bors bot closed this Feb 3, 2024
@mathlib-bors mathlib-bors bot deleted the YK-absorbs-iff branch February 3, 2024 08:02
atarnoam pushed a commit that referenced this pull request Feb 9, 2024
* add `balanced_iff_closedBall_smul`, `balanced_neg`;
* generalize `Balanced.neg_mem_iff` to a `SeminormedRing` + `NormOneClass`,
  add `Balanced.neg_eq`
* add `Balanced.smul_mem_mono` and `Balanced.smul_congr`;
* rename `Balanced.mem_smul_iff` to `Balanced.smul_mem_iff`;
* rename `balanced_zero_union_interior` to `Balanced.zero_insert_interior`,
  use `insert 0 (interior A)` instead of `0 ∪ interior A`;
* make `Balanced.interior` and `Balanced.closure` protected;
* deprecate `Absorbs.zero_mem'`;
* rename `balanced_convexHull_of_balanced` to `Balanced.convexHull`;
* add `absorbs_iff_eventually_cobounded_mapsTo`, use it to golf some proofs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has been sent to bors. t-analysis Analysis (normed *, calculus) t-topology Topological spaces, uniform spaces, metric spaces, filters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants