Please show us how the limit concept is rigorous

  • Thread starter Thread starter Organic
  • Start date Start date
  • Tags Tags
    Limits
AI Thread Summary
The discussion revolves around the rigorous definition of limits in mathematics, specifically in the context of sequences. A sequence converges to a limit if, for any positive epsilon, there exists a natural number such that all subsequent terms are within that epsilon of the limit. Divergence is also discussed, particularly how sequences can diverge to infinity without actually reaching it. The conversation touches on the application of Newton-Raphson methods and whether they can define limits without using epsilon-delta arguments. Ultimately, various definitions and interpretations of limits are explored, emphasizing the importance of understanding convergence and divergence in mathematical sequences.
Organic
Messages
1,223
Reaction score
0
This is the reason why I used the word "General".

Please show us how the limit concept is rigorous.
 
Last edited:
Physics news on Phys.org
Oh heck, not again. The limit concept is a definition, and therefore by, um, definition it is rigorous. Do you need to see the definition of limits?
 
Yes Matt,

Please write a formal definition of it, and then please explain it in plain English.

Thank you.
 
Last edited:
Ok, for real numbers we say that a sequence x_n indexed by the natural numbers tends to a limit x if for any e>0 there is an m in N such that |x_n-x| < e for all n>m.

A sequence that does not converge is said to diverge. In particular, if x_n is a sequence such that for every X in R x_n>X for all n sufficiently large then x_n is said to diverge to infinity. Note this does not tell you waht infinity is. It tells you what the phrase tends to infinity means.

This idea that infinity is a quantity larger than any real numbers is a short hand and unmathematical way of stating that fact about divergent series. The more rigorous way of saying 1/0 is infinity is to say that if x_n is any sequnce of (positive) real numbers converging to zero then 1/x_n diverges to infinity.

OK? Infinity isn't there, that is the easiest way of thinking about it, it isn't part of the real numbers.
 
for real numbers we say that a sequence x_n indexed by the natural numbers tends to a limit x if for any e>0 there is an m in N such that |x_n-x| < e for all n>m.
Please tell me if this is a correct picture of this definition:

Code:
    |                 |
    - e               - e
    |                 |
    - |x_m-x|  <--->  - m<n --> |x_n-x|
    |                 |           |
    |                 - <---------'
    |                 |
    - 0               - 0
 
Last edited:
Perhaps if by that you mean that if you plotted all the points |x_n-x| on the real axis, then all of the ones you plot after the m'th lie in the interval [0,e]
 
Perhaps if by that you mean that if you plotted all the points |x_n-x| on the real axis, then all of the ones you plot after the m'th lie in the interval [0,e]
Yes, |x_n-x| is for (what you call) all points and also |x_m-x| and e.

Code:
    |                 |
    - e               - e
    |                 |
    - |x_m-x|  <--->  - m<n --> |x_n-x|
    |                 |           |
    |                 - <---------'
    |                 |
    - 0               - 0

What a show is the invariant state that stands in the basis of the rigorous definition, or more to the point this invariant picture is the reason that we call it rigorous.

Do you agree?
 
Last edited:
I cannot agree because I cannot decide what invariant state means. Seeing as this needs to be true for every e>0 and each time the m is different I see nothing very invariant. Moreover if you were to offer that as the definition of convergence of a sequence you'd be once more not providing enough information.
 
Last edited:
...for any e>0 there is an m in N such that |x_n-x| < e for all n>m.
This is the invariant state that for any given n there is m<n in N.

Right?
 
  • #10
Organic, the difference between a limit and normal numbers is that a limit is what the number gets close to.
the limit of x -->0 for 1/x is infinity. the value of 1/0 is undefined.

Thanks for answering the question guys.
 
  • #11
The limit of 1/x with x from the right is infinity; from the left it's negative infinity.

- Warren
 
  • #12
Hi ShawnD,
for real numbers we say that a sequence x_n indexed by the natural numbers tends to a limit x if for any e>0 there is an m in N such that |x_n-x| < e for all n>m.
|x_n-x| is for (what you call) all points and also |x_m-x| and e.
Code:
    |                 |
    - e               - e
    |                 |
    - |x_m-x|  <--->  - m<n --> |x_n-x|
    |                 |           |
    |                 - <---------'
    |                 |
    - 0               - 0 is the limit x in this case
 
