Bounded function in a interval $(a, b)$: must be monotonic?

243 Views Asked by At

Given $a, b \in\mathbb R$ with $−∞ < a \leqslant b < ∞$, every monotonic function in $\mathbb{R}^{[a,b]}$ $(f: [a,b] \longrightarrow \mathbb R$) is bounded.

Do we need the "monotonic" part there? Isn't every function that belongs to an interval whose domain is defined in that way bounded?

Thanks in advance

1

There are 1 best solutions below

2
On BEST ANSWER

No. Take, for instance$$\begin{array}{ccc}[0,1]&\longrightarrow&\mathbb{R}\\x&\mapsto&\begin{cases}0&\text{ if }x=0\\\frac1x&\text{ otherwise.}\end{cases}\end{array}$$