Consider the following constrained optimization problem:
$$\min_{x} f = x_1 \\ \text{such that} \quad g_1=x_1^2+x_2^2-9 \leq0 \\ \qquad \qquad \ \ \quad \ g_2=-x_1^2-x_2^2+4 \leq0 \\ \qquad \ \ \ \ \ g_3 = x_1-x_2 \leq0$$
How many stationary points and minimizers are there?
The sketch below shows the feasible domain in green. The monotonicity analysis shows that $g_2$ (the inner circle) is an active constraint.
For the stationary points we determine the gradient of $f$ and set it equal to $0$. Which is $\nabla f = \begin{bmatrix} 1 & 0 \end{bmatrix} = 0$ Which does not yield an $x_1$ or $x_2$ value.
So I dont know how many stationary points and minimizers there are.