Last edited:
  • #13
Organic said:
This is the invariant state that for any given n there is m<n in N.

Right?


No, get your quantifiers in the right order: for any e>0, there is an m in N (dependent on e) such that for all n>m...

It is not the trivial true or false assertion (dependent on n being 1 or not) that for any given n there is m<n at all. That deosn't even mention x_i, x or e, does it?
 
  • #15
I don't understand what you want. If you mean: in order to make Newton-Raphson's iterative method rigorous in the sense that we wish to prove the iterated sequence converges must we use epsilons? Yes, and no. There are other equivalent definitions of convergence using nets and ultrafilters and topologies, but here I imagine one could prove that given certain constraints the algorithm converges in the epsilon definition. Generally N-R converges very rapidly as can generally be indicated graphically. One may prove for instance the that x^2-p yields a recurrence formual x_n = (p + x_(n-1)2)2/x_(n-1) or something which gives a monotone decreasing sequence bounded below which thus convrgese and to sqrt(p) without using an epsilon at all.
 
  • #16
So, can we define a rigorous definition to a limit of a sequence without using an epsilon?

If yes, can you write a rigorous definition, which is based on N-R?

Generally N-R converges very rapidly as can generally be indicated graphically
It is a non-linear sequence of x1, x2, x3, ... that converges very slowly to the limit and run away from the limit (diverges to infinity) very rapidly, as we can see here: http://phys23p.sl.psu.edu/~mrg3/mathanim/calc_I/Newtons.html

But in both directions no sequence (geometrical or arithmetical) can reach the limit, isn't it?
 
Last edited:
  • #17
Look, that is one particular example of N-R, you cannot decide how rapidly it converges in general from one example, and I'm not talking temporally to do with the animation anyway.

The rest of what you write is wrong: it is perfectly possible for a sequnce in N-R to attain the limit in a finite number of steps, nor does one reach infinity, in any sense because infinity isn't there, we cannot emphasize that enough to you.

I can see no way of using Newton-Raphson to define the notion of a limit of a sequence, or what it means for a sequence to converge.
 
  • #18
The rest of what you write is wrong: it is perfectly possible for a sequnce in N-R to attain the limit in a finite number of steps
No, it is possible only if a curve become a straight line before the limit point, or changes its direction before or in the limit point.

I am am talking about a curve that does not become a sraight line or changes its direction before or in the limit point.

Therefore if we reach the limit then we make a phase transition that leave behind (ignore) N-R method.

If you don't think so, please prove That by N-R we are not approaching but reaching the limit in finitely many steps, where a curve does not become a sraight line or changes its direction before or in the limit point.
 
Last edited:
  • #19
A straight line is a curve, it has curvature zero at all points. Why is N-R not applicable to straight lines anyway? Moreover your assertion is not true, there are other curves that will reach their root in a finite number of steps (if your initial term is the root for instance), others may even cycle with period. The second sentence makes no sense to me. I don't know exactly what you're asking me to prove in the third step, but I think the trivial counter example you need is to take the initial term to be the root. That converges after 1 step, as well as the other trivial disproof that a straight line is a curve. You have shown a lack of belief of proofs in the past anyway, so what would it do for me to prove a result for you anyway? I've given you an example where it terminates in a finite number of steps, you've given an example of this, apparently, I've not checked the details, which you've dismissed for no good reason (a straight line is a curve, just not a very curvy one). Perhaps there are no other examples but I imagine you might be able to construct something that isn't technically a straight line (adjoin a non-straight line to it).

Ah you've now edited your post to remove the counter examples that you have NOW decided are not allowed for some reason, even though you didn't say they weren't allowed before! Naughty, naughty.
 
  • #20
Does this website own the copyright to the ongoing Grime-Organic debate? I'm smelling $ in the air on this one! How about publishing it in print?
 
  • #21
I want to stop, really I do, but I just can't leave ignorance alone. It's pointless, but some of us somehow appear to take it in turns to duke it out. Hurkyl did for a while and now he's stopped. This annoys me though because it is hijcaking another persons thread *yet* *again*. Hopefully it'll be locked again.
 
  • #22
So, can we define a rigorous definition to a limit of a sequence without using an epsilon?

