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
EmbeddingtoIsEmbeddingand similarly for neighboring declarations (whichQuotientMapis) - namespacing it inside
Topology