Limit proof that 1=0 - Where is the error?

In summary, the error in the proof that 1 equals 0 is in the step where the limit of a sum is split into the sum of the limits of the terms. This violates the algebraic limit theorem and is invalid. The issue is that the sum in the left-hand side (LHS) depends on the variable in the limit while the sum in the right-hand side (RHS) does not. This is not a problem for finite limits, but it is for infinite limits. The reason it works for finite limits is that there is no dependence on the variable in the sum. In order to understand why this equality holds for finite limits, one can use analysis techniques and epsilonics to prove it.
  • #1
krackers
72
0
Limit proof that 1=0 -- Where is the error?

[itex]\lim_{n\to\infty } 1=\lim_{n\to\infty }\frac{n}{n}=\lim_{n\to\infty }\frac{\overbrace{1+1+\ldots+1}^{n \text{ times}}}{n}=\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots=0[/itex]

I have a feeling it is in the step where you split the limit of a sum into the sum of the limit of the terms, but I do not have any exact explanation as to why. Can anyone help?
 
Physics news on Phys.org
  • #2
The limit of a sum is the sum of the limits on the individual terms if the number of terms is finite and if each of the terms has a limit. This is the algebraic limit theorem. Your splitting n into 1+1+1…+1 violates condition #1. What you did is invalid.
 
  • #3
Yeah, it's a very good one though. The error is simply because we are taking the limit as n approaches infinity, making this actually an infinite sum. With any other limit, doing these steps will result in no problems.
 
  • #4
What is the mathematical reason as to why you can't split the limit when there is an infinite sum?
 
  • #5
I don't think the infinite sum is the issue here. There are theorems (like monotone convergence theorem) which thell you that you can split up some infinite sums and limits.

Furthermore, you never actually have an infinite sum in the OP.

What you did is:

