- #1
mathstatnoob
- 3
- 0
Homework Statement
The lemma below is from Sample-Path Analysis of Queueing Systems by El-Taha and Stidham Jr.
Lemma 2.10
Let [itex]\{x_n, n \geq 1\}[/itex] be a sequence of non-negative real numbers and [itex]\{b_n, n \geq 1\}[/itex] a non-decreasing sequence of real numbers such that [itex]b_n \rightarrow \infty[/itex] as [itex]n \rightarrow \infty[/itex]. Then the following are equivalent:
(i)[itex]b_n^{-1}x_n \rightarrow c[/itex] as [itex]n \rightarrow \infty[/itex];
(ii)[itex]b_n^{-1}\max_{k \leq n}x_k \rightarrow c[/itex] as [itex]n \rightarrow \infty[/itex].
The authors claim that proving statement (ii) implies statement (i) is trivial and leave no proof (they do go on to prove (i) implies (ii)). However, "trivial" is a subjective term. I'm trying to provide a proof that (ii) implies (i), but I get stuck.
2. Attempt at a solution
Let [itex]\epsilon > 0[/itex]. It follows from the hypothesis that there exists an [itex]N_0[/itex] such that if [itex]n > N_0[/itex], then [itex]c-\epsilon < b_n^{-1}\max_{k \leq n}x_k < c+\epsilon[/itex].
Since [itex]b_n \rightarrow \infty[/itex] as [itex]n \rightarrow \infty[/itex],there exists an [itex]N_1[/itex] such that if [itex]n > N_1[/itex], then [itex]b_n > 0[/itex] which implies [itex]b_n^{-1} > 0[/itex] which then implies [itex]b_n^{-1}x_n \leq b_n^{-1}\max_{k \leq n}x_k[/itex].
So let [itex]N=\max\{N_0,\, N_1\}[/itex]. If [itex]n > N[/itex], then [itex]b_n^{-1}\max_{k \leq n}x_k < c+\epsilon[/itex]. Hence [itex]b_n^{-1}x_n < c+\epsilon[/itex]. Now either (a) [itex]c-\epsilon < b_n^{-1}x_n[/itex], or (b) [itex]b_n^{-1}x_n \leq c-\epsilon[/itex]. If case (a) is true, then [itex]c-\epsilon < b_n^{-1}x_n < c+\epsilon[/itex] whenever [itex]n > N[/itex]. Regarding case (b)...
...and this is where I get stuck. My guess is case (b) leads to some contradiction, but I'm not sure how to obtain one. Any suggestions or specific references to look at? Or if there's a simpler way to show that (ii) implies (i), I'm all ears. Thanks!