Zulip Chat Archive
Stream: general
Topic: erased reals
Reid Barton (Oct 19 2021 at 09:57):
Have we ever considered forcing the reals to be "computable" by using erased? If we are making them irreducible anyways then this should be sort of okay to do, right?
Gabriel Ebner (Oct 19 2021 at 10:02):
I have definitely considered it and approve of the change.
Eric Wieser (Oct 19 2021 at 10:16):
Right now reals are actually computable up until you do division or order comparisons, right?
Eric Wieser (Oct 19 2021 at 10:16):
You can actually ask the VM to give you a cauchy sequence?
Johan Commelin (Oct 19 2021 at 10:26):
What are the benefits of doing this? Just that we don't need to write noncomputable so often? Or are there other benefits?
Reid Barton (Oct 19 2021 at 10:42):
Yeah, exactly that
Reid Barton (Oct 19 2021 at 10:46):
Well but then there are knock-on benefits as well, as Eric discovered in the topic about noncomputable instances
Reid Barton (Oct 19 2021 at 10:47):
Stuff we actually want to compute won't get tainted by appearing in the same instance declaration as stuff that can't be computed
Last updated: May 02 2025 at 03:31 UTC