M HYPE SPLASH
// news

What does the notation inf{...} mean?

By Emily Wilson
$\begingroup$

I came across

$$\inf\{k : f \in C^k\}$$

What does $\inf\{\cdot\}$ mean? I have been looking, but haven't found anything.

$\endgroup$ 2

3 Answers

$\begingroup$

Suppose that you have a non-empty set of numbers,as an example $A = \{1,10,\pi,55, 11.2, \sqrt{2}, {1\over 2}\}$ then the infimum of this set is the greatest lower bound of the set. In this simple case $$\inf\{A\}={1\over 2}$$

As an added bonus: what you gave us $$\inf\{k: f\in C^k\}$$ means that, given a function $f$ differentiable $n$ times, the infimum is the lower possible $k$ such that the $k$-th derivative of this function is continuous. But I think that $k$ will be $0$ every time..

$\endgroup$ 6 $\begingroup$

It means infimum. So, $\inf\{\ldots\}$ is the infimum of the set $\{\ldots\}$ (assuming that it is a non-empty set of real numbers with a lower bound).

$\endgroup$ 1 $\begingroup$

Lower bound of some set of numbers is number which smaller or equal to any number of the set.
Greatest lower bound of some set of numbers is a number which is a lower bound of the set and is bigger or equal to any other lower bound of the set. $\inf A$ means greatest lower bound of the set $A$. So e.g. $\inf A = 5$ means greatest lower bound of the set $A$ is $5$. Greatest lower bound is also called infimum.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy