I noticed that I was mentioned here, so I started to read this thread from the beginning. And I realized that probably this is the perfect example to show my point about the infamous "constructivism".
So, long story short,
@fishfry is right: there are no infinities on the real line, so you cannot write
, and you cannot take limits of divergent sequences.
But there is a second possibility, that I guess it what
@TheMadFool had in mind: just consider a new set of numbers, made of all the real numbers plus the symbol
, and then postulate as an additional axiom for your numbers that
and
.
Why can't this be done?
Well, surprisingly, this can be done! It's called "projectively extended real line" (
https://en.wikipedia.org/wiki/Projectively_extended_real_line)
However, there is a problem with this approach: if you add a new constant and a new axiom to a theory, the theory could become inconsistent: in other worlds, how can you be sure that the new axiom does not allow you to derive the negation of a proposition that was true in the old system? Otherwise, you could even add the axiom "1 + 1 = 4" and obtain a new kind or real numbers where everything is the same as before, but 1 + 1 = 4 instead of 2. Obviously you cannot do this, because the old axioms are still the same, and they allow you to derive 1 + 1 = 2.
Well, we know that this theory is consistent because IT HAS A MODEL, that is a geometric construction still based on the same axioms (the axioms of real numbers). That's the same thing that you do extending the real numbers to the complex numbers.
Here's the construction: draw the normal real line, and then add a circle tangent to the real line at the point 0. You can interpret the extended real numbers as THE SET OF ALL STRAIGHT LINES passing from the point opposite to 0 on the circle (on the other side of the diameter) - let's call this point P. For each point X of the real line, there will be only one straight line passing from P and from X, except the one that is tangent to the circle (and then parallel to the real line) - let's call this line L. The line L does not intersect the real line (it's parallel to it), so it's not one of the "normal" numbers. So, the set of all lines is made of all lines passing from a point P of the real line plus the line L. L can be interpreted as the number "infinity".
So, that's a perfectly normal construction built with Euclidean geometry: it has all rights to exist!
But now the question is: WHAT ABOUT THE THEOREM OF UNIQUENESS of the model of real numbers? This new model has surely the same cardinality of the previous one (we added only one point), so where's the "bug"?
[ try to solve the problem yourself before looking at the solution on wikipedia
:razz: ]
This, in my opinion, is one of the situations that make you appreciate the existence of constructivist logic! You can take a proof assistant, load the axioms of real numbers and look for the proof that they are unique. Then build your construction with the circle and the real line and run the proof of unicity by using as real numbers the data structures that represent the lines instead of the points on the real line (the input data types of the proof of unicity are defined as a parametric data type, so it has to accept any data structures compatible with the axioms of real numbers). This will be a computer program that terminates and returns a proposition saying that two is equal to one. Then you can start "debugging" it, and see what's "wrong" with your axioms of real numbers, or with the structure describing the circle and the real line.
You see: it's all about building a computer program: it doesn't depend on the fact that infinity (of whatever cardinality) exists or not!