Zulip Chat Archive
Stream: Is there code for X?
Topic: Nested intervals
Jiatong Yang (Sep 14 2022 at 02:01):
Is there code for the principle of nested intervals?
(A sequence of decreasing closed intervals of R has at least one point in common)
Adam Topaz (Sep 14 2022 at 03:16):
docs#is_compact.nonempty_Inter_of_directed_nonempty_compact_closed
Adam Topaz (Sep 14 2022 at 03:17):
Or the less general version where the family is indexed by the naturals:
docs#is_compact.nonempty_Inter_of_sequence_nonempty_compact_closed
Jiatong Yang (Sep 14 2022 at 03:59):
Thank you very much!
Last updated: Dec 20 2023 at 11:08 UTC