The meaning of $(\forall M \in \mathbb{R} )( \exists B \in \mathbb{R} )( \forall x>B )( f(x)<M )$

160 Views Asked by At

I'm trying to understand the meaning of this:

$$(\forall M \in \mathbb{R} )( \exists B \in \mathbb{R} )( \forall x>B )( f(x)<M )$$

the only thing I could figure out that if $x\rightarrow \infty$ then $f(x)$ not going to $+\infty$

3

There are 3 best solutions below

0
On BEST ANSWER

That's the definition of “$f(x) \to -\infty$ as $x \to \infty$”.

(At least for functions $f \colon \mathbf{R} \to \mathbf{R}$, i.e., functions defined for all $f \in \mathbf{R}$. If the domain is a subset of $\mathbf{R}$, one has to modify the definition slightly.)

0
On

Graphically, think of $M$ as any horizontal line in the standard coordinate plane. Then your sentence in question is saying that there exists some value $B$ (think of $B$ has a vertical line) such that for all values to the right of $B$, if you evaluate at $f$, they will be below the horizontal line you originally drew ($M$). As the picture below shows, you're essentially saying that 'past $B$, $f$ lives in some quadrant'.

enter image description here

0
On

This suggests that, after a certain point, $f$ is bounded above by some number, and to any $M$ there is a corresponding "starting point" for this behavior $B$.

Thus, you can choose any upper bound $M \in \mathbb{R}$. Then we have a corresponding bound $B$ on the argument of $f$. For all $x$ beyond that point, then, $f(x)$ is less than this upper bound.

That is, for any upper bound $M$ on $f$, there is a corresponding lower bound $B$ on $x$, such that for any $x > B$, $f(x) < M$.