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] - feat(analysis/normed/group/basic): norm lemmas for lipschitz and antilipschitz #19103

Closed
wants to merge 2 commits into from

Conversation

eric-wieser
Copy link
Member

This also corrects some nonsense names produced by to_additive.


Open in Gitpod

…lipschitz

This also corrects some nonsense names produced by to_additive.
@eric-wieser eric-wieser added awaiting-review The author would like community review of the PR awaiting-CI The author would like to see what CI has to say before doing more work. t-analysis Analysis (normed *, calculus) modifies-synchronized-file This PR touches a files that has already been ported to mathlib4, and may need a synchronization PR. labels May 26, 2023
Copy link
Collaborator

@YaelDillies YaelDillies left a comment

Choose a reason for hiding this comment

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

I'm really surprised we don't have those lemmas. But they are indeed missing, LGTM.

@urkud, could you check?

@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label May 26, 2023
lemma antilipschitz_with.le_mul_nnnorm' {f : E → F}
{K : ℝ≥0} (h : antilipschitz_with K f) (hf : f 1 = 1) (x) : ‖x‖₊ ≤ K * ‖f x‖₊ :=
h.le_mul_norm' hf x

@[to_additive] lemma monoid_hom_class.bound_of_antilipschitz [monoid_hom_class 𝓕 E F] (f : 𝓕)
Copy link
Member

Choose a reason for hiding this comment

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

While you're at it, could you please generalize to map_one_class? Do you need the new lemmas for unbundled functions? Anyway, LGTM.
bors d+

Copy link
Member Author

Choose a reason for hiding this comment

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

Done. Yes, I think I wanted this for unbundled functions, though I no longer remember why.

@bors
Copy link

bors bot commented Jun 21, 2023

✌️ eric-wieser can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@urkud urkud added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Jun 21, 2023
@eric-wieser
Copy link
Member Author

bors merge

@github-actions github-actions bot added the ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) label Jul 12, 2023
bors bot pushed a commit that referenced this pull request Jul 12, 2023
…lipschitz (#19103)

This also corrects some nonsense names produced by to_additive.
@bors
Copy link

bors bot commented Jul 12, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title feat(analysis/normed/group/basic): norm lemmas for lipschitz and antilipschitz [Merged by Bors] - feat(analysis/normed/group/basic): norm lemmas for lipschitz and antilipschitz Jul 12, 2023
@bors bors bot closed this Jul 12, 2023
@bors bors bot deleted the eric-wieser/lipschitz-lemmas branch July 12, 2023 21:38
eric-wieser added a commit to leanprover-community/mathlib4 that referenced this pull request Jul 13, 2023
eric-wieser added a commit to leanprover-community/mathlib4 that referenced this pull request Jul 13, 2023
bors bot pushed a commit to leanprover-community/mathlib4 that referenced this pull request Jul 16, 2023
bors bot pushed a commit to leanprover-community/mathlib4 that referenced this pull request Jul 16, 2023
bors bot pushed a commit to leanprover-community/mathlib4 that referenced this pull request Jul 16, 2023
semorrison pushed a commit to leanprover-community/mathlib4 that referenced this pull request Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated The PR author may merge after reviewing final suggestions. modifies-synchronized-file This PR touches a files that has already been ported to mathlib4, and may need a synchronization PR. ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) t-analysis Analysis (normed *, calculus)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants