Markov Chain - Time Reversibility proof

Jimmy Zhan
Messages
2
Reaction score
0

Homework Statement



Let X = {Xn : n ≥ 0} be an irreducible, aperiodic Markov chain with finite state space S, transition matrix P, and stationary distribution π. For x,y ∈ R|S|, define the inner product ⟨x,y⟩ = ∑i∈S xiyiπi, and let L2(π) = {x ∈ R|S| : ⟨x,x⟩ < ∞}. Show that X is time-reversible if and only if ⟨x, Py⟩ = ⟨Px, y⟩ for all x, y ∈ L2(π).

Homework Equations



X is reversible if and only if

qij = pij
where qij is the transition probability from state i to state j in the reverse chain.
pij = pjiπj / πi
πipij = πjpji.

The Attempt at a Solution



I tried equating ⟨x, Py⟩ = ⟨Px, y⟩ and subbing in the definition of the inner product as defined in the question. However, that doesn't seem to lead to anywhere.
Thank you for all those who can help.
 
Physics news on Phys.org
Jimmy Zhan said:

Homework Statement



Let X = {Xn : n ≥ 0} be an irreducible, aperiodic Markov chain with finite state space S, transition matrix P, and stationary distribution π. For x,y ∈ R|S|, define the inner product ⟨x,y⟩ = ∑i∈S xiyiπi, and let L2(π) = {x ∈ R|S| : ⟨x,x⟩ < ∞}. Show that X is time-reversible if and only if ⟨x, Py⟩ = ⟨Px, y⟩ for all x, y ∈ L2(π).

Homework Equations



X is reversible if and only if

qij = pij
where qij is the transition probability from state i to state j in the reverse chain.
pij = pjiπj / πi
πipij = πjpji.

The Attempt at a Solution



I tried equating ⟨x, Py⟩ = ⟨Px, y⟩ and subbing in the definition of the inner product as defined in the question. However, that doesn't seem to lead to anywhere.
Thank you for all those who can help.

You cannot receive help until you show your work on the problem. What have you actually done? Don't just describe it in words; write down formulas, equations, etc. Perhaps you wrote incorrect formulas; we cannot know if you don't show us.
 
The attempt at solution:

x, Py⟩ = ⟨Px, y
ixi(Pyi = ∑i(Px)iyiπi
i xi [Py]i πi = ∑i [Px]i yi πi

However I don't know what is the form of the P matrix and thus the form of the matrix product Px and Py.
 
Jimmy Zhan said:
The attempt at solution:

x, Py⟩ = ⟨Px, y
ixi(Pyi = ∑i(Px)iyiπi
i xi [Py]i πi = ∑i [Px]i yi πi

However I don't know what is the form of the P matrix and thus the form of the matrix product Px and Py.

You don't know the formula for the components of ##\mathbf{Px}##? Then how can you have studied anything about Markov chains, where those formulas are used extensively?
 
Back
Top