I have two questions concerning 
1) Do I understand correctly that the union part does not change the subset that we get from the intersection part? I.e., the union says: give me those elements that belong to at least one set An. But since we have an intersection before, the union will just take all the elements obtained by the intersection since they'll all belong to all sets of An starting from a value m. Am I right?
2) Would it then be possible to define lim inf as follows:

for m in N?
Thank you in advance!
As Henry pointed it out in the comments, the fact that $\cap_{n \geq m} A_n$ is dependent of $m$ and $\liminf\limits_{n \rightarrow \infty} A_n$ is a quite important problem.
An example : take $A_n=[0,n]$. $A_n$ is a striclty increasing sequence of sets which limit is $\mathbb{R}^+$, we have : $$\liminf\limits_{n \rightarrow \infty} A_n=\mathbb{R}^+.$$
But $\cap_{n \geq m} A_n= A_m=[0,m]$ -since the sequence is increasing strictly-, which is dependent of $m$, and will not be equal to $\mathbb{R}^+$ for any $m \in \mathbb{N}$. Then if we take the union of those sets, $\cup_{m\in \mathbb{N}}[0, m]=\mathbb{R}^+$ and everything is fine.
In conclusion, you will not be able in this case to find a $m$ such that $$\liminf\limits_{n \rightarrow \infty} A_n = \cap_{n \geq m} A_n.$$ In other words : $\forall m \in \mathbb{N},\liminf\limits_{n \rightarrow \infty} A_n \neq \cap_{n \geq m} A_n$