Live data from Hacker News

What can we gain by losing infinity?

quantamagazine.org

21–30 of 141 posts

Re: What can we gain by losing infinity?

#21

Earlier quoted context omitted.

Rejecting infinity is a purely philosophical stance that doesn’t teach us anything about reality. There is a big difference between “infinity doesn’t exist” and “infinity doesn’t exist physically”. I should also add that the resolution of zeno’s paradox in the form of calculus where and infinite set of steps can occur in a finite time (or infinite set of distance can span a finite total distance) is conceptually very…

> There is a big difference between “infinity doesn’t exist” and “infinity doesn’t exist physically”. Is there? I think one could make a decent case for "nothing exists which doesn't exist physically[1]". [1] https://plato.stanford.edu/entries/physicalism/ EDIT: you could even probably claim "nothing exists which isn't physically measureable " which may or may not be a stronger claim depending on your point of view.…

Which is exactly why I mentioned rejection of zero, negative numbers, etc.

You can reject them, but doing so just throws away useful tools without gaining anything in return.

Re: What can we gain by losing infinity?

#22
And no discussion of Zeno? Pish.

The idea that nothing is demonstrative of infinity is clearly incorrect.

Take the screen you're reading this on. One pixel is composed of a bunch of different atoms, and once you get down to one of them, that atom subdivides into a bunch of subatomic particles, some of which even have mass. Let's take one of those for argument's sake. Split that, and you get some quarks.

Now let's imagine that's the smallest you can go. We can still talk about half of a down quark, or half of that, etc. Say, uh, infinitely so. There you go, everything is infinite. That wasn't so hard was it?

Re: What can we gain by losing infinity?

#23

Earlier quoted context omitted.

They pretty quickly realize that there is no winning because you can always just say more numbers than the last kid - there is no biggest number. Usually something like "a hundred million million million million million and two", "a hundred million million million million million and three", etc. And then someone, whose friend or older brother taught them the concept, blurts out "infinity". And after a quick explanat…

And then the next kid says "infinity plus two", which is a perfectly acceptable progression, and the cycle starts again.

When I was about ten, a math teacher once asked me whether the number 0.9999... (infinitely repeating) was different than 1. I said, with my child's intuition, that of course it was. He then challenged me to write down a number that was in between them, because if they were not the same number then there would be many (in fact, infinitely many) numbers between them. I couldn't, of course: the best I could do was to write 0.9999...5, which falls into the same category error as "infinity plus one / infinity plus two".

Now, decades later, I get it better. The number 0.99999... is 9/10 + 9/100 + 9/1000 + 9/10000 + ..., which approaches 1 asymptotically the same way that 1/2 + 1/4 + 1/8 + 1/16 + 1/32 + ... approaches 1. Under many circumstances, you can treat that number as if it was 1, which neatly answers Zeno's Paradox. (Though beware of the limitations of that analysis: 1/n approaches infinity as n approaches 0, but 1/0 is not equal to infinity. Because 1/n approaches infinity only as n approaches 0 from the positive direction. If you look at the sequence 1/-0.1, 1/-0.01, 1/-0.001, etc. where n approaches 0 from the negative direction, that approaches negative infinity. A function that has two different limits as you approach the same number from two different directions cannot have its limit substituted like that).

Re: What can we gain by losing infinity?

#24
Take the approximate number of subatomic particles in the universe, call it Ω. Define the largest number as Ω² and the smallest number as -Ω², and define the number of decimal numbers between each integer number as Ω², evenly spaced. That should be more than enough numbers. Redefine Ω with each new discovery in physics.

If this seems too conservative to you, like if for some reason you want to talk about the volume of the universe in terms of the width of an up-quark or whatever, feel free to tack on some modifier to my proposed number system.

Re: What can we gain by losing infinity?

#25

I don’t understand, and I hope it’s just bad writing. Certainly you can build a branch of mathematics without an axiom of infinity, and that’s fine, it’s math over finite sets. However, an axiom of infinity is independent, it doesn’t contradict anything in standard formalizations, and so it doesn’t make sense to say “infinity is wrong”. He may think the axiom of infinity isn’t satisfied by our real physical world, bu…

> But in the late 1800s, Georg Cantor and other mathematicians showed that the infinite really can exist.

I think, as I understand it, the objection is this. The proposition that infinity is "real", and there are actually infinite (not just very many) things.

