Proving convergence of (x_n/5 + 10y_n) from limits of x_n and y_n

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
14 replies · 6K views
bugatti79
Messages
786
Reaction score
4
If lim x_n=x n to infinity and lim y_n=y n to infinity
prove rigorously

lim n to infinity (x_n/5+10y_n)=x/5+10y.

My attempt

let ε>0. Must find [itex]n_0 \in \mathbb{N}[/itex] such that

[itex]||(x_n/5+10y_n)-(x/5+10y)||<ε[/itex] for all [itex]n>n_0[/itex]

[itex]||(x_n/5+10y_n)-(x/5+10y)||=||(x_n/5-x/5)||+||10y_n-10y|| \le ||(x_n/5-x/5||+||(10y_n-10y)||[/itex]

since [itex]x_n=x[/itex] for the limit n to infinity and similarly for y_n and given ε>0 then ε/2>0

so there exist [itex]n_1 \in N[/itex] such that [itex]||x_n/5-x/5||< ε/2[/itex] for all [itex]n \ge n_1[/itex]


and

[itex]||10y_n-10y||< ε/2[/itex] for all [itex]n \ge n_2[/itex]


Let [itex]n_0=max{n_1,n_2}[/itex], then for all [itex]n \ge n_0[/itex]

implies [itex]||(x_n/5+10y_n)||-||x/5+10y|| \le ||(x_n/5-x/5||+||(10y_n-10y)||<ε/2+ε/2=ε[/itex]...?
 
Physics news on Phys.org
bugatti79 said:
If lim x_n=x n to infinity and lim y_n=y n to infinity
prove rigorously

lim n to infinity (x_n/5+10y_n)=x/5+10y.

My attempt

let ε>0. Must find [itex]n_0 \in \mathbb{N}[/itex] such that

[itex]||(x_n/5+10y_n)-(x/5+10y)||<ε[/itex] for all [itex]n>n_0[/itex]

[itex]||(x_n/5+10y_n)-(x/5+10y)||=||(x_n/5-x/5)||+||10y_n-10y|| \le ||(x_n/5-x/5||+||(10y_n-10y)||[/itex]
The expression after the first equals is incorrect. You are basically saying that |a + b| = |a| + |b|.

[itex]||(x_n/5+10y_n)-(x/5+10y)||=||(1/5) (x_n -x) +10(y_n -y)|| \le (1/5)||x_n -x||+10||y_n -y||[/itex]

Now, you want the expression to the right of <= to be less than ε, and it's convenient to split it into ε/2 for the first part and ε/2 for the second part. What does that give you for ||xn - x|| and ||yn - y||?
bugatti79 said:
since [itex]x_n=x[/itex] for the limit n to infinity and similarly for y_n and given ε>0 then ε/2>0

so there exist [itex]n_1 \in N[/itex] such that [itex]||x_n/5-x/5||< ε/2[/itex] for all [itex]n \ge n_1[/itex]


and

[itex]||10y_n-10y||< ε/2[/itex] for all [itex]n \ge n_2[/itex]


Let [itex]n_0=max{n_1,n_2}[/itex], then for all [itex]n \ge n_0[/itex]

implies [itex]||(x_n/5+10y_n)||-||x/5+10y|| \le ||(x_n/5-x/5||+||(10y_n-10y)||<ε/2+ε/2=ε[/itex]...?
 
Mark44 said:
The expression after the first equals is incorrect. You are basically saying that |a + b| = |a| + |b|.

[itex]||(x_n/5+10y_n)-(x/5+10y)||=||(1/5) (x_n -x) +10(y_n -y)|| \le (1/5)||x_n -x||+10||y_n -y||[/itex]

Now, you want the expression to the right of <= to be less than ε, and it's convenient to split it into ε/2 for the first part and ε/2 for the second part. What does that give you for ||xn - x|| and ||yn - y||?

This gives
||x_n-x||<5ε/2 and ||y_n-y||<ε/20...?

Not sure what to do next?
 
bugatti79 said:
This gives
||x_n-x||<5ε/2 and ||y_n-y||<ε/20...?

Not sure what to do next?
All you need to do is to explain how we know that n0 can be choosen such that these two inequalities hold for all positive intergers n such that n≥n0.
 
Fredrik said:
All you need to do is to explain how we know that n0 can be choosen such that these two inequalities hold for all positive intergers n such that n≥n0.

Sorry, I don't even know how to do that...?
 
Sure you do. :smile: It follows almost immediately from the definition of [itex]x_n\to x[/itex] and [itex]y_n\to y[/itex]. If you write down the definitions, you will see it. (If not, ask again).
 
Fredrik said:
Sure you do. :smile: It follows almost immediately from the definition of [itex]x_n\to x[/itex] and [itex]y_n\to y[/itex]. If you write down the definitions, you will see it. (If not, ask again).

[tex]||x_n-x||<5ε/2[/tex] and [tex]||y_n-y||<ε/20[/tex]

The LHS of each expression above would go to 0 iff ||x_n-x||=0 as n tends to infinity and similarly for ||yn-y||=0. THis implies the LHS of each exprssion will always be less than ε/2

So adding the 2 expression together would still be less than ε and hence still holds...

Is this correct...if so I don't know how to write this mathematically
 
I don't see you using the definition of what [itex]x_n\to x[/itex] means. Can you post the definition?
 
Fredrik said:
I don't see you using the definition of what [itex]x_n\to x[/itex] means. Can you post the definition?

[itex]x_n\to x[/itex] iff ε>0, ther is [itex]n_0 \in \mathbb{N}[/itex] such that [itex]||x_n-x||<ε[/itex] for all [itex]n \ge n_0[/itex]...

I don't know how to employ this definition...

Thanks
 
There's a "for all" missing before the ε, but apart from that it's fine. Clearly, this definition implies that there's a [itex]n_1\in\mathbb N[/itex] such that [itex]\|x_n-x\|<5\varepsilon/2[/itex] for all [itex]n\in\mathbb N[/itex] such that [itex]n\geq n_1[/itex].
 
Fredrik said:
There's a "for all" missing before the ε, but apart from that it's fine. Clearly, this definition implies that there's a [itex]n_1\in\mathbb N[/itex] such that [itex]\|x_n-x\|<5\varepsilon/2[/itex] for all [itex]n\in\mathbb N[/itex] such that [itex]n\geq n_1[/itex].

and similarly for n2?

[itex]n_2\in\mathbb N[/itex] such that [itex]\|y_n-y\|<\varepsilon/20[/itex] for all [itex]n\in\mathbb N[/itex] such that [itex]n\geq n_2[/itex]

So this is the question completed?

Thanks in advance..!
 
bugatti79 said:
and similarly for n2?

[itex]n_2\in\mathbb N[/itex] such that [itex]\|y_n-y\|<\varepsilon/20[/itex] for all [itex]n\in\mathbb N[/itex] such that [itex]n\geq n_2[/itex]
Right, but you still haven't explained how these two observations imply this result:
bugatti79 said:
let ε>0. Must find [itex]n_0 \in \mathbb{N}[/itex] such that

[itex]||(x_n/5+10y_n)-(x/5+10y)||<ε[/itex] for all [itex]n>n_0[/itex]
Can you find an n0 that does the job?
 
Fredrik said:
Right, but you still haven't explained how these two observations imply this result:

Can you find an n0 that does the job?

if we let n_0={n_1,n_2}...?
 
n0 is a number, not a set, but maybe you actually meant n0=max{n1,n2}, because that would work.

To find the proof, you do the things we have discussed, in the order we have discussed them. But when you type it up, things get clearer if you start with the things we did last.

Let [itex]\varepsilon>0[/itex] be arbitrary. Let [itex]n_1\in\mathbb N[/itex] be such that for all [itex]n\in\mathbb N[/itex], [tex]n\geq n_1\ \Rightarrow\ \|x_n-x\|<\frac{5\varepsilon}{2}.[/tex] Let [itex]n_2\in\mathbb N[/itex] be such that for all [itex]n\in\mathbb N[/itex], [tex]n\geq n_2\ \Rightarrow\ \|x_n-x\|<\frac{\varepsilon}{20}.[/tex] For all [itex]n\in\mathbb N[/itex] such that [itex]n\geq \max\{n_1,n_2\}[/itex], [tex]\left\|\left(\frac{x_n}{5} -10y_n\right)-\left(\frac{x}{5}-10y\right)\right\| \leq \frac{1}{5} \underbrace{\|x_n-x\|}_{\displaystyle<\frac{5\varepsilon}{2}} +10\underbrace{\|y_n-y\|}_{\displaystyle<\frac{\varepsilon}{20}}<\frac{\varepsilon}{2}+\frac{\varepsilon}{2}=\varepsilon.[/tex]
 
Fredrik said:
n0 is a number, not a set, but maybe you actually meant n0=max{n1,n2}, because that would work.

To find the proof, you do the things we have discussed, in the order we have discussed them. But when you type it up, things get clearer if you start with the things we did last.

Let [itex]\varepsilon>0[/itex] be arbitrary. Let [itex]n_1\in\mathbb N[/itex] be such that for all [itex]n\in\mathbb N[/itex], [tex]n\geq n_1\ \Rightarrow\ \|x_n-x\|<\frac{5\varepsilon}{2}.[/tex] Let [itex]n_2\in\mathbb N[/itex] be such that for all [itex]n\in\mathbb N[/itex], [tex]n\geq n_2\ \Rightarrow\ \|x_n-x\|<\frac{\varepsilon}{20}.[/tex] For all [itex]n\in\mathbb N[/itex] such that [itex]n\geq \max\{n_1,n_2\}[/itex], [tex]\left\|\left(\frac{x_n}{5} -10y_n\right)-\left(\frac{x}{5}-10y\right)\right\| \leq \frac{1}{5} \underbrace{\|x_n-x\|}_{\displaystyle<\frac{5\varepsilon}{2}} +10\underbrace{\|y_n-y\|}_{\displaystyle<\frac{\varepsilon}{20}}<\frac{\varepsilon}{2}+\frac{\varepsilon}{2}=\varepsilon.[/tex]

Hi Fredrick,
I was going to reply on this thread this evening. Thanks for this excellent clarity. I will look at this and the other thread you replied to as soon as I can.

Thanks!