Zulip Chat Archive
Stream: mathlib4
Topic: cobounded vs cocompact
Yury G. Kudryashov (Oct 05 2023 at 21:51):
I'm adding more lemmas about docs#Bornology.cobounded. In particular, I'm going to replace all comap (dist c) atTop
with cobounded _
.
Yury G. Kudryashov (Oct 05 2023 at 21:51):
One of the lemmas says that in a proper metric space, cobounded X = cocompact X
.
Yury G. Kudryashov (Oct 05 2023 at 21:52):
Should it be a simp
lemma? If yes, in which direction?
Kevin Buzzard (Oct 05 2023 at 22:00):
If you're not sure which way then is this evidence it should just be left and we can wait for someone else to tag it later? Or is it important to know now so you know which way round to write it?
Anatole Dedecker (Oct 05 2023 at 22:02):
I don’t think this should be a simp lemma, I feel like it would be more annoying than useful
Yury G. Kudryashov (Oct 05 2023 at 23:28):
The main argument for making this a simp
lemma is that we should have one canonical way to speak about this filter on, e.g., docs#Complex.
Last updated: Dec 20 2023 at 11:08 UTC