[Merged by Bors] - chore: Rename DenseInducing to IsDenseInducing#17208
[Merged by Bors] - chore: Rename DenseInducing to IsDenseInducing#17208YaelDillies wants to merge 3 commits intomasterfrom
DenseInducing to IsDenseInducing#17208Conversation
PR summary 219c65002dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
Can you describe the motivation for this rename? |
|
|
|
Please explain that in the PR description! It sounds to me like it would make more sense to rename In isolation, |
|
Maybe, but I think |
|
Please update the PR description per Eric's comment, as we want this in the git history. Also, It doesn't look like you namespaced |
|
As clarified on Zulip, namespacing will be done later, all declarations at once |
Can you give an example, and maybe raise this on zulip? |
|
bors merge |
`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 `DenseInducing` 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: |
DenseInducing to IsDenseInducingDenseInducing to IsDenseInducing
`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 `DenseInducing` 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.
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 neighborhing declarations (whichDenseInducingis)TopologyZulip. See #15993 for context.