Skip to content
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
norm_pi_const_le
Closed

[Merged by Bors] - feat(topology/metric_space/basic): Distance between constant functions#16958
YaelDillies wants to merge 3 commits intomasterfrom
norm_pi_const_le

Conversation

@YaelDillies
Copy link
Copy Markdown
Collaborator

@YaelDillies YaelDillies commented Oct 13, 2022

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.


Open in Gitpod

@YaelDillies YaelDillies added awaiting-review The author would like community review of the PR t-topology Topological spaces, uniform spaces, metric spaces, filters labels Oct 13, 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
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Might be nice to have the nnnorm version of this as well, for convenient rw

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Not sure what you mean. pi_nnnorm_le_iff already exists, it's just above.

@YaelDillies YaelDillies requested a review from a team as a code owner October 16, 2022 02:03
@ocfnash
Copy link
Copy Markdown
Collaborator

ocfnash commented Oct 23, 2022

Thanks

bors merge

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Oct 23, 2022
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`.
@bors
Copy link
Copy Markdown

bors bot commented Oct 23, 2022

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`.
@bors
Copy link
Copy Markdown

bors bot commented Oct 23, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(topology/metric_space/basic): Distance between constant functions [Merged by Bors] - feat(topology/metric_space/basic): Distance between constant functions Oct 23, 2022
@bors bors bot closed this Oct 23, 2022
@bors bors bot deleted the norm_pi_const_le branch October 23, 2022 16:03
@eric-wieser eric-wieser added the hacktoberfest-accepted Without this label hacktoberfest is scared off by bors label Oct 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

hacktoberfest-accepted Without this label hacktoberfest is scared off by bors ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) t-topology Topological spaces, uniform spaces, metric spaces, filters

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants