my question is: I would like to express in a mathematical way the first $argmin(f(x))$. The function $argmin$ returns the argument for the global minima, but, there is any way to express the set of all arguments that produce local minimums?
I would like to write an expression like $first argmin = min(argSmin(f(x)))$.
I hope my question is clear...
Thanks for your help :)
Your question is not very clear, but I can answer "is any way to express the set of all arguments that produce local minimums?":
Let $f : X \to Y$. The set of local minimizers is: $$\{ x \in X : \exists \varepsilon > 0 : f(x) \leq f(z) \; \forall z \in X, ||z-x|| \leq \varepsilon \}.$$