We are learning about the exponential convergence of a Markov chain. We learned that if a Markov chain(represented by the transition matrix $P$) is a-periodic, irreducible and reversible then it converges exponentially and the rate of convergence(in term of the total variation norm)is the second largest eigenvalue of $P$.
I wonder if this is also true if $P$ is just a-periodic, irreducible and diagonalizable. If $P$ is diagonalizable then I can write $ P = S D S^{-1} \implies P^n = S D^n S^{-1} $ where $D$ is a diagonal matrix of the eigenvalues of $P$. We know that the magnitude of all eigenvalues is less than 1 except a single eigenvalue with a value of 1 which means that $ P^n = S D^n S^{-1} $ converges in the rate of the second largest eigenvalue of $P$.
Hope that someone can clear my confusion.