this is a mere question of definition, that one surely can figure out by conventional means, but maybe someone can just quickly give me the definition.
What is a memoryless process?
Following the links on memoryless processes on Wikipedia, one arrives at the definition of memorylessness of a random variable. This however is a very different property from the memorylessness of a sequence of random variables, indexed by time. It is often said that Markov processes are memoryless. And vice versa? Do they mean that the Markov property is the memoryless property, i.e.
But then, I also often read in the context of B-processes that they are memoryless. Clearly B-processes are Markov, but with the additional property, that the actual random variables are all independent. So the probability of the present conditioned on any past is just the prob of the present. This would resemble the intuitive meaning for memorylessness the best, but I guess that's not what is meant, right?
Okay, so there are three definitions of memorylessness, each of which is incompatible with each other. That's crazy.
Def 1: A memoryless source is one in which each message is i.i.d Random variable. http://en.wikipedia.org/wiki/Information_theory
Def 2: A memoryless process $(X_n)$ (w.r.t prob space and filtration etc...) is one that satisfies the Markov property, i.e. $\mathbb P (X_n|X_{n-1},X_{n-2},X_{n-3},...)=\mathbb P (X_n|X_{n-1})$ http://en.wikipedia.org/wiki/Markov_process
Def 3: A memoryless random variable $X$ is one that satisfies \begin{equation} \mathbb P (X>m+n|X>m)= P(X>n) \end{equation} http://en.wikipedia.org/wiki/Memorylessness
So according to these definitions we have
o_O