Functions in reals such that inequality holds

  • Context: Graduate 
  • Thread starter Thread starter maximus101
  • Start date Start date
  • Tags Tags
    Functions Inequality
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 3K views
maximus101
Messages
21
Reaction score
0
for which f: [tex]R[/tex] [tex]\rightarrow[/tex] [tex]R[/tex] such that
[tex]\forall[/tex] [tex]x,y[/tex][tex]\in[/tex] [tex]R[/tex]

does

| [tex]f(y)[/tex] - [tex]f(x)[/tex] | [tex]\mid[/tex] [tex]\leq[/tex] [tex](y-x)^2[/tex]

hold
 
Physics news on Phys.org
sorry just fixed it
 
so I did the following:

[tex]\dfrac{|f(y) - f(x)|}{|y-x|}\leqslant |y-x|[/tex]

was obtained by [tex](y-x)^2[/tex]=[tex]|y-x||y-x|[/tex] and dividing both sides by [tex]|y-x|[/tex].


then trying to use the fact that

[tex]\displaystyle\lim_{y\to x}\frac{f(y)-f(x)}{y-x}[/tex] is the derivative at x

but not sure what's next how to combine the two?
 
Is the function differentiable? If it isn't you can't use the limit thing. But if it is, apply the limit to both sides. You should then get something very familiar and be able to deduce what kind of function f must be.
 
Okay, if f isn't differentiable, here's a hint. Divide the interval from [x,y] into n equal sub intervals. See if you can get anything from that.
 
Wouldn't this statement
[tex]\dfrac{|f(y) - f(x)|}{|y-x|}\leqslant |y-x|[/tex]
automatically imply the function is differentiable?
 
Yuqing said:
Wouldn't this statement
[tex]\dfrac{|f(y) - f(x)|}{|y-x|}\leqslant |y-x|[/tex]
automatically imply the function is differentiable?


Yes. Using the squeeze theorem you can see that the derivative is actually 0 everywhere, implying the only functions satisfying the inequality are constant functions.
 
Am I missing something? I don't see any derivatives anywhere, just the difference quotient.

If you indented for it to be the difference quotient, then a counter example would be [tex]r \mapsto r^3[/tex]. For all |x-y| >= 1, [tex]\left| x^3 - y^3 \right| > \left( x - y \right)^2[/tex]
 
Assume there exists a function f satisfying [tex]0 \le |f(y) - f(x)| \le (y-x)^2 = |y-x|^2[/tex] for any y, x in the domain of f. This implies that [tex]0 \ le \frac{|f(y) - f(x)|}{|y-x|} \le |y-x|[/tex].

Let y approach x. By the squeeze theorem, we see that the limit exists, is equal to 0, and is in fact the derivative of f evaluated at x. So f'(x) = 0 for all x in its domain, which means that f must be a constant function.