Zulip Chat Archive
Stream: maths
Topic: Countable separating family of sets
Felix Weilacher (Oct 01 2023 at 02:28):
I'd like to add a type class to abbreviate [HasCountableSeparatingOn X MeasurableSet univ], where X is a type with a MeasurableSpace instance. Is there a name for this? I was thinking [CountablySeparated X].
Yury G. Kudryashov (Oct 06 2023 at 22:48):
Will it be in the MeasureTheory namespace? If yes, then it's definitely unambiguous. OTOH, docs#MeasurableSpace is in the root NS.
Felix Weilacher (Oct 07 2023 at 18:51):
I was thinking to put it in the MeasurableSpace namespace
Last updated: May 02 2025 at 03:31 UTC