Prove existance of open interval

  • Thread starter Thread starter John O' Meara
  • Start date Start date
  • Tags Tags
    Interval
AI Thread Summary
To prove the existence of an open interval around x0 where f(x1) < f(x0) < f(x2) for x1 < x0 < x2, it is essential to leverage the definition of the limit and the properties of differentiable functions. Since f is differentiable at x0 and f'(x0) > 0, it indicates that f is continuous and increasing in the vicinity of x0. By applying the epsilon-delta definition of limits, one can choose an appropriate epsilon (such as L, the positive limit of the difference quotient) to establish a corresponding delta. This delta will define the open interval (x0 - delta, x0 + delta), ensuring that for any x1 and x2 within this interval, the inequality f(x1) < f(x0) < f(x2) holds true. Thus, the existence of such an open interval is confirmed through the continuity and increasing nature of the function around x0.
John O' Meara
Messages
325
Reaction score
0
Suppose that a function f is differentiable at x0 and that f'(x0)>0. Prove that there exists an open interval containing x0 such that if x1 and x2 are any two points in this interval with x1 < x0 < x2 then f(x1) < f(x0) < f(x2). How do I establish an open interval? Do I need the "epsilon delta" definition of a two sided limit? I am studing maths on my own so please help with this easy question.
I know, that if a function f is differentiable at x0, then f is continuous at x0 and as f'(x0) is positive then f is an increasing function at x=x0.
 
Last edited:
Mathematics news on Phys.org
We are given that

\lim_{x \rightarrow x_0} \frac{f(x) - f(x_0)}{x - x_0} = L &gt; 0

Let L play the role of epsilon in the definition of this limit.
 


Limit definition: Let f(x)be defined for all x in some open interval containing the number a, with the possible exception that f(x) need not be defined at a. We will write

\lim_{x \rightarrow a}f(x)=L

if given any number epsilon > 0 we can find a number delta > 0 such that
|f(x) - L| < epsilon if 0 < |x - a| < delta.

If L plays the role of epsilon in the definition above, what plays the role of |f(x) - L|. I just do not get it yet. Thanks.
 
Well just compare what I wrote to your definition. The difference quotient in my limit replaces f(x) in your definition. We replace a with x0 but L remains unchanged since I'm simply using the fact that the limit exists and is > 0. Remember the derivative is just the limit of a difference quotient, and the difference quotient is a function, and so we can just apply the epsilon-delta formulation with the difference quotient as our function.
 


You mean the following: \left \frac{f(x) - f(x_{0})}{x - x_{0}} - L \right &lt; \epsilon \mbox{ if } 0 &lt; \left x - x_{0} \right &lt; \delta.
So if the conclusion of my definition is true its hypothesis implies the existence of an open interval? Usually theorems work the other way round i.e., you establish its hypothesis and the conclusion follows. Where do I go from here and how do I find a value for delta? Thanks again.
 
It's not just the conclusion of the definition of the limit that holds, you have to consider the definition as a whole. Yes usually we have to establish a delta that works given some arbitrary epsilon, but we don't have to do that here since the limit exists. Because the limit exists we can CHOOSE epsilon for our purposes and we know that some delta already exists so that |f(x) - L| is less than the epsilon we chose (clearly we can't actually find a formula for delta since we are working rather generally). As I said before, choose epsilon to be L (since L is a positive number), look carefully at the entire definition of the limit we are working with and figure out where the open intervals come in.
 
If you mean
Let the inverse of f(x_{0}-L) = a
Let the inverse of f(x_{0}+L) = b
Then we have the open interval (a,b)
x_{0}-\delta =x_{1}, x_{0}+\delta =x_{2} \mbox{ and we have }x_{1} &lt; x_{0} &lt; x_{2}
Then we still have to prove f(x_{1} &lt; f(x_{0}) &lt; f(x_{2})
 
Back
Top