-
Notifications
You must be signed in to change notification settings - Fork 79
Limits of sequences in metric spaces #1378
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
Limits of sequences in metric spaces #1378
Conversation
…s have the same limit
It feels like the for module
should be renamed
(remove some |
By the way (this is outside the scope of this PR), I might also suggest using the term "indiscernible" for what you currently call "indistinguishable". This fits with the principle of Identity of indiscernibles. Personally, I actually first learned about this principle in the context of metric spaces! This also meshes with the terminology of the book The Univalence Principle, which coincidentally I was following for #1419. |
Yes, this seems reasonable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this excellent addition!
If the content is ok, I think maybe we could add some |
Oh, sure, please do. Let me know when you are done with those final additions |
One problem is that, even if it's defined for premetric spaces in general, you need at least a pseudometric structure to make it an equivalence relation. so "indiscernible" doesn't seem right for premetric spaces. I'll open an Issue to discuss renaming/refactoring the metric-spaces module as we discussed already and we can talk about it. |
That's done. |
Thanks. I still haven't proved |
This PR formalizes a few definitions and results about limits in (pre|pseudo|)metric spaces.
It introduces the following modules:
metric-spaces.sequences-premetric-spaces
:metric-spaces.limits-sequences-premetric-spaces
:metric-spaces.sequences-pseudometric-spaces
:metric-spaces.limits-sequences-pseudometric-spaces
:metric-spaces.sequences-metric-spaces
:metric-spaces.limits-sequences-metric-spaces
:metric-spaces.convergent-sequences-metric-spaces
:metric-spaces.metric-space-of-convergent-sequences-in-a-metric-space
: