Proving the Limit of a Sequence is Unique: Real Analysis Class

  • Thread starter Thread starter B3NR4Y
  • Start date Start date
AI Thread Summary
In a real analysis class, a student expresses frustration over proving the uniqueness of limits in sequences, feeling overwhelmed by the perceived arbitrariness of certain proof steps. The discussion highlights the importance of understanding the intuition behind proofs rather than relying on online resources, as this can hinder the development of problem-solving skills. A key point made is that the choice of epsilon in proofs often becomes clearer through practice and experience, rather than being an obvious decision at the outset. The conversation emphasizes that recognizing patterns in proofs can help students become more adept at tackling similar problems in the future. Ultimately, with time and practice, the student is encouraged to build confidence in their mathematical reasoning abilities.
B3NR4Y
Gold Member
Messages
170
Reaction score
8
I'm in a real analysis class, and I love the material. But something that is coming up in homeworks worries me about my future math career, I find myself being tasked with proving things and using the internet to help me, finding the answer and completely understanding it, but that's not the problem. I have no clue where they got that from. It seems arbitrary when they pull some of this stuff out. For example:

I was told to prove the limit of a sequence is unique. I correctly started by assuming it isn't, which implies (by the definition of a sequence) xn→L means ∀ε>0 ∃N∈ℕ such that n≥N ⇒ | xn- L | < ε
xn→M means ∀ε>0 ∃O∈ℕ such that n≥O ⇒ | xn- M | < ε

The first thing they did was let n = max {N,O}. I understand why, the interesting stuff in the definitions happens when n ≥ N or O, so taking the max of these two ensures the interesting stuff is happening. But I don't think I could have come up with that myself. I'd like to believe i would, but I honestly don't know if I would. Since n is greater than or equal to N or O, both | xn-L | < ε and | xn-M | < ε are true, and I'm okay with this (it just comes from the definition), using the triangle inequality we can see that
| L - M | (which should be zero) ≤ | xn - L | + | xn - M | < 2ε
Now here's another part that messes me up, they chose \epsilon = \frac{| L - M |}{2} at the very beginning of the proof! Which seemed arbitrary to me, so I ignored it until the end and this came up. I realized why they did that because it said | L - M | < | L - M |, which is a contradiction! Therefore the ε we chose has to equal zero, which is only possible if | L - M | = 0, therefore proving L = M. But how did they have such incredible foresight to see that \epsilon = \frac{| L - M |}{2} at the very beginning? Just experience or is everyone in math a genius and I should just stick with physics (I'm dual majoring)?
 
Mathematics news on Phys.org
Absolutely, absolutely stop looking up things from the internet. It will not help you at all. And the questions you ask here are typical from those who look up the proofs and don't find it themselves.

Nobody has had the forsight to see that ##\varepsilon = |L-M|/2##. In a proof, a choice of ##\varepsilon## happens in the beginning. But when finding a proof yourself, the right choice of ##\varepsilon## happens at the very end! This is why reading a proof without trying it yourself can be harmful, because it does not give you any idea where things came from.
 
  • Like
Likes pbuk and Mentallic
Since you don't quite get the intuition behind how the proof came about (yet!), here's the train of thought that might lead you to a similar solution:

We want to show that if x_n\to L and x_n\to M, then L=M. So, we look at the difference |L-M|. To estimate this difference, we notice that L and M are "close" to x_n for large n. Since both |L-x_n| and |M-x_n| are small for large n, it makes sense to use the estimate |L-M|=|L-x_n+(x_n-M)|\leq |L-x_n|+|M-x_n|. Suppose that we want to make the RHS smaller than some arbitrary positive number \varepsilon. The easiest way to do this is to force both |L-x_n| and |M-x_n| to be smaller than \varepsilon/2. Since we can find natural numbers N_1,N_2 (side note: don't name your bound "O" in this circumstance) such that |L-x_n|&lt;\varepsilon/2 for n\geq N_1 and |M-x_n|&lt;\varepsilon/2 for n\geq N_2. With this in mind, |L-M|\leq |L-x_n|+|M-x_n|&lt;\varepsilon/2+\varepsilon/2=\varepsilon. Since |L-M| is nonnegative and smaller than any positive real number it must be zero.

This condenses into the following proof:

Let \varepsilon be an arbitrary positive real number. Since x_n\to L and x_n\to M, there exist natural numbers N_1,N_2 such that |x_n-L|&lt;\varepsilon/2 for n\geq N_1 and |x_n-M|&lt;\varepsilon/2 for n\geq N_2. Fix a natural number k\geq \max (N_1,N_2). Then, |L-M|\leq |L-x_k|+|M-x_k|&lt;\varepsilon/2+\varepsilon/2=\varepsilon. Since |L-M|&lt;\varepsilon for any \varepsilon&gt;0, we conclude that |L-M|=0 and hence L=M.

Note that the nicety with choosing \varepsilon=\frac{|L-M|}{2} is unnecessary and, indeed, makes the proof more complicated because it forces you into doing a proof by contradiction where such a choice of \varepsilon is positive.

Hope this helps!
 
Infrared said:
Since you don't quite get the intuition behind how the proof came about (yet!), here's the train of thought that might lead you to a similar solution:

We want to show that if x_n\to L and x_n\to M, then L=M. So, we look at the difference |L-M|. To estimate this difference, we notice that L and M are "close" to x_n for large n. Since both |L-x_n| and |M-x_n| are small for large n, it makes sense to use the estimate |L-M|=|L-x_n+(x_n-M)|\leq |L-x_n|+|M-x_n|. Suppose that we want to make the RHS smaller than some arbitrary positive number \varepsilon. The easiest way to do this is to force both |L-x_n| and |M-x_n| to be smaller than \varepsilon/2. Since we can find natural numbers N_1,N_2 (side note: don't name your bound "O" in this circumstance) such that |L-x_n|&lt;\varepsilon/2 for n\geq N_1 and |M-x_n|&lt;\varepsilon/2 for n\geq N_2. With this in mind, |L-M|\leq |L-x_n|+|M-x_n|&lt;\varepsilon/2+\varepsilon/2=\varepsilon. Since |L-M| is nonnegative and smaller than any positive real number it must be zero.

This condenses into the following proof:

Let \varepsilon be an arbitrary positive real number. Since x_n\to L and x_n\to M, there exist natural numbers N_1,N_2 such that |x_n-L|&lt;\varepsilon/2 for n\geq N_1 and |x_n-M|&lt;\varepsilon/2 for n\geq N_2. Fix a natural number k\geq \max (N_1,N_2). Then, |L-M|\leq |L-x_k|+|M-x_k|&lt;\varepsilon/2+\varepsilon/2=\varepsilon. Since |L-M|&lt;\varepsilon for any \varepsilon&gt;0, we conclude that |L-M|=0 and hence L=M.

Note that the nicety with choosing \varepsilon=\frac{|L-M|}{2} is unnecessary and, indeed, makes the proof more complicated because it forces you into doing a proof by contradiction where such a choice of \varepsilon is positive.

Hope this helps!
This does help! I suppose I could have come up with that myself, some things trip me up at first when I'm working the problem, in the heat of the moment, I forget that if the only condition you impose on ε is that it has to be positive, ε/2 is still a number greater than zero and is still greater than what we said it was greater than. I guess my brain has become lazy as a result of me looking up things when I get stuck. I am going to stop doing that now, as per micromass's suggestion.

Thank you!
 
There are some patterns of proof that will come up time after time. Most proofs are derived from those basic patterns. This is one of the basic patterns. Give it some time and you will catch on. It's like cooking. You start with the basic recipe and add spices as needed.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top