Given random variables $X_1, X_2, \ldots \stackrel{iid}{\sim} P(X_i = 1) = p = 1 - q = 1 - P(X_i = -1)$ where $p > q$ in a filtered probability space $(\Omega, \mathscr F, \{\mathscr F_n\}_{n \in \mathbb N}, \mathbb P)$ where $\mathscr F_n = \mathscr F_n^X$,
define $S = (S_n)_{n \ge 0}$ where $S_n = a + \sum_{i=1}^{n} X_i$ where $a$ is a positive integer.
Let $b$ be a positive integer s.t. $0 < a < b$, and let $T:= \inf\{n: S_n = b\}$.
It can be shown that $T$ is a $\{\mathscr F_n\}_{n \in \mathbb N}$-stopping time.
Show $E[T] < \infty$ by finding an upper bound for $P(T=k)$.
If $T=k$ (I guess $k \ge 1$), then there is at least one -1 (step down) $(*)$ in each of the vectors of size b, provided all the indices are less than $k$ (assuming I am interpreting 6.2 here right):
$$(X_{b+1}, X_{b+2}, ..., X_{2b-1}, X_{2b})$$ $$(X_{2b+1}, X_{2b+2}, ..., X_{3b-1}, X_{3b})$$ $$(X_{3b+1}, X_{3b+2}, ..., X_{4b-1}, X_{4b})$$ $$\vdots$$ $$(X_{nb+1}, X_{nb+2}, ..., X_{(n+1)b-1}, X_{(n+1)b})$$ $$\vdots$$
It seems then that based on 6.1, $P(T=k) \le (1-p)^{k/b - 1}$, which seems to make (I just chose p = 0.6 and b = 10
$$E[T] = \sum_{k=1}^{\infty} k P(T=k) < \infty \ QED$$
Is that right?
Why do we have $k/b - 1$? It seems like finding the supremum over n of $(n+1)b < k$ much like in 6.1 where apparently the exponent there was based on the supremum over m of $3m + 3 < k$
Why is $(*)$ true? Edit: Okay, I get it now.