Let $P=(p_{ij})_{i,j\in E}$ be a transition matrix and $E$ of finite cardinality. Show that the following three conditions are equivalent: (i) $p$ is irreducible and aperiodic. (ii) $P^n$ is irreducible. (iii) There exists a $n\in\mathbb{N}$ such that $p_{ij}^{(n)}>0$ for every $i,j\in E$.
Edit
In a book I found an understandable proof for (i$)\implies$ (iii), see here.
To be honest, I do not know how to prove the rest and so I need your help, please.
I do not know which implications hold, too and - what is the biggest problem - how to prove them in order to have in the end, that all three statements are indeed equivalent.
So it would be great to get help from you.
Let's first introduce the terms and definitions together with some motivation we need in order to prove the equivalency of the statements.
This takes us directly to irreducibility:
Note 1: An easy way to verify that a Markov chain is irreducible is to look at its transition graph, and check that from each state there is a sequence of arrows leading to any other state.
Note 2: Communication $i\longleftrightarrow j$ of states $i,j$ is an equivalence relation on $E$ and thus partitions $E$ into communication classes. So, a Markov chain or transition matrix $P$ is called irreducible if $E$ consists of a single class. This also explains the term reducible, since the analysis of the long-term behavior of a Markov chain can then be reduced to the analysis of the long-term behavior of one or more Markov chains with smaller state space.
Next let's consider the concept of aperiodicity.
Note 3: Consider for instance a weather situation. It's easy to check that regardless of whether the weather today is rain or sunshine, we have for any $n$ that the probability of having the same weather $n$ days later is strictly positive. This is clearly a situation of a Markov chain which is aperiodic.
Note 4: Period is a class property: *If the states $i$ and $j$ communicate, then they have the same period. (see e.g. Theorem 4.2 from Markov Chains - Gibbs Fields, Monte Carlo Simulation and Queues from Pierre Brémaud). We can therefore speak of the period of a communication class or of the period of an irreducible Markov chain.
Note 5: For each communication class the period $d$ of it defines a unique partition of $E$ into $d$ classes $C_0, C_1, \ldots, C_{d-1}$ such that for all $k$ with $i\in C_{k}$, $$\sum_{j\in C_{k+1}}p_{i,j}=1,$$ where by convention $C_d=C_0$, and where $d$ is maximal. (see e.g. Theorem 4.1 in Pierre Brémaud's book).
I assume the proposition is slightly different as it is stated by the OP. So, here I prove the following: