[ELI5] how do we prove that something goes to infinity or – infinity since we can’t observe it?

290 views

For instance how do we know that something weird doesn’t happen at some insanely large number?

In: 3

22 Answers

Anonymous 0 Comments

I’ll try and give a simple example:

Let’s start at the number 2. Then we add 2 and get to 4. Then we add 2 again and get to 6, then to 8,10,12 etc. Then we add 2 again and again and again. We can do that “to infinity”.

Every single number we will ever get to will be even. I am very sure nothing “weird” will happen at “some insanely large number”.

Other sequences that go to infinity like this one have similar, although probably more complicated, rules. And from these rules we can infer all kinds of patterns and other rules, even though we can practically only observe a minuscule fraction of infinity.

Anonymous 0 Comments

A way to prove numbers are unbounded is through proof by contradiction. Let’s assume that an upper bound to numbers exists and that upper bound is B. We can then add 1 to B, so that upper bound is now B+1. We can then wash, rinse, repeat. So, numbers are unbounded.

Anonymous 0 Comments

> For instance how do we know that something weird doesn’t happen at some insanely large number?

This is both the reason why mathematics wants formal proofs instead of heuristics, intuition or induction, as well as why it sometimes is incredibly hard to really proof things.

Take f(x) = x, as it is the simplest example. “y goes to infinity” means that y gets at some point and onward larger than any finite bound. Then “f(x) goes to infinity when x goes there” is almost tautological, as it says: “whenever x gets and stays larger then any finite bound, then x gets and stays larger then any finite bound”. Or without the fluff “if A then A”, which is absolutely always true.

Now for other functions like x² , e^x , log(x) , or x+100·sin(x) the argument might be more convoluted. Lets try the last one:

“Whenever x gets and stays larger then any finite bound, then x+100·sin(x) gets and stays larger then any finite bound”.

We can note that sin(x) is between -1 and 1, therefor we know that x+100·sin(x) is at least as big as x-100. Looking as x-100 as a kind of “worst case” simplifies things:

“Whenever x gets and stays larger then any finite bound, then x-100 gets and stays larger then any finite bound”.

No more sine to deal with! If we now want x-100 to be (and stay) larger than a finite bound (lets say 1,000,000), then we guarantee that by choosing x itself to be bigger than that bound plus 100 (here: 1,000,100). This proves what we wanted!

Never did we have to check an infinite number of cases by hand, nor is there any wiggly room, despite x+100·sin(x) wiggling up and down all the time (draw a graph if you want to see this). We argued purely by reason and logic, which goes further than simple calculation.

For some way questions, showing that something grows without bound can become seriously complicated; too complicated for even modern mathematicians. Only time will show if we are able to absolutely prove such things, but the chance for failure is always there. Heck, it is even an unsolved problem if there is a way to always and definitely decide (an “algorithm”) if two elementary expressions describe the same function.

Anonymous 0 Comments

First of all, we need to have a good definition of “going to infinity”. It’s usually the following :

A sequence of numbers goes to infinity if for any threshold, I can find a rank (depending on that threshold) such that the sequence is larger than that threshold after that rank.

So usually, the recipe to prove that something goes to infinity is to give an explicit way to find a rank that satisfy the property when you are given an arbitrary threshold.

Let’s give two examples :

Say you have the sequence 1, 3/2 , 2, 5/2, 3, 7/2, … where you add 1/2 to the previous number at each step. It should be clear that this sequence is going to infinity, but let’s write the formal proof.

Fix an arbitrary threshold M (for convenience, let’s say that M is an integer). All you have to tell me is that there is a rank after which all the values of the sequence are larger than M. (note that it does not have to be the best rank, just one that works). For example, you can convince yourself pretty easily that after rank 2M, the values are all larger than M. That’s your proof. Nothing weird happens because you know the rules

Now, if you want a less trivial example, look at the sequence 1, 1+1/2 , 1+1/2+1/3 , 1+1/2+1/3+1/4 , … where you add 1/n to the previous number at each step where n is the rank in the sequence. It’s far less clear that this goes to infinity (and can be quite counter-intuitive as even after a billion terms, the sequence is still around 21 and is increasing veeeeery slowly).

