[Merged by Bors] - feat(Topology/Compactness): delta-generated spaces#19431
[Merged by Bors] - feat(Topology/Compactness): delta-generated spaces#19431peabrainiac wants to merge 11 commits intomasterfrom
Conversation
PR summary f467536889Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Co-authored-by: grunweg <rothgami@math.hu-berlin.de>
| omit tY in | ||
| /-- Any topology coinduced by a delta-generated topology is delta-generated. -/ | ||
| lemma DeltaGeneratedSpace.coinduced [DeltaGeneratedSpace X] (f : X → Y) : |
There was a problem hiding this comment.
| omit tY in | |
| /-- Any topology coinduced by a delta-generated topology is delta-generated. -/ | |
| lemma DeltaGeneratedSpace.coinduced [DeltaGeneratedSpace X] (f : X → Y) : | |
| /-- Any topology coinduced by a delta-generated topology is delta-generated. -/ | |
| lemma DeltaGeneratedSpace.coinduced {Y} [DeltaGeneratedSpace X] (f : X → Y) : |
should also work. This makes a "fresh" Y local to this lemma, so the instance isn't pulled in.
Stylistic preference up to you, though.
There was a problem hiding this comment.
That is indeed also the style I usually go for - I just thought omit would make slightly more sense here because it doesn't mess with the order of Y and tX as implicit arguments. I suppose it doesn't really matter either way though
|
Thanks, this looks great! bors d+ |
|
✌️ peabrainiac can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thank you for the quick review 😄 bors r+ |
Introduces delta-generated topological spaces and shows that they are sequential, locally path-connected and closed under disjoint unions and quotients. Co-authored-by: peabrainiac <43812953+peabrainiac@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
Introduces delta-generated topological spaces and shows that they are sequential, locally path-connected and closed under disjoint unions and quotients.
That spaces like
ℝare delta-generated will be shown in a later PR, by proving that every locally path-connected first-countable space is delta-generated. The proof of that is a bit nontrivial, so I've chosen not to include it in this already long PR.