If I understood well, a Markov Chain with state space $E$ is said to be irreductible if for all $x,y\in E$ there is $n$ such that $$P^n(x,y)>0,$$ where $P$ is the transition matrix.
Also, I know that a Markov chain is aperiodic if and only if for all $x,y\in E$ there is $N$ such that for all $n>N$: $$P^n(x,y)>0.$$
Then it seems clear to me that every aperiodic Markov chain is irreductible. That is, in fact, true? If not, what have I got wrong and what is a counter-example?
Thank you