feat(Topology/EMetricSpace/Defs): add theorems EMetric.continuous*_iff*#38048
feat(Topology/EMetricSpace/Defs): add theorems EMetric.continuous*_iff*#38048gilesgshaw wants to merge 1 commit intoleanprover-community:masterfrom
EMetric.continuous*_iff*#38048Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary f1e760ededImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
EMetric.continuous*_iff*EMetric.continuous*_iff*
Add 8 theorems of the form
EMetric.continuous*_iff*, which are exactly analogous toexisting theorems of the form
Metric.continuous*_iff*Thus the API between the following files (already pretty consistent) is now more consistent
Topology.MetricSpace.Pseudo.DefsforPseudoMetricSpaceTopology.EMetricSpace.DefsforPseudoEMetricSpaceI have copied the theorems exactly (that is, changing only
[e]distandPseudo[E]MetricSpace),however perhaps there will be suggestions to make other changes at this opportunity.
(E.g. is it worth making the use of strict implicit parameters more consistent - possibly not?)