Let $(X_t)_{t\in \mathbb{N}}$ be a Markov chain with transition matrix P, initial distribution $\mu$ and state space $\chi$.
I know that for $k \in \chi, \mathbb{P}(X_{t+1} = k | X_t =k) = P(k,k)$. I want to know how to calculate $\mathbb{P}(X_{t+1} = k | X_t \neq k)$
My initial idea was: $$\mathbb{P}(X_{t+1} = k | X_t \neq k) = \sum_{x \in \chi\\, x \neq k}\mathbb{P}(X_{t+1} = k | X_t = x)\mathbb{P}(X_t = x) =\sum_{x \in \chi\\, x \neq k} P(x,k)\mu_t(x) $$
Is this correct?