You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`:
- sequences in premetric spaces.
- `metric-spaces.limits-sequences-premetric-spaces`:
- limits of sequences in premetric spaces;
- short maps preserve limits.
- `metric-spaces.sequences-pseudometric-spaces`:
- sequences in pseudometric spaces.
- `metric-spaces.limits-sequences-pseudometric-spaces`:
- limits of sequences in pseudometric spaces;
- indistinguishability of limits of a sequence in a pseudometric space.
- `metric-spaces.sequences-metric-spaces`:
- the metric space of sequences in a metric space.
- ` metric-spaces.limits-sequences-metric-spaces`:
- limits of sequences in metric spaces;
- unicity of the limit of a sequence in a metric space.
- `metric-spaces.convergent-sequences-metric-spaces`:
- sequences in a metric space that have a limit;
- short maps between metric spaces preserve convergent sequences.
-
`metric-spaces.metric-space-of-convergent-sequences-in-a-metric-space`:
- the metric space of convergent sequences in a metric space.
0 commit comments