PDA

View Full Version : random walk probability


jakey
Sep2-11, 09:26 AM
Hi guys,

I was reading about random walks and i encountered one step of a proof which i dont know how to derive in a mathematically rigorous way.

the problem is in the attached file and S is a random walk with X_i as increments, X_i =
{-1,+1}

I know that intuitively we can switch the indices to obtain the second equation from the first but how do we prove it rigorously?

EDIT: btw, im just looking for hints, not the entire solution. i think one of the possible hints is that the X_i's are i.i.d. but i cant think of a way to use this

mathman
Sep2-11, 06:23 PM
Since all X_i have the same distribution renumbering the indices makes no difference.

jakey
Sep3-11, 12:04 AM
hi mathman, thanks btw! so there's no rigorous proof for this?

mathman
Sep3-11, 04:31 PM
I don't what you need to make it rigorous.

bpet
Sep3-11, 09:46 PM
Mathman's lemma: (X1,X2) has the same distribution as (X2,X1).

Proof: P[X1<=x1,X2<=x2] = P[X1<=x1]P[X2<=x2] = P[X2<=x1]P[X1<=x2] = P[X2<=x1,X1<=x2]

alexfloo
Sep4-11, 10:43 AM
You started with the assumption that the Xi's were iid. Part of the definition of iid is that they are identical - that is, every marginal probability statement for one variable can be exchanged for any probability statement about another. The other bard of the definition of iid is that they are independent. This fact allows us to extend the above from marginal probability statements to any arbitrary joint probability statement.