A Markov process which is not a strong markov process? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-20T05:41:40Zhttp://mathoverflow.net/feeds/question/43833http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/43833/a-markov-process-which-is-not-a-strong-markov-processA Markov process which is not a strong markov process?Simon Lyons2010-10-27T17:00:37Z2011-02-22T12:14:11Z
<p>Can anyone give an example of a Markov process which is not a strong Markov process? The Markov property and strong Markov property are typically introduced as distinct concepts (for example in Oksendal's book on stochastic analysis), but I've never seen a process which satisfies one but not the other.</p>
<p>Many thanks
-Simon</p>
http://mathoverflow.net/questions/43833/a-markov-process-which-is-not-a-strong-markov-process/43838#43838Answer by Byron Schmuland for A Markov process which is not a strong markov process?Byron Schmuland2010-10-27T17:17:16Z2010-10-27T17:17:16Z<p>A standard example is Exercise 6.17 in Sharpe's book <em>The general theory of Markov processes</em>.
The process stays at zero for an exponential amount of time, then moves to the right at a uniform speed. </p>
http://mathoverflow.net/questions/43833/a-markov-process-which-is-not-a-strong-markov-process/43840#43840Answer by Andrey Rekalo for A Markov process which is not a strong markov process?Andrey Rekalo2010-10-27T17:20:50Z2010-10-27T17:20:50Z<p>Let $X(t) = f(W(t) + \pi)$, where $W(t)$ is a standard Wiener process and
$$f(x) = \begin{cases} (x,0), & x\leq 0 \\ \\ (\sin x,1-\cos x), & 0 < x < 2\pi \\
\\ (x-2\pi,0), & x\geq 2\pi
\end{cases} $$
is a map from $\mathbb R$ to $\mathbb R^2$. $X(t)$ is an $\mathbb R^2$-valued Markov process on $\mathbb R_+$ which is not strongly Markovian. See <a href="http://books.google.co.uk/books?id=5D5O8xyM-kMC&printsec=frontcover&dq=Fristedt+and+Gray&source=bl&ots=7P5pY-tJce&sig=67tNH1Hy40vtSXCyLbaYIY_g-Cg&hl=en&ei=UlvITN-9AsTFswaa1Ij4DQ&sa=X&oi=book_result&ct=result&resnum=1&ved=0CBUQ6AEwAA#v=onepage&q&f=false" rel="nofollow"><em>"A Modern Approach to Probability Theory"</em></a>
by Fristedt and Gray (1997, pp. 626–627).</p>
<p>If the time set is discrete, the ordinary Markov property implies the strong Markov property.</p>
http://mathoverflow.net/questions/43833/a-markov-process-which-is-not-a-strong-markov-process/43841#43841Answer by George Lowther for A Markov process which is not a strong markov process?George Lowther2010-10-27T17:24:15Z2010-10-27T17:24:15Z<p>Consider the following continuous Markov process X, starting from position x</p>
<ol>
<li>if x = 0 then X<sub>t</sub> = 0 for all times.</li>
<li>if x ≠ 0 then X is a standard Brownian motion starting from x.</li>
</ol>
<p>This is not strong Markov (look at times at which it hits zero).</p>
http://mathoverflow.net/questions/43833/a-markov-process-which-is-not-a-strong-markov-process/56272#56272Answer by vinay for A Markov process which is not a strong markov process?vinay2011-02-22T12:14:11Z2011-02-22T12:14:11Z<p>I did not quite get the first answer(the one using Brownian Motion). If the process starts at x(not equal to 0), the distribution of X(0) is delta(x) and transition kernels are that of brownian motion and if x = 0 then distribution of x(0) is delta(0) and transition kernels according as a constant stochastic process. How do we mix the 2 processes?
Sorry if I am missing something silly.</p>