-
Notifications
You must be signed in to change notification settings - Fork 91
Induced metric space of pseudometric spaces #1484
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
Induced metric space of pseudometric spaces #1484
Conversation
Co-authored-by: Fredrik Bakke <[email protected]>
|
This PR should be marked as a draft until #1482 is merged. |
...etric-spaces/decomposition-metric-spaces-elements-at-bounded-distance-metric-spaces.lagda.md
Show resolved
Hide resolved
...etric-spaces/decomposition-metric-spaces-elements-at-bounded-distance-metric-spaces.lagda.md
Show resolved
Hide resolved
|
oops, I started my review in the wrong PR, my bad! |
|
I'm wondering about the name of this concept. Should it not be called the quotient metric space associated to a pseudometric space or the (universal) metric space generated by a pseudometric space? |
Sure. I kept the original name by @lowasser in https://github.com/lowasser/agda-unimath/blob/induced-metric-space-pseudometric/src/metric-spaces/induced-metric-space-of-pseudometric-spaces.lagda.md but I guess we can change it. |
|
Completion (and maybe even saturation) are used in some other contexts too, I know. How do you feel about |
mmh. I don't really like this 😅. I think it could bring confusion with the concept of Cauchy completion of (pseudo)metric spaces (which we are also trying to define). Moreover, a "completion" construction is more about "adding new points to fill the voids". Here we're doing the opposite, shrinking the space identifying similar elements. So I don't think "completion" is appropriate. "Saturation" is also already used in another context so, for the same reason, it's not really an option. What don't you like about |
|
Ah, yes, fair point. I don't have anything against "quotient", I was just spitting ideas |
It seems like the name comes from the wikipedia page: "[...] called the metric space induced by the pseudometric space [...]" but I must confess I still prefer BTW, is it ok to link to specific sections of a wikipedia page like this in a |
|
External links, yes |
|
Restarting this in #1507. |
This PR introduces the induced metric space of a pseudometric space
M: the metric space whose points arequotient classes of
Mby the similarity relation and neighborhoods given by neighborhoods of inhabitants of the quotient classes: two quotient classesX,Yare in ad-neighborhood if for allx ∈ Xandy ∈ Y,xandyared-neighbors in the pseudometric space.Co-authored-by: Louis Wasserman [email protected]