jens.w
- 11
- 0
Homework Statement
Given that [itex]\epsilon[/itex]> 0, why is it, that [itex]\left | x_{n} -L\right |< \epsilon[/itex] implicates that [itex]x_{n} > L-\epsilon[/itex] ?
mtayab1994 said:Well if: l Xn-L l ≥0 then you can remove the the absolute value.
jens.w said:Homework Statement
Given that [itex]\epsilon[/itex]> 0, why is it, that [itex]\left | x_{n} -L\right |< \epsilon[/itex] implicates that [itex]x_{n} > L-\epsilon[/itex] ?
Hurkyl said:Try some examples to get a feel for it.
Since you're dealing with absolute values, you could always use the usual technique for dealing with them: split into two cases depending on whether the argument is positive or negative.
jens.w said:Yes, i thought of that at first, but it doesn't help in this case since [itex]x_{n}-L[/itex] can be either positive or negative at all points, or alternating, depending on what series [itex]x_{n}[/itex] is a part of. So based on that, i can't exclude one of the cases via the definition.
jens.w said:Homework Statement
Given that [itex]\epsilon[/itex]> 0, why is it, that [itex]\left | x_{n} -L\right |< \epsilon[/itex] implicates that [itex]x_{n} > L-\epsilon[/itex] ?
It doesn't matter that xn comes from a series; the question you asked is one about the property of the number xn.jens.w said:Yes, i thought of that at first, but it doesn't help in this case since [itex]x_{n}-L[/itex] can be either positive or negative at all points, or alternating, depending on what series [itex]x_{n}[/itex] is a part of. So based on that, i can't exclude one of the cases via the definition.
Ray Vickson said:If x >= L then x > L-ε (ε>0). So, just look at the case where x < L (assuming |x-L| < ε).
RGV
HallsofIvy said:As I am sure you know, |x|= x if [itex]x\ge 0[/itex], and |x|= -x if x< 0. So if [itex]x_n- L< 0[/itex], then [itex]|x_n- L|= -(x_n- L)= L- x_n< \epsilon[/itex] so that [itex]-x_n< -L+ \epsilon[/itex] and, multiplying boty sides by -1, [itex]x_n> L- \epsilon[/itex]. Of course, if [itex]x_n- L\ge 0[/itex] then [itex]x_n\ge L[/itex] and, since [itex]\epsilon> 0[/itex], [itex]L> L- \epsilon[/itex] so [itex]x_n> L-\epsilon[/itex].
In either case, [itex]x_n> L- \epsilon[/itex].
Hurkyl said:It doesn't matter that xn comes from a series; the question you asked is one about the property of the number xn.
And besides, in a proof by cases you don't exclude a cases: you consider all of them. (in this case, only 2)