From wikipedia:
In mathematics, a function f defined on some set X with real or complex values is called bounded if the set of its values is bounded. In other words, there exists a real number M such that
$|f(x)| \leq M, \forall x \in X.$
I have a series of conceptual doubts about this:
Does strict inequality need to be considered bounded? In wikipedia says that $\arctan(x)$ is bounded since $|\arctan(x)|< \frac{\pi}{2}$, but i want to confirm with mathematicians of MSE.
The concept of bounded seems symmetric, i mean, what will happen to functions like $f(x) = \sin(x) + c$, where $c-1 \leq f(x)\leq c+1$? in this case, i cant say that there exist an $M$ such that $|f(x)| \leq M$, so, this function is considered bounded?
If $|\arctan(x)|<\frac{\pi}{2}$ then certainly we can also write $|\arctan(x)| \le \frac{\pi}{2}$, so yes we say that $\arctan$ is bounded.
If $c>0$ and $c-1 \leq f(x)\leq c+1$, then it's also true that $-c-1 \le f(x) \le c+1$, in which case we get $|f(x)|\le c+1$, meaning $f$ is bounded. A similar argument applies if $c<0$.