I have 3 little questions regardings invariant and stationary probability distributions.
Let $E=\{a,b\}$ be a state space and $\textbf{Q}$ a transition matrix $$\textbf{Q}:=\begin{pmatrix}1-p&p \\ q &1-q\end{pmatrix}$$ with $0<p,q \leq 1$ and $p+q<2$.
Then a measure $\mu$ is invariant if $\mu \textbf{Q}=\mu$. Now this means the following must hold $$\begin{cases}\mu(a)+\mu(b)=1\\ p\cdot\mu(a)-q\cdot\mu(b)=0\end{cases}$$
- Now I don't understand why $p\cdot\mu(a)-q\cdot\mu(b)=0$ must hold?
(If I have $3$ states would it be $p\cdot\mu(a)-q\cdot\mu(b) -0\cdot\mu(c)=0$?)
The invariant distribution is $$\mu(a)=\frac{q}{p+q}\quad \mu(b)=\frac{p}{p+q}$$ We have that $$\lim\limits_{n\to \infty}\textbf{Q}^n=\frac{1}{p+q}\begin{pmatrix}q&p \\ q &p\end{pmatrix}$$ So $\lim\limits_{n\to \infty}\textbf{Q}^n=(\mu,\mu)^T$
So the transition matrix is converging to the invariant probability distribution. Is the invariant probability always the stationary distribution (and vice versa)? It confuses me that we have invariant/stationary distributions defined as vectors, but now the stationary distribution is the matrix?
Does the limit matrix $\lim\limits_{n\to \infty}\textbf{Q}^n$ always have the same row? Meaning the first row of the limit matrix is also the second etc. (Here it is $\mu$ and again $\mu$)