Commit 2022-06-06 20:46 029a9551
View on Github →refactor(../metric_space/baire): add baire_space class and instances (#14547)
- Add a
baire_spaceclass containing the Baire property (a countable intersection of open dense sets is dense). - The Baire category theorem for complete metric spaces becomes an instance of
baire_space. - Previous consequences of the Baire property use
baire_spaceas an hypothesis, instead ofpseudo_emetric_spacecomplete_space. - Add an instance of
baire_spacefor locally compact t2 spaces, in effect extending all the consequences of the Baire property to locally compact spaces.