Suppose we have a Markov chain $\{X_n; n \geq 0\}$ where each variable takes on the states $S_X = \{0, 1, 2\}$.
I am unsure about which of the following is correct:
\begin{align} \mathbb{P}(X_n - X_{n-1} = 1 \mid X_{n-1} = x) &= \mathbb{P}(X_n - x = 1 \mid X_{n-1} = x) \tag{1} \\ \mathbb{P}(X_n - X_{n-1} = 1 \mid X_{n-1} = x) &= \mathbb{P}(X_n - x = 1) \tag{2} \end{align}
Both seem plausible to me. Even though I suspect $(1)$ is correct, I cannot justify why; intuitively, it seems that replacing $X_{n-1}$ by $x$ makes the condition $X_{n-1} = x$ redundant.
Which equality is correct and how can we give a convincing justification?
\begin{align} \Pr(X_n - X_{n-1} = 1 \mid X_{n-1} = x) &= \Pr(X_n - x = 1 \mid X_{n-1} = x) \tag{1} \\ \Pr(X_n - X_{n-1} = 1 \mid X_{n-1} = x) &= \Pr(X_n - x = 1) \tag{2} \end{align}
That the second one cannot be right is seen by an example: Suppose the transitions $0\to1\to2\to0$ each have probability $0.99$ and the transitions $0\to2\to1\to0$ each have probability $0.01.$
Assuming we start with the stationary distribution, which assigns probability $1/3$ to each of $0,1,2,$ then we have \begin{align} & \Pr( X_n-X_{n-1}=1\mid X_{n-1}=0)=0.99 = \Pr(X_n-0=1\mid X_{n-1}=0) \\[6pt] \text{and } & \Pr( X_n-X_{n-1}=1\mid X_{n-1}=0)=0.99 \ne 1/3 = \Pr(X_n-0=1). \end{align}