Let $(X_n : n \in \mathbb{N}_0)$ be a Markov chain on finite state space $S = (1,2,3,4,5)$ with the transition probability matrix $P = (p_{ij})_{i,j \in S} $ satisfying
$$\sum_{i \in S}p_{ij} = 1$$
for $j \in S$
Show that $\pi = (1/5, ..., 1/5)$ is a stationary distribution of $(X_n : n \in \mathbb{N}_0)$
I know how to work out $\pi$ for a given P however I am unsure how to "create" or use the satisfying property to directly show what $\pi$ is.
Initial thoughts:
$P$ could be a diagonal matrix with entries of $1/5$ thus $\pi = (1/5, ..., 1/5)$
Thanks in advance.
HINT:
The stationary distribution $\pi$ satisfies the relationship $\pi P=\pi$, which is equivalent to showing $\forall j\in S $:
$$\pi_j = \sum_{i \in S}\pi_i p_{ij}$$
You can also write out $\pi$ explicitly as a row vector where every entry is $\frac{1}{5}$, and $P$ is a matrix with entries $p_{ij}$ in row $i$, column $j$. Expanding this out and using the fact that $\sum_{i \in S} p_{ij} = 1$, you'll see very quickly how you get $\pi P = \pi$