Proving Existence of $\delta$ for Continuous Function $f$ s.t. $f(c)<5$

gimpy
Messages
28
Reaction score
0
Im having a little trouble with this question.

If f is continuous at c and f(c) &lt; 5, prove that there exists a \delta &gt; 0 such that f(x) &lt; 7 for all x \in (c - \delta , c + \delta)

So we are given that f is continuous at c.
So \lim_{x \to c}f(x) = f(c) &lt; 5
\forall \epsilon &gt; 0 \exists \delta &gt; 0 such that whenever |x - c| &lt; \delta then |f(x) - f(c)| &lt; \epsilon

|x - c| &lt; \delta
-\delta &lt; x - c &lt; \delta
c - \delta &lt; x &lt; c + \delta

Ok now I am getting lost..
I know i have to do something with |f(x) - f(c)| &lt; \epsilon
maybe
|f(x) - 5| &lt; \epsilon
-\epsilon &lt; f(x) - 5 &lt; \epsilon
5 - \epsilon &lt; f(x) &lt; 5 + \epsilon
we want f(x) &lt; 7 so ... am i on the right track? How can i find the \delta &gt; 0 that satisfies this?
 
Physics news on Phys.org
gimpy said:
5 - \epsilon &lt; f(x) &lt; 5 + \epsilon
we want f(x) &lt; 7 so ... am i on the right track? How can i find the \delta &gt; 0 that satisfies this?

Yes, you're on the right track. Take \epsilon=2. From the limit you mentioned, we know that there exists a \delta&gt;0 such that 3&lt;f(x)&lt;7 and so you are done. The question was asking you to show that a delta exists, and the limit demonstrates that it clearly does, so you are done.
 
I was actually thinking about making \epsilon = 2 but thought it was to easy. Ok so thanks for explaining the question a bit more to me, i understand it now. :smile:
 
gimpy,

Isn't what you're asked to prove equivalent to,

\lim_{x \to c}f(x) = f(c) &lt; 7

which follows trivially from,

\lim_{x \to c}f(x) = f(c) &lt; 5

which was what you were given?
 
No, that's not what was given. Given that the limit is less than 5 it is true, but requires proof, that, for x close to c, f(x)< 5. gimpy was asked to prove the slightly simpler case: that, for x close to c, f(x)< 7.
 
Back
Top