But let’s write a proof anyway ! Fix a threshold M. Can you find a rank such that all values after that rank are bigger than M ? Not easy, but let’s convince ourselves that we can using the previous easy sequence and looking at the first terms :

The sequence starts like the previous one 1 , 3/2, so that’s a good start, but then it grows more slowly. But is there a term in our new sequence that is larger than 2 (which is the next term in our first easy sequence) ? Yes, because 1/3+1/4 > 1/4+1/4 = 1/2. So the 4th term is larger than 2.

Let’s get to the next level : is there a term in our new sequence that is larger than 5/2 ? Yes, because 1/5+1/6+1/7+1/8> 1/8+1/8+1/8+1/8 = 1/2. So the 8th term of the sequence is larger than 5/2.

Let’s get to the next level : is there a term in the sequence larger than 3 ? Yes because 1/9+…+1/16> 1/16+…+1/16=1/2. So the 16th term of the sequence is larger than 3.

So for any threshold M, you can convince yourself with that same trick that the value at rank 2*2^M of the sequence will be larger than M. Bingo, that’s a proof.

Anonymous 0 Comments

In maths, there’s no observation to do. It’s just a language at the end of the day. It does nothing weird like that because it is just a description and iteration of logic

In physics, this absolutely could be and probably is true. We can only be certain of the laws of physics in the place where we observe them. There’s some interesting theories about how we might be living in a void and the rest of space might have a different speed of light or strength of gravitational force. We also think that *a lot* of weird things happen on event horizons of black holes, and we have no idea what kind of things could be beyond the observable universe and no reason to suspect that there’s nothing else out there

Anonymous 0 Comments

Cos maths is a human created language based on logical consistency, so even when the weird shit happens its because of other logical consistencies

Anonymous 0 Comments

A way to prove numbers are unbounded is through proof by contradiction. Let’s assume that an upper bound to numbers exists and that upper bound is B. We can then add 1 to B, so that upper bound is now B+1. We can then wash, rinse, repeat. So, numbers are unbounded.

Anonymous 0 Comments

In maths, there’s no observation to do. It’s just a language at the end of the day. It does nothing weird like that because it is just a description and iteration of logic

In physics, this absolutely could be and probably is true. We can only be certain of the laws of physics in the place where we observe them. There’s some interesting theories about how we might be living in a void and the rest of space might have a different speed of light or strength of gravitational force. We also think that *a lot* of weird things happen on event horizons of black holes, and we have no idea what kind of things could be beyond the observable universe and no reason to suspect that there’s nothing else out there

Anonymous 0 Comments

I had a calculus teacher explain an infinity graph like this and it has always helped.

Imagine you are standing in an endless hallway. You have a flashlight and shine it directly on the wall immediately next to you. This is the “lowest” point on the graph of “how far does the beam go before touching the wall”. Now start rotating to the left or right and the flashlight beam will still be hitting the wall, but at accelerating distances compared to your constant rotation. The point on the graph of “how far until the beam touches the wall” increases exponentially. There will come a point where your beam suddenly no longer touches the wall, but instead travels to infinity. Nothing special, just a mathematical representation showing that the beam will not touch. You continue to rotate and the beam comes back to you in the same pattern on the other wall.

It has been a lot of years since that class, but I THINK that describes an asymptote.

Now, if you’re asking what happens on the infinity side of where the light travels to, like what is way over there that we can’t know about, I don’t know. Science fiction explores that topic pretty thoroughly.

Anonymous 0 Comments

You say a sequence goes to infinity if for any number you pick, the sequence has a larger number.

So let’s use natural numbers, 1,2,3,4….

You pick a any number you want, say 999. I can then say at position 1000, in the sequence is 1000 which is greater than 999.

You would generalise it to be for any number e, there is a number e+1 in the sequence that is greater than it. So no matter what number you can think of, there is always a number in the sequence greater than it