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_space): normed_group punit #7616

Closed
wants to merge 3 commits into from

Conversation

semorrison
Copy link
Collaborator

Minor content from LTE.


Open in Gitpod

@semorrison semorrison added the awaiting-review The author would like community review of the PR label May 15, 2021
src/analysis/normed_space/basic.lean Show resolved Hide resolved
eq_of_dist_eq_zero := λ _ _ _, subsingleton.elim _ _,
dist_triangle := λ _ _ _, show (0:ℝ) ≤ 0 + 0, by rw add_zero, }

instance : metric_space punit :=
Copy link
Member

Choose a reason for hiding this comment

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

Should we have the same for pempty and unit? It's really a shame that there isn't more defeq here...

Copy link
Member

Choose a reason for hiding this comment

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

unit is an abbreviation for punit, so this instance should also work for unit (this is unfortunately not the case for empty/pempty)

Copy link
Member

Choose a reason for hiding this comment

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

An option for empty/pempty is to merge #7606 first and add an instance is_empty -> metric_space.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I vote just punting on this.

@fpvandoorn fpvandoorn added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels May 15, 2021
@semorrison semorrison added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels May 16, 2021
@fpvandoorn
Copy link
Member

Did you forget to push the change Johan requested?

I vote just punting on this.

This means that you vote to kick this into the queue, right? Fine by me.

bors d+

@bors
Copy link

bors bot commented May 16, 2021

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

@fpvandoorn fpvandoorn 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 May 16, 2021
@semorrison
Copy link
Collaborator 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 May 16, 2021
bors bot pushed a commit that referenced this pull request May 16, 2021
Minor content from LTE.



Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
@bors
Copy link

bors bot commented May 16, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(analysis/normed_space): normed_group punit [Merged by Bors] - feat(analysis/normed_space): normed_group punit May 16, 2021
@bors bors bot closed this May 16, 2021
@bors bors bot deleted the normed_group_punit branch May 16, 2021 18:58
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. ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants