Let $(W_t, t \geq 0)$ be a Wiener process, and $τ_x = min\left\{t : W_t = x\right\}$ for $x \geq 0$. Prove that the process $τ = (τ_x, x \geq 0)$ is Markov. Could anybody give a hint to approach this problem? Thank you!
My attempt: to prove that $τ = (τ_x, x \geq 0)$ is markov process, I need to prove that: $$ \mathbb{P}(\tau_x \leq t | \tau_{y_1}, \tau_{y_2}, ..., \tau_{y}) = \mathbb{P}(\tau_x \leq t | \tau_{y}) $$ $\forall y_1 < y_2 < ... < y_n < y < x $ and $\forall t \geq 0$. I could rewrite the equality above: $$ \mathbb{P}(\tau_x \leq t | \tau_{y_1}, \tau_{y_2}, ..., \tau_{y}) = \mathbb{P}(x \leq W_t | \tau_{y_1}, \tau_{y_2}, ..., \tau_{y}) $$ Then i tried to prove that event $W_t \in [x, +\infty)$ is independent from $\sigma$-algebra $\sigma\left\{\tau_{y_1}, \tau_{y_2}, ..., \tau_{y}\right\}$. At this point, I stopped, because I can not prove it.