What does the notation $\min_x$ mean?

1k Views Asked by At

I have a problem in which I need to find $\min_x(f(x))$. What does this notation mean?

3

There are 3 best solutions below

1
On BEST ANSWER

In the contexts I've seen, $\min_x(f(x))$ , means "the minimum of $f(x)$ over all $x$".

0
On

It means the minimum of the function $f$ when $x$ is varying over the domain of $f$.

1
On

$\min_{x\in A}f(x)$ it's just another way to write $\min\{f(x):x\in A\}$