Commit 2025-02-16 16:41 d271b494
View on Github →feat: instance NormedField.instCompletableTopField (#20686)
This adds the missing instance NormedField
→ CompletableTopField
. See here on Zulip.
This needs to import both Mathlib.Topology.Algebra.UniformField
and Mathlib.Analysis.Normed.Field.Lemmas
, which so far no file does, so I've opted to create a new file Mathlib.Analysis.Normed.Field.Instances
to house it.
Following suggestions made while discussing this PR, it also adds some API lemmas for filters.