Commit 2024-10-23 02:43 1deca17a
View on Github →chore: Rename QuotientMap
to IsQuotientMap
(#18062)
Function.Embedding
is a type while Embedding
is a proposition, and there are many other kinds of embeddings than topological embeddings. Hence this PR is a step towards
- renaming
Embedding
toIsEmbedding
and similarly for neighboring declarations (whichQuotientMap
is) - namespacing it inside
Topology