- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
I'm not sure that that's an entirely sound thing. We're talking about a set of irreducibly infinite objects (since if they had a reduction, they wouldn't be in the set in the first place) so stuff starts to get weird. For example, the amount of time to decide whether one object is less than another one in the well-order is not necessarily bounded.
Admin
I explained my reasoning. I even checked raw! Swearsies!
Admin
I admit I didn't think of that while writing that stuff down, but I fully agree.
I agree here, too.
Admin
The point (and the definition) of a well-order is that every subset has one and only one smallest element. And when talking about a well-ordered set, mathematicians always postulate they can get at that element one way or the other.
Time isn't something mathematicians (in their role as mathematicians) are concerned with.
Admin
As long as there's a finite decision procedure, I'd agree. What about when there isn't? Remember, these numbers are by definition irreducible, so any comparison for either equality or ordering may need to examine an unbounded number of digits/terms in order to reach a decision. It's this which sends things wonky.
Truly infinite objects make many mathematicians' heads hurt so much that for a long time, there was a movement to deny that such things could even exist in a platonic sense.
Admin
I don't believe that movement is extinct: https://en.wikipedia.org/wiki/Constructivism_%28mathematics%29
And maybe Platon himself didn't think so: https://en.wikipedia.org/wiki/Constructivist_epistemology#History
For to close the circle: The first of the above linked articlse has a link to the article about computable numbers, which are the only ones some flavors of constructivism accept.
Admin
But as with a very large number of things in mathematics, it all depends on what axioms you really have. An assumption that you can decide whether two values are equivalent in finite time (i.e., that you've got a terminating decision procedure for numeric equivalence) is fine, but it is most certainly an assumption, an axiom.
Admin
Admin
Constructivists...I hate constructivists.
Admin
And I say that this is because there are numbers that have “infinite descriptions” (i.e., that have infinitely many digits and an infinite Kolmogorov representation). Once you're dealing with infinite representations, Cantor proves that you can't enumerate them all.
Admin
Why did it have to be constructivists?
Filed under: be careful with that nuke, Indy.
Admin
Admin
Another question about representable numbers:
Is the class of non-describable real numbers a set? (closely related: Is the class of real numbers a set?)
If it is a set, what about the well-ordering theorem? Wouldn't "the first number of this well-ordering of the set of the non-describable numbers" be a description of a non-describable number?
Or does this imply that there exist well-orderings of the set of the non-describable numbers, but there is no way to describe any of them?
Can we conclude that there is no way to describe a well-ordering of the set of the real numbers, even if there exists at least one?
Admin
The sets of describable and undescribable numbers are dense in each other. They are well-ordered sets, but there is no smallest item. For comparison, consider the set
{ 1/n | n \in N }
Admin
Of course. But in what way does this contribute?
Admin
That's approximately equivalent to asking if the complement of a set is also a set. (You'd also need to establish the class of describable numbers is a set, but I suspect that isn't as deep a philosophical problem. The class of all real numbers is usually accepted as being a set, so we have a meaningful universe.)
Admin
The real numbers are well-ordered. Hence all subsets of the real numbers are well-ordered. The class of describable numbers is a well-defined (assumption) set, and hence so is it's complement in the real numbers, the set of undescribable real numbers.
There may be a way to pick a specific number out of that set, but something as simple as 'the smallest' or 'the smallest in X range' will not work, as it is possible for any infinite subset of the reals to not have a smallest member. The set
1/n
, withn
a natural number, is an example of this - it's a subset of the real numbers, but it does not have a smallest element, even though all elements are larger than 0.Admin
Therefore I said "first" instead of "smallest" in
I conjecture that there is no way to describe a well-ordering of the real numbers. That was my point.
For that consideration I needed a well-ordering of the set of non-describable numbers.
Admin
It's one of those uncertain things that depends on what axioms you like. Quoth Wikipedia:
So ZFC or ZF+GCH gives you a well-ordering. ZFC + GCH is not enough to prove a definable well-ordering. ZFC does not disprove a definable well-ordering. ZFC + V=L proves a definable well-ordering.Of course if you dislike AC and GCH then there might not be a well-ordering at all.