Initial topology induced by a family of functions#2003
Conversation
96364b1 to
47c3e60
Compare
|
The CI is red, and I do not understand why (is it a Nix error ?). Lemma |
|
Note that I have used sup_topology for this sometimes, as in completely_regular_uniformity. I am pretty sure its the construction you want. Im definitely happy to have "initial for multiple functions at once" be more ergonomic, so glad to see this PR. But mostly wanted to highlight this alternative definition. It might make some proofs factor better using the existing machinery, E.G. like uniform structure for sup topology for free. |
Oh yes, I overlooked that, of course, sup + initial is initial_fam. Not sure this PR is necessary then, maybe just a documentation issue. I've also refined one lemma about initial topology ( |
Motivation for this change
Enhances
initial_topoly.vby constructing the topology induced by a family of functions, instead of a single one.Checklist
CHANGELOG_UNRELEASED.mdReference: How to document
Merge policy
As a rule of thumb:
all compile are preferentially merged into master.
Reminder to reviewers