Is This Mathematical Proof That 0 Equals 1 Actually Valid?

  • Thread starter Thread starter alingy1
  • Start date Start date
  • Tags Tags
    Series
AI Thread Summary
The discussion centers on a purported mathematical proof claiming that 0 equals 1 through manipulations of infinite series. The key issue identified is that the infinite series 1 - 1 + 1 - 1... does not converge, meaning it does not settle on a single value. Rearranging terms in infinite sums can lead to incorrect conclusions, as demonstrated by this example. The conversation emphasizes the importance of rigor in mathematics, particularly when dealing with infinite sequences, and highlights that assumptions valid for finite sums do not necessarily apply to infinite ones. Ultimately, the proof's claim is invalid due to these mathematical principles.
alingy1
Messages
325
Reaction score
0
Hi, I saw this "proof" on some entertainment website:

0=0
0=0+0+0+0+0+0...
0=1-1+1-1+1-1+1-1+1-1...
0=1+0+0+0+0+0+0+0...
0=1

We create something from nothing!

Can someone explain what is wrong here? There has to be an illegal step!
 
Mathematics news on Phys.org
alingy1 said:
Hi, I saw this "proof" on some entertainment website:

0=0
0=0+0+0+0+0+0...
0=1-1+1-1+1-1+1-1+1-1...
0=1+0+0+0+0+0+0+0...
0=1

We create something from nothing!

Can someone explain what is wrong here? There has to be an illegal step!
The infinite series, 1-1+1-1+1-1+1-1+1-1... does not converge.
 
Last edited:
alingy1 said:
Hi, I saw this "proof" on some entertainment website:

0=0
0=0+0+0+0+0+0...
0=1-1+1-1+1-1+1-1+1-1...
0=1+0+0+0+0+0+0+0...
0=1

We create something from nothing!

Can someone explain what is wrong here? There has to be an illegal step!

The illegal step is that you're working with infinite sums. These are not at all well behaved. What you do is essentially the following:

(1-1) + (1-1) + (1-1) + ... = 1 + (-1+1) + (-1 + 1) + (-1 + 1) + ...

which is just rearranging the brackets. This is the illegal step. You can easily rearrange the brackets in finite sums ##a+(b+c) = (a+b)+c##, but not in infinite sums. You need to rigorously prove in infinite sums that you can do this. You can't in this case. You can in others.
 
The next question is: why can't I rearrange them?
 
alingy1 said:
The next question is: why can't I rearrange them?

I was expecting this. This shows a wrong attitude towards mathematics. Don't worry, you're in good company as most ancient mathematicians had this attitude.

Your attitude is: I can do anything in mathematics as long as it looks right. For example, rearranging brackets looks right in the finite case, so it must work in the infinite case. This attitude has brought many paradoxes and contradictions to mathematics which took hundreds of years to resolve.

The modern attitude is quite the opposite. It is: you can't do anything in mathematics without first showing rigorously that you can. So if we look at this question with the modern attitude, then we notice that we can rearrange brackets for finite sums. But we also immediately remark that doesn't imply anything for infinite sums. There is no reason to expect that a property like this holds if we have no rigorous proof of it. In fact, this example alone suffices to show that the property does not hold, it is a counterexample!

This ancient versus modern attitude is very pervasive. For example, in ancient times it was thought that since stones fall towards the earth, that would imply that everything falls to the earth. Thus the Earth is the center of the universe and everything falls towards it.
The modern attitude is that there is no reason to expect things that hold for stones that they also hold for planets. It must be demonstrated somehow first. In fact, it has been demonstrated that it does not hold.

The question you pose is a very difficult one to answer. This is why I give this lengthy response which doesn't really answer anything. The difficulty lies in what you expect to be the answer. How would you answer why something is not the case? If I were to ask you why the sun is not made of cheese, how could you possibly answer it? It is even not easy to answer why something is the case, let alone why something is not the case. So it is not clear to me at all what kind of answer you expect and what kind of answer would satisfy you. What satisfies me is to see that a counterexample exists and that the sum is infinite such that the reasoning of the finite sums do not apply. I guess that is not satisfactory for you, but I don't have a better answer than this. You must first think about this and try to formulate what kind of answer you expect to hear.

