Let $a,b>0$ and define the stopping time $T_{a,b}$ for Brownian Motion as $$T_{a,b}:=inf\{t>0:B(t)=at-b\}$$ Compute $E[T_{a,b}]$.
My idea:
I think $E[T_{a,b}]=\infty$.
If that was not the case, then by Wald´s Lemma $E[T_{a,b}]=Var(B(T_{a,b}))=Var(aT_{a,b}-b)=a^2Var(T_{a,b})$ for all $b>0$.
But by reflection principle, for any fixed $t>0$: $$P(T_{a,b}<t)=P(\exists s \le t: B(s)=as-b)\le P(\exists s \le t: B(s)<at-b) = 2\cdot P(B(t)<at-b)$$ and that converges to $0$ as $b \rightarrow -\infty$.
Could that help me conclude $E[T_{a,b}]=\infty$ and is that assumption even correct in the first place?