Infimum

Input: Infimum(f(x), ForElement(x, S))
$$\mathop{\operatorname{inf}}\limits_{x \in S} f(x)$$

Infimum of the set $\left\{ f(x) : x \in S \right\}$.

Input: Infimum(f(x), ForElement(x, S), P(x))
$$\mathop{\operatorname{inf}}\limits_{x \in S,\,P(x)} f(x)$$

Infimum of the set $\left\{ f(x) : x \in S \,\mathbin{\operatorname{and}}\, P(x) \right\}$.

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