Zulip Chat Archive
Stream: mathlib4
Topic: Working on Lindelöf spaces
Josha Dekker (Dec 18 2023 at 08:38):
I've started formalising Lindelöf spaces and their basic API analogously to Compact spaces, let me know if you'd like an up-to-date version of what I have. (I have a PR out with the basic definitions, first theorems are in the making.)
Yaël Dillies (Dec 18 2023 at 08:39):
(PR is #9107)
Josha Dekker (Dec 18 2023 at 12:31):
Current progress is about the first 8-10 theorems defined as much verbatim as possible from Compact (I’m still filling in one gap). I’ll make a PR with them soon, to keep the number of lines low (around 150).
Josha Dekker (Dec 18 2023 at 13:40):
PR #9107 now updated.
Josha Dekker (Dec 21 2023 at 12:26):
PR #9107 now updated, it now establishes equivalence between the filter-based definition and the countable subcover definition.
Josha Dekker (Dec 23 2023 at 08:55):
I have completed most of the API for Lindelöf spaces now; I will start making PR's to add the various components once #9107 has been reviewed, to keep the amount to review manageable. I'm not sure how long that will take.
Some important omissions are related to the fact that I'm not sure how to rephrase the Lindelöf property in terms of ultrafilters; this would make the majority of the omissions feasible/accessible. I could try to work directly from the property, but that feels very inefficient.
Also missing are some analogues for cocompact <-> cofinite, this would require a cocountable filter, of which I'm not sure if it has been implemented?
Josha Dekker (Jan 04 2024 at 20:07):
I think most of the basic Lindelöf space things are in #9107 now, @Yury G. Kudryashov what do you think?
Yury G. Kudryashov (Jan 05 2024 at 04:27):
I'll have a look tomorrow, right after the "complex log" PR.
Josha Dekker (Jan 05 2024 at 07:34):
Thank you!
Last updated: May 02 2025 at 03:31 UTC