0

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$

PrincessEev
  • 43,815
shay
  • 11
  • Try to set values of $M$ so that you can understand what it going on. For example, set $M = 0$. From the above, we get $B$ such that if $x > B$ then $f(x) < 0$. So $f(x)$ is eventually smaller than $0$ as $x \to \infty$. Now, set $M=-1$, then we get a $B$ such that if $x > B$ then $f(x) < -1$. So $f(x)$ is eventually smaller than $-1$ as $x \to \infty$. Now, change $-1$ to any arbitrary real number, and see if you can say something about $f$ from the given statement. – Sarvesh Ravichandran Iyer Dec 12 '18 at 07:11
  • What is "$R$"? The real numbers? – PrincessEev Dec 12 '18 at 07:11
  • R Mean real numbers(couldn't find the char sorry) – shay Dec 12 '18 at 07:15
  • I still dont understand, bucause if I'll take x<B it could be anything, so i can't be bound – shay Dec 12 '18 at 07:17

3 Answers3

1

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

PrincessEev
  • 43,815
T. Fo
  • 652
0

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$.

PrincessEev
  • 43,815
0

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.)

Hans Lundmark
  • 53,395