Commit 2025-02-24 09:31 d210fa1b
View on Github →feat: discrete topological spaces are 0-manifolds (#22105)
If M has the discrete topology:
- if
Unique H, we provide a charted space instanceChartedSpace H M, - if
Unique E, we prove thatMis a manifold w.r.t.modelWithCornersSelf 𝕜 E#5462 claimed the same forSubsingleton H(andE): this is not quite correct, as a non-empty spaceMis not a manifold over an empty typeH. UsingUniqueworks, however (and is equally good in practice). Fixes #5462. Part of my bordism theory project.