Why does the function $ f(x) = x, x \in (0, 1) $ not have maximum or minimum values? Why do we not use limits?

1.4k Views Asked by At

My textbook says that this function does not have a maximum value because for any $ x $ I choose to be a point of maximum or point of minimum, we can always choose some other $ x $ right next to it such that $ f(x) $ is smaller or greater (as we require). The same reasoning is given in this question here on Math SE.

My question is, why don't we use limits here and say that the maximum value is just 1, and that the minimum value is just 0. In other words, we know that: $$ \lim_{x \to 1^+}\ x = 1 \quad \text{ and } \quad \lim_{x \to 0^-}\ x = 0 $$

In that case, aren't the extremum values technically just 1 and 0? Is there a specific reason why we use limits elsewhere in math but not in this particular case?

4

There are 4 best solutions below

0
On BEST ANSWER

The answer is that the definition of maximum and minimum of a set of real numbers $S$ (usually $x \in S$ such that $\forall y \in S: x \ge y$ for maximum) does not contain any limits, so they cannot be used to determined the maximum.

However, there is the definition of supremum and infimum (https://en.wikipedia.org/wiki/Infimum_and_supremum) that gets the answers 'you want'. Both definitions exist, because for some problems the maximum/minimum is important, while for other cases the supremum/infimum.

0
On

The issue about "having" minimum or maximum values should really be cast instead as "attaining" minimum or maximum values.

For your particular question, certainly $0$ is a lower found for $f(x)=x$ on the interval $(0,1)$, just as $1$ is an upper bound. But you cannot attain those values, as $0$ and $1$ are not in your domain! In fact, for any element $x\in(0,1)$ there are always $y,z\in(0,1)$ such that $y<x<z$.

The reason why we don't use limits to figure out whether or not we attain extreme values is simple -- limits ignore the point you are tending to! Recall your definition of a limit: $$ \forall\epsilon>0\,\exists\delta>0\text{ such that } (0<|x-c|<\delta) \Rightarrow (|f(x)-L|<\epsilon) $$ We are not allowed to let $x=c$ in the limit, and so the limiting value of a function need not be attained.

0
On

Because $0$ and $1$ are not in the domain of the function.

In general, consider a function $f$ which has domain $A$. A minimum or maximum of $f$ must be an element of $A$, i.e. $x\in A$.

In your example $1\not\in (0,1)$ and $0\not\in (0,1)$.


On a side note, what you're referring to are denoted infimum and supremum.

2
On

My question is, why don't we use limits here and say that the maximum value is just 1, and that the minimum value is just 0.

The issue: $0$ and $1$ are not in the range of the function $f(x) = x$ when $x \in (0,1)$. By definition, the maximum and minimum are in the range of the function: that's pretty much all there is to say about it.

What you touch on is the notion of infimum and supremum with respect to this function, which is slightly different. (Namely, the infimum is the largest $\gamma$ such that $\gamma \leq f(x)$ all $x$ in the domain, and similarly supremum is the smallest $\gamma$ such that $\gamma \geq f(x)$ for all $x$ in the domain.) This sort of limiting behavior you consider can be useful in finding the suprema/infima.