$\bf{Definition}$: A function $f : \mathbb{R}^n \to \mathbb{R^n}$ is coercive if and only if:
$$\lim_{\| x \| \to + \infty} \frac{f(x) \cdot x}{\| x \|} \to + \infty,$$
In terminology, this is named a coercive function because of its literal latin meaning according to Wikitionary:
From Latin coercere (“to surround, encompass, restrain, control, curb”), from co- (“together”) + arcere (“to inclose, confine, keep off”);
The term "coercive" comes from the idea that the function "coerce" or forces its values to increase as the input gets larger and it relates to the behavior of a function as it approaches critical points. Here, it is forced (coerced) to grow sufficiently fast as the absolute value of its argument grows.
Here, coercivity does implies compactness which is a correct claim, where it must also be recognize that compactness does not necessarily implies coercive functions. In the context of Gamma-convergence, the connection between coercivity and compactness is important because coercivity ensures that you have control over the behavior of the functionals and their minimizers as they approach certain limits. This control is essential for proving convergence results and understanding the behavior of functionals in the limit.
If you have a sequence of functions that minimizes a coercive functional, then this sequence is necessarily bounded. This follows from the definition of coercivity, which prevents the energy (functional value) from going to infinity as the functions in the sequence become unbounded. Boundedness is a crucial property for establishing compactness, as a bounded set in a function space is relatively compact.
User @Rdizzl3 has solved the implications and has stated:
Let $f:\mathbb{R}^n\rightarrow \mathbb{R}\color{red}{^n}$ be continuous on all of
$\mathbb{R}^n$.
$f$ is coercive $\iff \forall
\alpha\in\mathbb{R}.\{x|f(x)\leq\alpha\}$ is compact.
Here is his proof for this claim (in my understandings):
Since $f$ is continuous, it implies the closedness of the sets $\{x|f(x)\leq\alpha\}$. Our task now is to establish that any set of the form $\{x|f(x)\leq\alpha\}$ is bounded.
Let's assume there exists an $\alpha \in \mathbb{R}^n$ such that the set $S = \{x|f(x)\leq\alpha\}$ is unbounded. Then, there must exist a sequence $\{x_n\} \subset S$ with $\|x_n\| \rightarrow \infty$. However, due to the coercivity of $f$, we must also have $f(x_n) \rightarrow \infty$. This contradicts the fact that $f(x_n) \leq \alpha$ for all $n = 1, 2, \ldots$. Therefore, we conclude that $S$ must be bounded.
Now, let's assume that each of the sets $\{x|f(x)\leq\alpha\}$ is bounded, and consider a sequence $\{x_n\} \subset \mathbb{R}^n$ where $\|x_n\| \rightarrow \infty$. Suppose there exists a subsequence of integers $J \subset \mathbb{N}$ such that the set $\{f(x_n)\}$ is bounded from above. This would imply the existence of an $\alpha \in \mathbb{R}^n$ such that $\{x_n\}_J \subset \{x|f(x)\leq\alpha\}$. However, this cannot hold true since each of these sets is bounded, while every subsequence of $\{x_n\}$ is unbounded by definition. Consequently, the set $\{f(x_n)\}_J$ cannot be bounded, and thus, $\{f(x_n)\}$ contains no bounded subsequence, meaning that $f(x_n) \rightarrow \infty$.
This satisfies what we stated about about how coercivity implies compactness. Coercivity also implies injectivity and is useful for showing uniqueness.