In https://mathoverflow.net/questions/43833/a-markov-process-which-is-not-a-strong-markov-process
George Lowther's example: "Consider the following continuous Markov process $X$, starting from position $x$:
If $x = 0$ then $X_t = 0$ for all times.
If $x \neq 0$ then $X_t$ is a standard Brownian motion starting from $x$. This is not strong Markov (look at times at which it hits zero)."
I don't get it, why this is not a strong Markov process? Seems to me, $X_{T+t}$ has the simple $\delta$-transition, just like $X_t$ (if starts from $0$).
Since several experts are involved in that post, and they seem to agree this is a valid example, I must have missed something. Can someone please help? Thanks!
Let $T:=\inf\{t:X_t=0\}$, and suppose that $X_0=x\not=0$. Fix $t>0$. Then $\Bbb P^x[X_t=0]=0$ because $X_t\sim\mathscr N(x,t)$. On the other hand, if $X$ were a strong Markov process, then on the event $\{T<t\}$ we would have $X_t=0$ because the post-$T$ process $\{X_{T+s}:s\ge 0\}$ would start in state $0$, and so stay in state $0$ for all time by the specification of $X$ when $X_0=0$. Thus, if $X$ were strong Markov then we would have $$ \Bbb P^x[X_t=0, T<t]=\Bbb P^x[T<t]>0, $$ a contradiction.