I'm confused by the definition of $\lim \inf A_n$ and $\lim \sup A_n$. From the definitions of $\inf A_k$ and $\sup A_k$, shouldn't I have $$\lim_{n\to\infty} \inf A_n = \bigcap_{n=1}^{\infty}A_n \quad\text{and}\quad\lim_{n\to\infty} \sup A_n = \bigcup_{n=1}^{\infty}A_n\;?$$
These formulas are taken from Section 1 of Sidney Resnick's A Probability Path textbook.

That is not correct. Suppose that $A_1=\emptyset$ and that $A_n=\{1\}$ if $n>1$. Then$$\bigcap_{k=n}^\infty A_k=\begin{cases}\emptyset&\text{ if }n=1\\\{1\}&\text{ otherwise}\end{cases}$$and therefore$$\liminf_{n\to\infty}A_n=\{1\}.$$But$$\bigcap_{n=1}^\infty A_n=\emptyset.$$