Why Do Lines 3 and 4 Equate in Random Walk Probability Calculations?

AI Thread Summary
The discussion centers on the equivalence of two lines in random walk probability calculations, specifically why line 3 equals line 4. Participants note that the random variables X are independent and identically distributed (i.i.d.), allowing for their interchangeability in calculations. There is some debate about whether the relationship holds for k greater than 1, with references to the Markovian property of S. Additionally, the concept of symmetry in random walks is mentioned as a factor in understanding the equivalence, though its specifics are not fully clarified. Overall, the conversation highlights the complexities of random walks and the assumptions underlying their probability calculations.
tanzl
Messages
60
Reaction score
0
Suppose X is a random walk with probability
P(X_k=+1)=p and P(X_k=-1)=q=1-p
and S_n=X_1+X_2+...+X_n

Can anyone explain why does line 3 equal to line 4?
P(S_k-S_0≠0 ,S_k-S_1≠0 ,…,S_k-S_{k-1}≠0)
=P(X_k+X_{k-1}+⋯+X_1≠0 ,X_k+X_{k-1}+⋯+X_2≠0 ,…,X_k≠0)
=P( X_k≠0 ,X_k+X_{k-1}≠0 ,…,X_k+X_{k-1}+⋯+X_1≠0 )...Line 3
=P( X_1≠0 ,X_2+X_1≠0 ,…,X_k+X_{k-1}+⋯+X_1≠0 ).....Line 4
=P( X_1≠0 ,X_1+X_2≠0 ,…,X_1+X_2+⋯+X_k≠0 )

The above comes from a book on random walk, I attached a link here (page 36),
http://books.google.com/books?id=7suiLOKqeYQC&printsec=frontcover#v=onepage&q&f=false
Thanks
 
Physics news on Phys.org
It's because your Xi's are all i.i.d.. That means you can always interchange them however you like, since they each have the same distribution.
 
Hey tanzl.

It looks like they are just substituting k = 1 into line 4, based on the premise that the relationship holds for k >= 1.

As for an explanation, it looks like a simple random walk with independent increments, but from the page you cited, it appears that they are not necessarily independent which is a more general assumption than the simple random walk models.

(When each incremental random variable is independent, this simplifies things somewhat)
 
Thanks for the replies.
alexfloo said:
It's because your Xi's are all i.i.d.. That means you can always interchange them however you like, since they each have the same distribution.

Hi Alexfloo, in what way do you mean X can interchange? I do know that X are iid, but I don't see how this property can help when line 3 is adding more terms in reverse time order and line 4 is adding more terms in increasing time order.
chiro said:
Hey tanzl.

It looks like they are just substituting k = 1 into line 4, based on the premise that the relationship holds for k >= 1.

As for an explanation, it looks like a simple random walk with independent increments, but from the page you cited, it appears that they are not necessarily independent which is a more general assumption than the simple random walk models.

(When each incremental random variable is independent, this simplifies things somewhat)

Hi Chiro, I don't think it is just simply substituting k=1 into line 3, it does not hold for k>1.
From my understanding, X is independent incremental random variable, I am not sure about S. But S has Markovian property.

BTW, I have read in a research paper on this problem. The proof in the paper only stated that it uses symmetry and independence property without further clarification. I am not really sure what does symmetry property refer to.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top