Commit 2026-04-01 14:12 278e559f
View on Github →refactor(Topology): redefine Topology.IsQuotientMap with Topology.IsCoinducing (#36957)
Currently, varying formulations for f : X -> Y is coinducing are used: Examples are an equality of TopologicalSpace.coinduced or an explicit characterization of open sets.
We add a predicate Topology.IsCoinducing and redefine Topology.IsQuotientMap in terms of it.