How about: The sequence <x> converges to the limit L iff:

For every &rho; > 0 there exists a natural number N such that for all m > N:
|L - xm| < &rho;



There are certainly other ways to go about defining limits; they're all equivalent to this one, though, when applied to sequences of real numbers. A common one is to use the topological notions of neighborhoods or nearness.
 
  • #23
Hi Hurkyl,
...neighborhoods or nearness.
When these words are used, do we can understand that no element in the sequence reaching the limit?
 
  • #24
Matt,
The rest of what you write is wrong: it is perfectly possible for a sequnce in N-R to attain the limit in a finite number of steps

In this case ( http://phys23p.sl.psu.edu/~mrg3/mathanim/calc_I/Newtons.html )

I am talking about a curve that has non-zero curvature at all points, and this non-zero curvature does not changes its direction or become zero curvature at or before the limit point.

Do you think that in this case we get infenitely many x_n values where abs(x_n-x)>0?
 
Last edited:
  • #25
Organic said:
Hi Hurkyl,

When these words are used, do we can understand that no element in the sequence reaching the limit?

It is perfectly possible in some convergent sequence x_n tending to x, for none, finitely many, infinitely many but not all, or all of the x_n to equal x. Why is this a problem?

As for N-R. What do you mean by 'change direction of curvature'?

At this rate you're going to say: ah but it's true except for all the counter examples.

Here's one for you

Consider a curve given by x^(1/2) for x positive, -(-x)^1/2 for x negative. Call this f(x). Pick some point x in (0,1) draw the tangent line in. Suppose just for the sake of the argument that I can tell exactly where that tangent line cuts curve again, call that point t. Then the curve g(x)= f(x)-t has a non-trivial starting point for a N-R sequence that converges in a finite number of steps. Does that have 'curvature that changes direction' though? Perhaps you mean sign?

It seems to me that you're just going to keep inventing restrictions each time to make any counter examples false. Why do you do that? Are those all the criteria you need? Are you sure? Not going to change your mind again?
 
  • #26
When these words are used, do we can understand that no element in the sequence reaching the limit?

No...

The normal topological definition says that L is the limit of <x> iff:

For every neighborhood U of L, there is a natural number N such that if m > N, then xm is in U.


Anyways, Organic, have you considered the sequence that is always 1? Shouldn't it's limit be 1?
 
  • #27
What do you mean by 'change direction of curvature'?
I mean that the tangent line stays in one and only ony side of the curve, when N-R is used.

I'll write it again:

In this case ( http://phys23p.sl.psu.edu/~mrg3/mathanim/calc_I/Newtons.html )

I am talking about a curve that has non-zero curvature at all points, and this non-zero curvature does not changes its direction or become zero curvature at or before the limit point.

Do you think that in this case we get infenitely many x_n values where abs(x_n-x)>0?
 
  • #28
Then my counter example possibly doesn't cut it. However as the way to prove you claim has been merely to elminate all counter examples offered, why don't you offer a proof with all your many hypotheses, to demonstrate that the N-R method is only terminal for certain kinds of functions.

What that has to do with the defintion of limit is beyond a bear of little brain like me.
 
  • #29
Let me ask this:

Is the case of abs(x_n-x)=0 (which means that x_n=x) exists, according to what I wrote?
 
Last edited:
  • #30
What you wrote when? If you'll excuse the ungrammatical paraphrasing.

Here's a reason why you won't get s generalized notion of seqences converging from N-R for a very good reason, and bearing in mind we're having to guess what it is that you mean, AGAIN.

The seqeunce x_n =1 n even, x_n=1+1/n n odd cannot arise from any Newton Raphson method given that if the iteration sends a to b, it always sends a to b, so there's no way 1 can go to 1+1/3 and 1+1/5 and 1+1/7 and...
 
  • #31
What do you mean by 'change direction of curvature'?
I mean that the tangent line stays in one and only ony side of the curve, when N-R is used.

I'll write it again:

In this case ( http://phys23p.sl.psu.edu/~mrg3/mathanim/calc_I/Newtons.html )

I am talking about a curve that has non-zero curvature at all points, and this non-zero curvature does not changes its direction or become zero curvature at or before the limit point.

Let me ask this:

Is the case of abs(x_n-x)=0 (which means that x_n=x) exists, according to the curve that was described by me?
 
Last edited:
  • #32
I don't know. It's your conjecture, why don't you try to prove it in the light of all your artificial hypotheses which are solely to exclude counter examples that you didn't exclude originally?

If I may rephrase your question so that it makes sense to others who haven't read your stuff before - is it possible that there is some curve satisfying various criteria which is differentiable, and such that the Newton Raphson method does not converge to the exact root in a finite number of steps. The criteria are that the curve is nowhere linear, and that "the tangent line always stays on the same side of the curve". Note, that although he hasn't excluded it, one must presume that Organic also means that we do not choose the root as the initial input.

I don't know the answer, nor do I care really - my geometric intuition tells me it is probably true as one isn't allowed to do something bizarre like 1-sided derivatives.

Does that answer your query?
 
  • #33
Matt,

What is "probably true"?

By your point of view x_n=x?

Please answer by yes or no.

Thank you.
 
  • #34
My view is that the conditions you've decided to impose on the type of curve probably imply that any non root initail choice for a N-R iteration will not reach the root in a finite number of steps. Probably means I can see how that proof would go (MVT or Rolle's theorem plus a little thinking).. I cannot answer yes or no because I have not proved it and have no proof in mind, only a possible proof. But it isn't my conjecture, it is yours, and I have no real desire to make it rigorous, try proving it yourself.
 
  • #35
Organic said:
Matt,


In this case ( http://phys23p.sl.psu.edu/~mrg3/mathanim/calc_I/Newtons.html )

I am talking about a curve that has non-zero curvature at all points, and this non-zero curvature does not changes its direction or become zero curvature at or before the limit point.

What?

You just said it was a curve with non-zero curvature at all points... therefore it is always changing its direction. How can anyone take you seriously when you make such obvious contradictions in your own argument?

Organic said:
I mean that the tangent line stays in one and only ony side of the curve, when N-R is used.

I'll write it again:

In this case ( http://phys23p.sl.psu.edu/~mrg3/mathanim/calc_I/Newtons.html )

I am talking about a curve that has non-zero curvature at all points, and this non-zero curvature does not changes its direction or become zero curvature at or before the limit point.
Well why don't you actually say what you mean rather than just writing nonsense. Half the problems with your posts is you say one thing and mean something else all together, another problem is you don't actually seem to be proving anything...
 
Last edited:
  • #36
Zurtex,

I gave this example:
http://phys23p.sl.psu.edu/~mrg3/mat..._I/Newtons.html
before I wrote something about it.

This kind of a curve has non-zero curvature at all points, and this non-zero curvature does not changes its direction or become zero curvature at or before the limit point.

By "does not change its direction" I mean that the tangent line stays in one and only one side of the curve, when N-R is used.

Shortly speaking, it is not switching sides.

If you can't understand all this by looking at the graphic example then it is your problem not mines.

another problem is you don't actually seem to be proving anything...
I do more than that, I make a paradigm shift in the infinity concept.

Please read this:
http://www.geocities.com/complementarytheory/NewDiagonalView.pdf
 
Last edited by a moderator:
  • #37
Organic, how on Earth can you expect people to know exactly what you mean just by posting one example without explanation. How can you not have realized yet that this is physicsforums.net not psychicforums.net. The confusion is entirely your causing by not explaining what you want. From one picture we are supposed to understand that you only want curves with THIS set of properties. Well, that curve in that link is also convex, should the curves only be convex? It only has one root if we carry it on in a naive smooth fashion, it cuts the x-axis at positive x, must the curve always do this? The tangent has positive slope at all points, must this be true as well?
 
  • #38
MVT or Rolle's theorem plus a little thinking
Examples of it can be found here:http://www.ies.co.jp/math/java/calc/rolhei/rolhei.html

But this is not the case that I show here:
http://phys23p.sl.psu.edu/~mrg3/mathanim/calc_I/Newtons.html

I gave this example, and by this I mean that I am talking only about this example.

If instead you want to speack about another types of curevs, then you are talking to yourself, not to me.
 
Last edited by a moderator:
  • #39
Erm, thanks, Organic, I do know what the MVT and Rolle's theorem state, and, shockingly, I know how to prove them, amazing, someone might think I was a mathematician or something.

WHy didn't you say you only cared about that one example.
 
  • #40
If I am not mistake we are in a thread that dealing with the limit problem, where there are infinitely many steps that cannot reach the limit point.

I gave this N-R example as something which is another example that is different from the epsilon-deltha method.

Is it not understood?
 
Last edited:
  • #41
You are making a mistake. This thread didn't start about that. You hijacked it so that you could talk about your interests again. And I sadly came along too.

Different from? As you've not proven anything to do with convergence that's a little rich.
 
  • #42
If you look at the previous thread will see the you started this:
But is still makes no sense. x/0 is not a well-defined symbol in the real number system that one can manipulate like this.
 
  • #43
And what's that got to do with Newton-Raphson iteration? We explained what the more formal interpretation of your beloved Wolfram definition of infinity is.
 
  • #44
x/0 deeply connected to the limit problem.
 
  • #45
Organic said:
x/0 deeply connected to the limit problem.

Only in the minds of those who do not understand what a limit is.

"x/0" is "undefined" if x is a non-zero constant and "undetermined" if x is zero.

If you mean that x is a variable, then "x/0" makes no sense at all.

If you mean "lim as a-> 0 of x/a" then you should say that: the whole point of the theory of limits is that "x/0" will tell you nothing about the limit.
 
  • #46
1/0 is the same as 1*oo and in both cases we are no longer in a finite system.

The whole idea of the interesting point of view of the limit concept is that no infinitely many elements can reach the limit itself.

This unclosed gap which is > 0 cannot be closed by infinitely many elements.

therefore the sum of .999... or the intervals of N-R is undefined by definition.

For example, Cauchy method only forcing the impossible to be possible by "raping" infinitely many ... to have a sum.
 
Last edited:
  • #47
You're wrong and veering off topic again with you own personal incorrect view of mathematics. Please stay on topic.

Counter examples: let x_n=0 if n is even 1/n n odd. this sequence converges to zero, adn reaches 0 infinitely often. OR let x_n^{M} be the sequence define to be 1 for n<M 0 other wise - this sequence converges to zero and is zero for all n>M. Demonstrate a non-zero real number between 0.9999.. and 1. Hint: can't be done. The infinite sum os defined. It is the limit of the partial sums. (N-R, or Newton Raphson, has no need to be here). I presume Chausy is Cauchy. I don't think you understand enough of the mathematics to be able to form an opinion about completions wrt norms. So, this is mathematics, in the real numbers in decimal notation 0.9999.. is the same as 1. It has been proven many times. If you're going to tell us we're wrong then please don't do so in this thread. Start another one and attempt to understand the answers that will be given. Don't hijack this one please - I've answered your post and told you where you're wrong conceptually as well as physically. If you don't accept that then you aren't using the mathematics correctly and you aren't adding to this thread's worth. Start one in TD say, but this topic has been done to death and that you cannot accept the PROOF is a reflection on you not the mathematics.
 
  • #48
Another example:

PI exact plece in the real line is unknown, because in any representation method of it we have to use infinitely many elements to define it.
Demonstrate a non-zero real number between 0.9999.. and 1
Demonstrate a zero gap between 0.999... and 1
 
Last edited:
  • #49
Again? There are at least 2 proofs of this fact in this thread alone. Let x_n be the n'th partial sum 0f 0.9+.009+.0009...

|1-x_n|= 1/10^n

0.999.. =lim x_n

hence |1-0.999...| =0 as the difference with the limit tends to zero, ie can be made of arbitrarily small absolute value.

If you disagree with that then you are disagreeing with the definition of the real numbers. Got it? If you want to work in a different number system then start a different thread or something.

Just realized this isn't in the thread I thought it was in (new page carry error, bane of mathematics) so rant away in your own private language at will.
 
Last edited:
  • #50
Organic said:
Another example:

PI exact plece in the real line is unknown, because in any representation method of it we have to use infinitely many elements to define it.

Demonstrate a zero gap between 0.999... and 1
How do you mean it is unknown?

I'm fairly sure it is at \pi... If you let \pi be your base unit then it is really easy to mark it on.

Or do you just mean there is no given ratio between 1 and \pi in terms of decimals?
 
Back
Top