Commit 2024-10-29 14:36 33d49bb0
View on Github →chore: Rename Inducing to IsInducing (#18330)
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 (whichInducingis) - namespacing it inside
Topology