This repository was archived by the owner on Jul 24, 2024. It is now read-only.
[Merged by Bors] - feat(topology/metric_space/basic): Distance between constant functions#16958
Closed
YaelDillies wants to merge 3 commits intomasterfrom
Closed
[Merged by Bors] - feat(topology/metric_space/basic): Distance between constant functions#16958YaelDillies wants to merge 3 commits intomasterfrom
YaelDillies wants to merge 3 commits intomasterfrom
Conversation
Closed
2 tasks
b-mehta
approved these changes
Oct 14, 2022
| { exact pi_norm_le_iff' hr }, | ||
| { exact iff_of_false (λ h, hr $ (norm_nonneg' _).trans h) | ||
| (λ h, hr $ (norm_nonneg' _).trans $ h $ classical.arbitrary _) } | ||
| end |
Collaborator
There was a problem hiding this comment.
Might be nice to have the nnnorm version of this as well, for convenient rw
Collaborator
Author
There was a problem hiding this comment.
Not sure what you mean. pi_nnnorm_le_iff already exists, it's just above.
Collaborator
|
Thanks bors merge |
bors bot
pushed a commit
that referenced
this pull request
Oct 23, 2022
#16958) The distance between `λ _, a` and `λ _, b` is at most the distance between `a` and `b`. Also rename `pi_norm_le_iff` to `pi_norm_le_iff_of_nonneg`.
|
Build failed (retrying...): |
bors bot
pushed a commit
that referenced
this pull request
Oct 23, 2022
#16958) The distance between `λ _, a` and `λ _, b` is at most the distance between `a` and `b`. Also rename `pi_norm_le_iff` to `pi_norm_le_iff_of_nonneg`.
|
Pull request successfully merged into master. Build succeeded: |
7 tasks
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.
The distance between
λ _, aandλ _, bis at most the distance betweenaandb.Also rename
pi_norm_le_ifftopi_norm_le_iff_of_nonneg.