Re: What can we gain by losing infinity?

#26
post #23

Earlier quoted context omitted.

And then the next kid says "infinity plus two", which is a perfectly acceptable progression, and the cycle starts again.

When I was about ten, a math teacher once asked me whether the number 0.9999... (infinitely repeating) was different than 1. I said, with my child's intuition, that of course it was. He then challenged me to write down a number that was in between them, because if they were not the same number then there would be many (in fact, infinitely many) numbers between them. I couldn't, of course: the best I could do was to w…

This is one of my life goals is to prepare my kids to troll their math teachers with the dual numbers and the claim that .999... is obviously 1-ε. Goal is to convince the teacher .999...≠1. Bonus points if they instead convince the teacher to doubt that complex numbers exist.

Re: What can we gain by losing infinity?

#27
Contrarian thinking can be great because it taps into the intuition that the masses are mostly followers who can be led anywhere, not critical thinkers who've deeply examined what they believe. Being contrarian, then, is akin to staking out a new leadership position.

The space of contrarian ideas is vast, and most of them are probably bad, but, nevertheless, the willingness to hold unconventional, internally consistent views should be celebrated, because it increases diversity of thought. Our collective hive mind grows stronger through heresy.

However, I like my heresy with a splash of axiomatic precision, which is sadly lacking in this article.

Re: What can we gain by losing infinity?

#29
post #8

The article doesn’t really tell us what is gained by rejecting infinity. And in general, why not also reject zero, negative numbers, irrational numbers, complex numbers, uncomputable numbers, etc.? Seems like an article about quacks that can’t even agree on what the bounds and rules of their quackery are.

> The article doesn’t really tell us what is gained by rejecting infinity.

Decidability. The issues around undecidability all involve the lack of an upper bound. In a finite deterministic space, everything is decidable, although some things may be too costly computationally to decide.

There are several ways to go for decidability. The brute force way is computer arithmetic - there is no number larger than 2^64-1. That's how we get things done on computers, but proofs about numbers with finite upper bounds need lots of special cases. Mathematicians hate that.

I used to work on this sort of thing, using Boyer-Moore theory. That's a lot like the Peano axioms. There is (ZERO), and (ADD1 (ZERO)), and (ADD1 (ADD1 (ZERO))), etc. Everything is constructive and has an unambiguous representation in a LISP-like form. You can have recursive functions. But they must be proven to terminate, by having a nonnegative value which decreases on each recursive call. There is a distinction between "infinite" and "arbitrarily large". You can talk about arbitrarily large numbers, but you cannot get to 1/2 + 1/4 + 1/8 ... = 1. You can have integers and rational numbers of arbitrary size, but not reals.

Set theory was interesting. Rather than axiomatic set theory, I was using lists as sets, with the constraints that no value could be duplicated and the list must be ordered. Equality is strict - two things are equal only if the elements are all equal, compared element by element. It's possible to prove the usual axioms of set theory via this route. The ordered criterion requires proving things about ordered list insertion to get there. It's ugly and needs machine proofs.

I was doing this back in the early 1980s, when machine proofs were frowned upon. Mathematicians were still upset about the four-color theorem proof. It's all case analysis, with thousands of cases. That's more acceptable today.

Looked at in this light, infinity is a labor-saving device to eliminate special cases, at a potential cost in soundness.

Re: What can we gain by losing infinity?

#30

And no discussion of Zeno? Pish. The idea that nothing is demonstrative of infinity is clearly incorrect. Take the screen you're reading this on. One pixel is composed of a bunch of different atoms, and once you get down to one of them, that atom subdivides into a bunch of subatomic particles, some of which even have mass. Let's take one of those for argument's sake. Split that, and you get some quarks. Now let's ima…

I think you missed the point.

So, firstly, you have split the particle 5 times. That's not infinite times. You can split it more, so that would be 6 times. And more. Even if you could split it 1000 times, that's not infinity.

The standard argument for infinity is that "you can always add 1 to any number, so there must be an infinity of them", and the refutation is that no matter how many times you add 1 to a number, all you've done is create a larger number. You never reach the point of actual infinity, no matter how long you keep doing this. You need to have infinite time in order to create an infinity by adding 1 to each number, so you're starting with the axiom that infinity exists (because you need an infinite number of operations to actually create an infinity). If you don't start with that axiom, then you can never reach infinity by addition (or any operation).

Post reply on HN