ArgMin

Input: ArgMin(f(x), ForElement(x, S))
$$\mathop{\operatorname{arg\,min}}\limits_{x \in S} f(x)$$

Gives the set of $x$ such that $f(x) = \mathop{\min}\limits_{t \in S} f(t)$.

Input: ArgMin(f(x), ForElement(x, S), P(x))
$$\mathop{\operatorname{arg\,min}}\limits_{x \in S,\,P(x)} f(x)$$

Gives the set of $x$ such that $f(x) = \mathop{\min}\limits_{t \in S,\,P(t)} f(t)$.

Last updated: 2020-03-06 00:22:16