I have thought of a proof that the limit inferior of a sequence is less than or equal to the limit superior of that sequence as part of Exercise 6.4.3 part (c) from Tao's book Analysis I Fourth Edition. In particular, I approached this with a proof by contradiction, though I'm doubtful about it, and I attribute this to the fact that I've searched for other proofs of the same claim which, compared to what I came up with, are way more complicated. So that hints me that I've made a significant error, but I am somewhat convinced that I probably haven't, for the reason that I've exploited the entirety of part (a) (which already has a proof written down in the same book) which in and on itself is a property of liminf and limsup.
To begin, Tao denotes the liminf by $L^{-}$ and the limsup by $L^{+}$, and so it is asked by the reader to show that $L^{-} \le L^{+}$ among other two inequalities which were quite trivial to prove and so I won't bother mentioning them.
In addition, part (a) states that for a given sequence of real numbers with a starting index m denoted by $(a_n)_{n=m}^{\infty}$ we have that:(1) For every $x\gt L^{+}$, there exists an $N\ge m$ such that $a_n\lt x$ for all $n\ge N$. Similarly, (2) for every $y\lt L^{-}$, there exists an $N\ge m$ such that $a_n\gt y$ for all $n\ge N$.
Proof (of part (c)). Assume for the sake of contradiction that $L^{-}\gt L^{+}$. Thus by (1) we can find some $n_0\ge m$ such that $a_n\lt L^{-}$ for all $n\ge n_0$. Observe that $a_{n_0+k}\lt L^{-}$ for all non-negative integers $k\ge 0$. Hence, by (2) we can find another $n_0^{'}\ge m$ such that $a_n\gt a_{n_0+k}$ for all $n\ge n_0^{'}$. Now by the trichotomy of the natural numbers, we have the cases that $n_0\ge n_0^{'}$ or $n_0\lt n_0^{'}$. Now, if $n_0\ge n_0^{'}$, then $a_{n_0}\gt a_{n_0+k}$ for all $k\ge 0$. Thus, by setting $k=0$ we obtain $a_{n_0}\gt a_{n_0}$, a contradiction. On the other hand, if $n_0\lt n_0^{'}$, then we can find some natural number $\ell$ such that $n_0+\ell\gt n_0^{'}$. Therefore, $a_{n_0+\ell}\gt a_{n_0+k}$ for all $k\ge 0$. Thus, by setting $k=\ell$ we obtain $a_{n_0+\ell}\gt a_{n_0+\ell}$, a contradiction. So we see that in every case we encounter a contradiction which means that the original assumption that $L^{-}\gt L^{+}$ is utterly false, and so we must have that $L^{-}\le L^{+}$, q.e.d.
So I ask, is the above proof valid or total gibberish?