[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^n \frac{1}{n} = \sum_{k=1}^n \lim_{n\rightarrow +\infty} \frac{1}{n}[/tex]

The problem is that the sum in the LHS depends on ##n##, which is the variable in the limit. You can't just pull something that depends on the variable of the limit outside of the limit. It's the same thing as saying

[tex]\lim_{x\rightarrow 0} x = x \lim_{x\rightarrow 0} 1 = x[/tex]
 
  • #6
R136a1 said:
I don't think the infinite sum is the issue here. There are theorems (like monotone convergence theorem) which thell you that you can split up some infinite sums and limits.

Furthermore, you never actually have an infinite sum in the OP.

What you did is:

[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^n \frac{1}{n} = \sum_{k=1}^n \lim_{n\rightarrow +\infty} \frac{1}{n}[/tex]

The problem is that the sum in the LHS depends on ##n##, which is the variable in the limit. You can't just pull something that depends on the variable of the limit outside of the limit. It's the same thing as saying

[tex]\lim_{x\rightarrow 0} x = x \lim_{x\rightarrow 0} 1 = x[/tex]

Well, that's a convincing explanation, but you can easily see that all of the steps will cause no problems for any finite limit. That seems to suggest to me that the problem is related to an infinite sum.
 
  • #7
1MileCrash said:
Well, that's a convincing explanation, but you can easily see that all of the steps will cause no problems for any finite limit. That seems to suggest to me that the problem is related to an infinite sum.

OK, but there is no actual infinite sum in the OP. However, I do see what you mean. If you change the OP to:

[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^{+\infty} \frac{1}{n} = \sum_{k=1}^{+\infty}\lim_{n\rightarrow +\infty} \frac{1}{n}[/tex]

then this is also wrong and then the problem is exactly the exchange property for infinite sums.

Some infinite sums can be exchanged though: http://en.wikipedia.org/wiki/Monotone_convergence_theorem#Convergence_of_a_monotone_series But the above does not mean the criteria of the wiki post.
 
  • #8
R136a1 said:
OK, but there is no actual infinite sum in the OP.

How is there not an infinite sum?

[itex]\lim_{n\to\infty }\Sigma ^{n}_{k=1}f(x)[/itex]

and

[itex]\Sigma ^{\infty}_{k=1}f(x)[/itex]

are the same thing. It's written the top way in the OP, but that's still an infinite sum.
 
  • #9
1MileCrash said:
How is there not an infinite sum?

[itex]\lim_{n\to\infty }\Sigma ^{n}_{k=1}f(x)[/itex]

and

[itex]\Sigma ^{\infty}_{k=1}f(x)[/itex]

are the same thing. It's written the top way in the OP, but that's still an infinite sum.

They are only the same thing if ##f(x)## does not depend on ##n##. In this case, "##f(x) = 1/n##" depends on ##n##, which is also the upper index of the summation. So we have

[tex]\lim_{n\rightarrow +\infty}\sum_{k=1}^{n} f(n)[/tex]

which is clearly not the same thing as

[tex]\sum_{k=1}^{+\infty} f(n)[/tex]
 
  • #10
R136a1 said:
What you did is:

[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^n \frac{1}{n} = \sum_{k=1}^n \lim_{n\rightarrow +\infty} \frac{1}{n}[/tex]

The problem is that the sum in the LHS depends on ##n##, which is the variable in the limit. You can't just pull something that depends on the variable of the limit outside of the limit. It's the same thing as saying

[tex]\lim_{x\rightarrow 0} x = x \lim_{x\rightarrow 0} 1 = x[/tex]

If this is the case then why does it hold for any finite limit?
 
  • #11
R136a1 said:
They are only the same thing if ##f(x)## does not depend on ##n##. In this case, "##f(x) = 1/n##" depends on ##n##, which is also the upper index of the summation. So we have

[tex]\lim_{n\rightarrow +\infty}\sum_{k=1}^{n} f(n)[/tex]

which is clearly not the same thing as

[tex]\sum_{k=1}^{+\infty} f(n)[/tex]

Ok, so those two expressions are not the same, but the point is that the first one is still an infinite sum, just not that one. How else can we interpret this expression?

If it is not an infinite sum, it must be a finite sum. Can you tell me how many terms are in it, then?
 
  • #12
krackers said:
If this is the case then why does it hold for any finite limit?

Because there is no dependence on ##n## with finite sums. If there is a dependence of ##n##, then the result doesn't hold.

So something like

[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^{10} \frac{1}{n} = \sum_{k=1}^{10} \lim_{n\rightarrow +\infty} \frac{1}{n}[/tex]

because the summation is finite and doesn't depend on ##n##.

If you want to know why the equality holds in this case, then you can prove it using analysis techniques and epsilonics. It's a good exercise to see what goes wrong in the infinite case and in the dependence on ##n## case (here the RHS isn't even well-defined).
 
  • #13
1MileCrash said:
Ok, so those two expressions are not the same, but the point is that the first one is still an infinite sum, just not that one. How else can we interpret this expression?

If it is not an infinite sum, it must be a finite sum. Can you tell me how many terms are in it, then?

Well, I would argue it's not a sum to begin with. Rather, it's the limit of a sum. So it's the limit of a sum with ##n## terms and where the limit depends on ##n##.
 
  • #14
R136a1 said:
OK, but there is no actual infinite sum in the OP. However, I do see what you mean. If you change the OP to:

[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^{+\infty} \frac{1}{n} = \sum_{k=1}^{+\infty}\lim_{n\rightarrow +\infty} \frac{1}{n}[/tex]

then this is also wrong and then the problem is exactly the exchange property for infinite sums.

Some infinite sums can be exchanged though: http://en.wikipedia.org/wiki/Monotone_convergence_theorem#Convergence_of_a_monotone_series But the above does not mean the criteria of the wiki post.
Why is this incorrect? Don't they both evaluate to zero? Also, what are the conditions for which you can exchange the infinite sum and the limit?
 
  • #15
R136a1 said:
Well, I would argue it's not a sum to begin with. Rather, it's the limit of a sum. So it's the limit of a sum with ##n## terms and where the limit depends on ##n##.

I don't understand how the limit of a sum with ##n## terms as ##n## approaches infinity doesn't qualify as an infinite sum, regardless of how the summands change with the limit value.
 
  • #16
1MileCrash said:
I don't understand how the limit of a sum with ##n## terms as ##n## approaches infinity doesn't qualify as an infinite sum, regardless of how the summands change with the limit value.

Because an infinite sum or series is by definition something of the form

[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^n a_k[/tex]

and not of the form

[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^n a_{n,k}[/tex]

I will gladly admit that I'm wrong if you can find a reference where the above is called an infinite sum or series.
 
  • #17
1MileCrash said:
Yeah, it's a very good one though. The error is simply because we are taking the limit as n approaches infinity, making this actually an infinite sum. With any other limit, doing these steps will result in no problems.

Why can you not split the limit in the case of an infinite sum?
 
  • #18
krackers said:
Why can you not split the limit in the case of an infinite sum?

Not sure what will satisfy you. You can not split the limit of an infinite sum because you can find counterexamples to it.
Furthermore, the proof of the finite sum-case fails with infinite sums.
 
  • #19
R136a1 said:
Because an infinite sum or series is by definition something of the form

[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^n a_k[/tex]

and not of the form

[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^n a_{n,k}[/tex]

I will gladly admit that I'm wrong if you can find a reference where the above is called an infinite sum or series.

[strike]But what I'm saying is there is no meaningful distinction between what you and DH are saying. You can choose not to call this an infinite sum if you'd like, but I think we can agree that as the limit approaches infinity, the number of summands approaches infinity.

DH says it's because there are infinite terms as the limit approaches infinity, and we cannot break a limit of sums into a sum of limits if the number of terms is infinite.

You say it's because we cannot switch the sum and the limit operation order because the sum depends on ##n## which is also used in the function, but then this explanation admits that the sum depends on ##n## because the sum is not finite.

It sounds like you and DH are pointing out the same problem with the OP's equation with the caveat that "I don't want to call this an infinite sum." In both cases the underlying problem is that there is an 'infinite sum' appearing, you've offered elaboration on why that causes additional problems in this example besides the simple fact that "we can't break the infinite sum" but it's still because there is an 'infinite sum.'

At the same time, I do understand that we can have a case where the equality fails, your explanation applies, but the sum is not infinite (by any stretch.) But in this case, your explanation applies because the sum is 'infinite.'[/strike]I changed my mind, I don't think that the limit/sum is infinite matters at all, and I think your explanation is right and does not depend on anything.

It is clear that:

[tex]\lim_{n\rightarrow m} \sum_{k=1}^n \frac{1}{n}[/tex]

and

[tex] \sum_{k=1}^n \lim_{n\rightarrow m} \frac{1}{n}[/tex]

are totally different things, and it has nothing to do with infinity and everything to do with the fact that n is used in both the sum and limit.

Thanks
 
Last edited:
  • #20
R136a1 said:
[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^{+\infty} \frac{1}{n} = \sum_{k=1}^{+\infty}\lim_{n\rightarrow +\infty} \frac{1}{n}[/tex]

then this is also wrong and then the problem is exactly the exchange property for infinite sums.

krackers said:
Why is this incorrect? Don't they both evaluate to zero? Also, what are the conditions for which you can exchange the infinite sum and the limit?
Nope. The lefthand side is undefined because the sum diverges for all ##n##. The way it's written, you have to take the sum first for finite ##n## and then take the limit of that result as ##n \to \infty##.
 
  • #21
R136a1 said:
What you did is:
[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^n \frac{1}{n} = \sum_{k=1}^n \lim_{n\rightarrow +\infty} \frac{1}{n}[/tex]
That isn't what krackers did. Your right hand side is poorly formed, R136a1. The n in your sum is not defined.

Here's what krackers wrote in the OP with my interpretation of what he wrote underneath:[tex]\lim_{n\to\infty } 1
= \lim_{n\to\infty }\frac{n}{n}
= \underbrace
{\lim_{n\to\infty }\frac{\overbrace{1+1+\ldots+1}^{n \text{ times}}}{n}}
_{\displaystyle {\lim_{n \to \infty} \sum_{k=1}^n \frac 1 n}}
= \underbrace
{\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots}
_{\displaystyle {\sum_{k=1}^{\infty} \lim_{n \to \infty} \frac 1 n}}
=0[/tex]
or
[tex]\lim_{n \to \infty} \sum_{k=1}^n \frac{1}{n} = \sum_{k=1}^{\infty} \lim_{n \to \infty} \frac 1 n[/tex]
The problem with this is that exchanging the sum and limit is not a valid operation in this case.
 
  • #22
D H said:
That isn't what krackers did. Your right hand side is poorly formed, R136a1. The n in your sum is not defined.

Yes, I know it's poorly formed, that's exactly my point!

Here's what krackers wrote in the OP with my interpretation of what he wrote underneath:[tex]\lim_{n\to\infty } 1
= \lim_{n\to\infty }\frac{n}{n}
= \underbrace
{\lim_{n\to\infty }\frac{\overbrace{1+1+\ldots+1}^{n \text{ times}}}{n}}
_{\displaystyle {\lim_{n \to \infty} \sum_{k=1}^n \frac 1 n}}
= \underbrace
{\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots}
_{\displaystyle {\sum_{k=1}^{\infty} \lim_{n \to \infty} \frac 1 n}}
=0[/tex]
or
[tex]\lim_{n \to \infty} \sum_{k=1}^n \frac{1}{n} = \sum_{k=1}^{\infty} \lim_{n \to \infty} \frac 1 n[/tex]
The problem with this is that exchanging the sum and limit is not a valid operation in this case.

OK, if that's your interpretation then your explanation is fine by me. But I interpreted it a bit differently:

[tex]\lim_{n\to\infty } 1
= \lim_{n\to\infty }\frac{n}{n}
= \underbrace
{\lim_{n\to\infty }\frac{\overbrace{1+1+\ldots+1}^{n \text{ times}}}{n}}
_{\displaystyle {\lim_{n \to \infty} \sum_{k=1}^n \frac 1 n}}
= \underbrace
{\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots}
_{\displaystyle n~\text{terms}}
=0[/tex]

This is what I think the OP means. I know the RHS makes no sense since the ##n## is undefined! But that was exactly my point.

I would like to hear from the OP what exactly the OP means. It would clear up some confusion.
 
  • #23
Now I'm so confused...

1.
vela said:
[tex]\lim_{n\rightarrow +\infty} \sum_{k=1}^{+\infty} \frac{1}{n}[/tex]

Nope. The lefthand side is undefined because the sum diverges for all ##n##. The way it's written, you have to take the sum first for finite ##n## and then take the limit of that result as ##n \to \infty##.

So if I understood correctly, the sum by itself will always diverge to either [itex]+\infty[/itex] or [itex]-\infty[/itex], and so taking the limit will not affect it?

2.
[tex]\sum _{k=1}^{\infty } \lim_{n\to \infty } \frac{1}{n}[/tex]

How does one evaluate this limit? When you taking the limit of [itex]\frac{1}{n}[/itex] as [itex]n[/itex] tends to [itex]\infty[/itex], you end up with an infinitely small value, and then when you sum from [itex]k=1[/itex] to [itex]k=\infty[/itex], aren't you adding up an infinite amount of infinitesimals? How does that give you back zero (or at least according to mathematica it does).

3.
What's the difference between interpreting the question as this: [tex]\underbrace
{\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots}
_{\displaystyle n~\text{terms}}[/tex]

and this: [tex]\underbrace
{\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots}
_{\displaystyle {\sum_{k=1}^{\infty} \lim_{n \to \infty} \frac 1 n}}[/tex]

Don't they both essentially have an infinite amount of [itex]\lim_{n\to \infty } \, \frac{1}{n}[/itex] added together?


4.
When you break up the [tex]\lim_{n\to \infty } \, \frac{n}{n}[/tex] into [tex]\lim_{n\to\infty }\frac{\overbrace{1+1+\ldots+1}^{n \text{ times}}}{n}[/tex] there need to be [itex]n[/itex] [itex]1[/itex]'s as only then will [itex]1\cdot n\; =\; n[/itex]. However, since [itex]n\to \infty[/itex], isn't this the same as having [tex]\lim_{n\to\infty }\frac{\overbrace{1+1+\ldots+1}^{\infty \text{ times}}}{n}[/tex]?

5.

So if you choose to interpret it as [tex]\underbrace
{\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots}
_{\displaystyle n~\text{terms}}[/tex]

(which I don't know if it is the right way to interpret it)

The issue is that the [itex]n[/itex] in "[itex]n terms[/itex]" has been taken out of the context of the limit as as such [itex]n[/itex] is undefined?

But isn't it still obvious that the number of terms is tending to [itex]\infty[/itex]?

6.

If you choose to interpret it as

[tex]\underbrace
{\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots}
_{\displaystyle {\sum_{k=1}^{\infty} \lim_{n \to \infty} \frac 1 n}}[/tex]

(which, again, I don't know if it is the right way to interpret it)

the issue is that you cannot split a limit of infinite terms into an infinite sum of limits?

I still do not quite understand why this cannot be done

R136a1 said:
Not sure what will satisfy you. You can not split the limit of an infinite sum because you can find counterexamples to it.
Furthermore, the proof of the finite sum-case fails with infinite sums.

To me, it doesn't seem like enough of a justification that the only reason is that there are counterexamples. Isn't there any mathematical reason as to why it cannot be done? Further, it can be proved that the limit law holds for any [itex]n[/itex] finite number of terms, so what prevents you from just continually incrementing [itex]n[/itex], essentially making it go towards infinity?
 
  • #24
krackers said:
Now I'm so confused...

1.


So if I understood correctly, the sum by itself will always diverge to either [itex]+\infty[/itex] or [itex]-\infty[/itex], and so taking the limit will not affect it?
Remember what a limit is. ##\lim_{n \to \infty} f(n)## is not about the behavior of f(n) at infinity. f(∞) doesn't make sense. The limit is about the behavior of f(n) as n grows ever larger but remains finite. If every f(n) is infinite, so is the limit (better: The limit doesn't exist).

2.
[tex]\sum _{k=1}^{\infty } \lim_{n\to \infty } \frac{1}{n}[/tex]

How does one evaluate this limit? When you taking the limit of [itex]\frac{1}{n}[/itex] as [itex]n[/itex] tends to [itex]\infty[/itex], you end up with an infinitely small value, and then when you sum from [itex]k=1[/itex] to [itex]k=\infty[/itex], aren't you adding up an infinite amount of infinitesimals? How does that give you back zero (or at least according to mathematica it does).
This is (informally) the sum of an infinite number of zeros. It's zero.

3.
What's the difference between interpreting the question as this: [tex]\underbrace
{\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots}
_{\displaystyle n~\text{terms}}[/tex]

and this: [tex]\underbrace
{\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots}
_{\displaystyle {\sum_{k=1}^{\infty} \lim_{n \to \infty} \frac 1 n}}[/tex]

Don't they both essentially have an infinite amount of [itex]\lim_{n\to \infty } \, \frac{1}{n}[/itex] added together?
No. The first is ill-formed. What is n in that "n terms"? The second, as noted, is zero.


4.
When you break up the [tex]\lim_{n\to \infty } \, \frac{n}{n}[/tex] into [tex]\lim_{n\to\infty }\frac{\overbrace{1+1+\ldots+1}^{n \text{ times}}}{n}[/tex] there need to be [itex]n[/itex] [itex]1[/itex]'s as only then will [itex]1\cdot n\; =\; n[/itex]. However, since [itex]n\to \infty[/itex], isn't this the same as having [tex]\lim_{n\to\infty }\frac{\overbrace{1+1+\ldots+1}^{\infty \text{ times}}}{n}[/tex]?
No.

5.

So if you choose to interpret it as [tex]\underbrace
{\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots}
_{\displaystyle n~\text{terms}}[/tex]

(which I don't know if it is the right way to interpret it)

The issue is that the [itex]n[/itex] in "[itex]n terms[/itex]" has been taken out of the context of the limit as as such [itex]n[/itex] is undefined?
Exactly.

But isn't it still obvious that the number of terms is tending to [itex]\infty[/itex]?
Obviously not.

6.

If you choose to interpret it as

[tex]\underbrace
{\lim_{n\to\infty }\frac{1}{n} + \lim_{n\to\infty }\frac{1}{n} + \ldots}
_{\displaystyle {\sum_{k=1}^{\infty} \lim_{n \to \infty} \frac 1 n}}[/tex]

(which, again, I don't know if it is the right way to interpret it)

the issue is that you cannot split a limit of infinite terms into an infinite sum of limits?

I still do not quite understand why this cannot be done
For the simple reason that you get nonsense. Anytime you have found that 1=0 you have violated some rule.

Various things you thought were always true are not necessarily so when dealing with infinite sums and limits. For example, a+b+c=b+c+a=c+a+b=… Rearranging the terms in a sum of a finite number of terms doesn't change the sum. This is not necessarily true for infinite series. If a series is conditionally convergent but not absolutely convergent, you can rearrange the terms to get any number you want.
 
  • #25
How does one evaluate this limit? When you taking the limit of [itex]\frac{1}{n}[/itex] as [itex]n[/itex] tends to [itex]\infty[/itex], you end up with an infinitely small value

No, you end up with exactly zero. I never understand why people want to call that an "infinitely small value." The limit is zero. So the infinite sum is a sum of zeros. So its zero.

To me, it doesn't seem like enough of a justification that the only reason is that there are counterexamples. Isn't there any mathematical reason as to why it cannot be done? Further, it can be proved that the limit law holds for any [itex]n[/itex] finite number of terms, so what prevents you from just continually incrementing [itex]n[/itex], essentially making it go towards infinity?

I maintain that R136a1's reason is precisely why the equality fails. I look at his explanation in the following way: with n being involved in both the sum and the limit, you could look at the summation of some function/object "f" as being a function of n (the upper limit of summation), and the limit of some function/object "f" as being a function of n (the variable to approach the limit value). You could then look at the equation as a whole as being a composition of those two functions of n and f, and in the "problem move" we have reversed the composition order, and compositions of functions generally aren't commutative except in a few cases (I don't know them).

Or to say differently, let
[tex]L(f,n) = \lim_{n\rightarrow \infty} f[/tex]

and

[tex]S(f,n) = \sum_{i=1}^n f[/tex]

We can then say that
[tex](L \circ S)(f,n) = \lim_{n\rightarrow \infty} \sum_{i=1}^n f [/tex]
and
[tex](S \circ C)(f,n) = \sum_{i=1}^n \lim_{n\rightarrow \infty} f[/tex]

And the composition of functions is almost never commutative.

This may be nonsense of course, but I have convinced myself that the problem only occurs whenever "n" is involved in both the sum and limit, and this is how I reason why. If n is not involved in both the sum and limit, it is no longer a composition of two functions in the normal sense.We can see that we still have hickups when the limit does not approach infinity, suggesting that the problem is that both the limit and sum involve the same term (n) and thus cannot be inverted, and has nothing to do with infinity.

Observe that

[tex]\lim_{n\rightarrow q} \sum_{k=1}^n \frac{1}{n} = \sum_{k=1}^q \frac{1}{q} = 1[/tex]

but

[tex]\sum_{k=1}^n \lim_{n\rightarrow q} \frac{1}{n} = \sum_{k=1}^n \frac{1}{q} = \frac{n}{q}[/tex]

Which means the inverted composition is equal to the original only if n = q, but that just makes the limit an identity function, which I'm sure is one of the few cases when a composition is commutative (obviously.)
 
  • #26
When you have a result that is incorrect, something you did in your computations was incorrect. When asking why you can't do something in your computations, it is because it leads to incorrect answers; namely, your answer.

You're asking why you can't perform a certain step, and it is because your conclusion is wrong. Sometimes it's helpful to figure out exactly what breaks down. But rather than ask why you can't perform a certain step, ask yourself why you think you would be able to perform that step. Why would you think it's okay to go from step 3 to 4.
 
  • #27
krackers said:
aren't you adding up an infinite amount of infinitesimals? How does that give you back zero (or at least according to mathematica it does).

DH, 1MileCrash and johnqwertyful have given you excellent answers already. But I wish to address this.

Infinitesimals do not exist in real analysis. So ##\lim_{n\rightarrow +\infty}\frac{1}{n} = 0## and it is exactly zero, not some infinitesimal value larger than zero.

I know you can make sense of infinitesimals and nonstandard analysis, but then you're changing the context of your question. As you asked the question, you asked about the real analysis that more 99% of the mathematicians work with and in that world, the limit above is exactly ##0##.
 
  • #28
krackers said:
To me, it doesn't seem like enough of a justification that the only reason is that there are counterexamples. Isn't there any mathematical reason as to why it cannot be done? Further, it can be proved that the limit law holds for any [itex]n[/itex] finite number of terms, so what prevents you from just continually incrementing [itex]n[/itex], essentially making it go towards infinity?

From a rigorous and mathematical point of view, the existence of counterexamples alone is enough justification that it cannot be done.

I understand why this might not be an intuitive justification however. But giving you an intuitive reason for why it cannot be done is difficult. In fact, it depends a lot on you! Try to prove why it actually can be done and see where the proof breaks down.
 
  • #29
R1 is right
 

What is a limit proof?

A limit proof is a mathematical method used to show that a certain value or expression approaches a specific value as the input approaches a certain point or value. It is often used in calculus and other advanced mathematical concepts.

Why is it impossible to prove that 1 equals 0 using a limit proof?

It is impossible to prove that 1 equals 0 using a limit proof because the basic definition of a limit states that the input must approach a specific value, but never actually reach it. Since 1 and 0 are two distinct numbers, it is impossible for one to approach the other without actually reaching it.

What is the error in the "proof" that 1 equals 0 using a limit proof?

The error in this "proof" is usually found in the algebraic manipulations. For example, dividing by 0 or taking the square root of a negative number leads to undefined or imaginary results.

Can a limit proof be used to prove any mathematical statement?

No, a limit proof can only be used to prove certain types of statements, particularly those involving limits or approaching a specific value. It cannot be used to prove all mathematical statements.

What is the importance of understanding the limitations of a limit proof?

Understanding the limitations of a limit proof is important in order to avoid making false conclusions or assuming that a certain statement is true based on a flawed proof. It also allows for a deeper understanding of the concept of limits and how they are used in mathematics.

Similar threads

  • Calculus and Beyond Homework Help
Replies
8
Views
665
  • Calculus and Beyond Homework Help
Replies
6
Views
477
  • Calculus and Beyond Homework Help
Replies
13
Views
690
  • Calculus and Beyond Homework Help
Replies
2
Views
711
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
817
  • Calculus and Beyond Homework Help
Replies
1
Views
258
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
216
  • Calculus and Beyond Homework Help
Replies
20
Views
1K
Back
Top