[Merged by Bors] - chore: Rename ClosedEmbedding to IsClosedEmbedding#17937
[Merged by Bors] - chore: Rename ClosedEmbedding to IsClosedEmbedding#17937YaelDillies wants to merge 5 commits intomasterfrom
ClosedEmbedding to IsClosedEmbedding#17937Conversation
PR summary da9f95e67aImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
`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 1. renaming `Embedding` to `IsEmbedding` and similarly for neighborhing declarations (which `ClosedEmbedding` is) 2. namespacing it inside `Topology` [Zulip](https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/rename.20.60Inducing.60.20and.20.60Embedding.60.3F). See #15993 for context.
ecf97a4 to
299ac3b
Compare
|
Thanks! 🎉 |
`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 1. renaming `Embedding` to `IsEmbedding` and similarly for neighborhing declarations (which `ClosedEmbedding` is) 2. namespacing it inside `Topology` [Zulip](https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/rename.20.60Inducing.60.20and.20.60Embedding.60.3F). See #15993 for context.
|
Pull request successfully merged into master. Build succeeded: |
ClosedEmbedding to IsClosedEmbeddingClosedEmbedding to IsClosedEmbedding
Function.Embeddingis a type whileEmbeddingis a proposition, and there are many other kinds of embeddings than topological embeddings. Hence this PR is a step towardsEmbeddingtoIsEmbeddingand similarly for neighboring declarations (whichClosedEmbeddingis)TopologyZulip. See #15993 for context.