Some things to consider:
https://www.youtube.com/watch?v=36GT2zI8lVA
 
  • Like
Likes 1 person
alingy1 said:
The next question is: why can't I rearrange them?

micromass said:
There is no reason to expect that a property like this holds if we have no rigorous proof of it. In fact, this example alone suffices to show that the property does not hold, it is a counterexample!

Just to point out how much of a counter example this is, let's see what would happen if one assumes that such a rearrangement is acceptable. Then surely we can also rearrange

##0=2+2-2+2-2\ldots## and ##0=3+3-3+3-3\ldots##

and thus for any other number. Since ##0=1## and ##0## is the additive identity,

##1=1+0=1+1=2##

which will also work with any choice of numbers! So in a mathematical world where arbitrary rearrangements of infinite series are acceptable, numbers really lose all meaning. It isn't just a weird conclusion that we choose to sweep under the rug. One either concludes that every number is equal and math is pointless, or this particular property does not hold for infinite sums.
 
You have to get analytical, and ask what do we mean by 1-1+1-1+1-1+...?As it stands, it's ambiguous. When dealing with infinite series, we define them as the limit of the partial sums of an infinite sequence of terms a_1,a_2,a_3... The partial sums are S_n = \Sigma^n_{k=1}a_k=a_1+a_2+...+a_n.

The infinite sum is the limit \lim_{n \to \infty} S_n (if it exists) which we write as \Sigma^{\infty}_{k=1}a_k. This is what the infinite sum means. It only makes sense if the limit exists. In that case we say that the infinite sum converges. If it does not exist, then we say it diverges.

So, what do we mean by 1-1+1-1+... ?

Is it the infinite sum formed by the sequence of terms a_1 = 1, a_2 = -1, a_3 = 1, a_4 = -1, ... ?

In that case, the partial sums will be S_1 = 1, S_2 = 0, S_3 = 1,... The sequence S_n is alternating between 1 and 0 and will not converge. So the limit does not exist.

However, by adding parentheses as such: 1+(-1+1) + (-1+1) + (-1+1) + ..., and saying that a_1 = 1, a_2 = -1+1 = 0, a_3 = -1+1 = 0, ... Then we are talking about an entirely different sequence of terms, and we get an entirely different sequence of partial sums S_n. In this case, S_n = 1 for all n, and the limit is 1. The infinite sums are not the same, because the sequence we used to define what the sum meant is not the same.

As to your question on why we can't rearrange the terms as such, what needs to be understood is that by adding the parantheses we are not talking about the same sum. There are circumstances where we may rearrange the sum as such and end up with the same result, but those are not satisfied here. In fact, rather view this example as a proof of that rearranging in such a way does not produce the same result in general.
 
Last edited:
SammyS said:
The infinite series, 1-1+1-1+1-1+1-1+1-1... does not converge.
Pls can u xplain wt it means in simpler language? I m just a grade eight student
 
Rakstarflame said:
Pls can u xplain wt it means in simpler language? I m just a grade eight student

In layman terms: infinite series is a sum of all terms in an infinite sequence.

Such a sum can converge - that is, the more terms you add, the closer you get to some number.

For example if you add all terms

\frac 1 {2^1} + \frac 1 {2^2} + \frac 1 {2^3} + \frac 1 {2^4} ...

you will get 1. You can easily check that the sum gets closer and closer to 1 using just a calculator.

But not every series converges. 1+1+1+1... doesn't - it just gets larger and larger.

1-1+1-1... is one of those series that don't converge, although it does it in a different way - it doesn't just grow infinitely, it oscillates between 1 and 0.
 

Similar threads

Replies
66
Views
6K
Replies
55
Views
5K
Replies
1
Views
2K
Replies
14
Views
2K
Replies
6
Views
2K
Replies
36
Views
5K
Replies
1
Views
1K
Replies
2
Views
2K
Back
Top