jens.w
- 11
- 0
Homework Statement
Given that \epsilon> 0, why is it, that \left | x_{n} -L\right |< \epsilon implicates that x_{n} > L-\epsilon ?
The discussion revolves around the implications of the absolute value inequality \(\left | x_{n} -L\right |< \epsilon\) and its relationship to the expression \(x_{n} > L-\epsilon\) given that \(\epsilon > 0\). Participants explore the properties of absolute values in the context of sequences and limits.
The discussion is active, with participants providing insights and clarifications on the implications of the absolute value inequality. Some guidance has been offered regarding the rewriting of the inequality and the consideration of cases, though there is no explicit consensus on the interpretation of the problem.
Participants note that the behavior of \(x_{n}\) can vary, as it may be positive or negative depending on the series it belongs to, which complicates the application of the absolute value definition. There is also mention of the importance of considering all cases in a proof.
mtayab1994 said:Well if: l Xn-L l ≥0 then you can remove the the absolute value.
jens.w said:Homework Statement
Given that \epsilon> 0, why is it, that \left | x_{n} -L\right |< \epsilon implicates that x_{n} > L-\epsilon ?
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 x_{n}-L can be either positive or negative at all points, or alternating, depending on what series x_{n} 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 \epsilon> 0, why is it, that \left | x_{n} -L\right |< \epsilon implicates that x_{n} > L-\epsilon ?
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 x_{n}-L can be either positive or negative at all points, or alternating, depending on what series x_{n} 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 x\ge 0, and |x|= -x if x< 0. So if x_n- L< 0, then |x_n- L|= -(x_n- L)= L- x_n< \epsilon so that -x_n< -L+ \epsilon and, multiplying boty sides by -1, x_n> L- \epsilon. Of course, if x_n- L\ge 0 then x_n\ge L and, since \epsilon> 0, L> L- \epsilon so x_n> L-\epsilon.
In either case, x_n> L- \epsilon.
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)