Let $X_1,X_2,\ldots$ be iid random variables where $X_i\in\{-1,0,1,2,...\}$, $P(X_i=0)<1$ and $E(X_1)=\mu$. Let $S_n=1+X_1+\cdots+X_n$ and $T=\inf \{n:s_n=0\}$. Show that $E(T)=\infty$ if $\mu=0$ and $E(T)<\infty$ if $\mu<0$.
I try to use the Wald's equation but in this case we have $S_0=1$ instead of $0$.
If $X_1=-1$, $T=1$. Otherwise, $X_1=k$ with $k\geqslant0$ and $T=1+\sum\limits_{i=1}^{k+1}T_i$ where $(T_i)$ is i.i.d. and distributed like $T$ (this is where the hypothesis that the only negative jumps of the random walk are $-1$ is used). Thus, for every $s$ in $(0,1)$, $\mathbb E(s^T)=\sum\limits_{k\geqslant-1}\mathbb P(X=k)s\mathbb E(s^T)^{k+1}$. Introducing $g(t)=\mathbb E(t^X)$, this reads $g(\mathbb E(s^T))=1/s$. Deriving this, one gets $\mathbb E(Ts^{T-1})g'(\mathbb E(s^T))=-1/s^2$. Considering the limit when $s\to1$ yields $\mathbb E(T)g'(1)=-1$, that is, $\mathbb E(T)=-1/\mu$.