Is a Concave, Nondecreasing, and Bounded Function on [0, ∞) Always Continuous?

  • Context: Graduate 
  • Thread starter Thread starter hermanni
  • Start date Start date
  • Tags Tags
    Continuity
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 5K views
hermanni
Messages
25
Reaction score
0
Hi all,
I have the following question: Suppose f: [0, ∞) [itex]\rightarrow[/itex]ℝ and f is concave , nondecreasing and bounded on [ 0, ∞) . Does it follow that f is continuous on [ 0, ∞) ? Thanks in advance, H.
 
Physics news on Phys.org
hermanni said:
Hi all,
I have the following question: Suppose f: [0, ∞) [itex]\rightarrow[/itex]ℝ and f is concave , nondecreasing and bounded on [ 0, ∞) . Does it follow that f is continuous on [ 0, ∞) ? Thanks in advance, H.


A step function is non-decreasing, convex (or concave) and we can make it bounded, but won't be continuous. For example
[tex]f(x)=0\,\,,\,if\,\, x\in [0,1)\,,\,f(x)=1\,\,,\,if\,\, x\geq 1\,[/tex]

DonAntonio
 
micromass said:
How is a step function convex??


Very simple: it fulfills the definition of concave upwards (if the steps go up) or concave downwards (steps down), just as a constant

function does as well.

DonAntonio
 
DonAntonio said:
Very simple: it fulfills the definition of concave upwards (if the steps go up) or concave downwards (steps down), just as a constant

function does as well.

DonAntonio

I don't see how. Take the function

[tex]f:]-1,1[\rightarrow \mathbb{R}:x\rightarrow \left\{\begin{array}{l} 0~\text{if}~x\leq 0\\ 1 ~\text{if}~x>0 \end{array}\right.[/tex]

This is the function you mean right??

According to the definition, this function is convex if for all [itex]x,y\in ]-1,1[[/itex] and [itex]t\in [0,1][/itex] holds that

[tex]f(tx+(1-t)y)\leq tf(x)+(1-t)f(y)[/tex]

But take x=-1/2, y=1/2 and t=1/4, then

[tex]f(tx+(1-t)y)=1[/tex]

while

[tex]tf(x)+(1-t)f(y)=3/4[/tex]

and this does not satisfy the inequality.

Furthermore, it violates the following theorem: http://planetmath.org/ContinuityOfConvexFunctions.html
 
Last edited by a moderator:
micromass said:
I don't see how. Take the function

[tex]f:]-1,1[\rightarrow \mathbb{R}:x\rightarrow \left\{\begin{array}{l} 0~\text{if}~x\leq 0\\ 1 ~\text{if}~x>0 \end{array}\right.[/tex]

This is the function you mean right??

No, my function's defined on the convex non-negative ray [itex]\,[0,\infty)\,[/itex]
According to the definition, this function is convex if for all [itex]x,y\in ]-1,1[[/itex] and [itex]t\in [0,1][/itex] holds that

[tex]f(tx+(1-t)y)\leq tf(x)+(1-t)f(y)[/tex]

But take x=-1/2, y=1/2 and t=1/4, then

[tex]f(tx+(1-t)y)=1[/tex]

while

[tex]tf(x)+(1-t)f(y)=3/4[/tex]

and this does not satisfy the inequality

Furthermore, it violates the following theorem: http://planetmath.org/ContinuityOfConvexFunctions.html

Point taken, but eventhough my example indeed doesn't quite fit in the traditional definition, I will change it slightly and still

will we get a counterexample:

[tex]f(0)=0\,,\,f(x)=1\,\,,\,\forall\,x>0[/tex]

The above function is convex upwards in [itex]\,[0,\infty)\,[/itex] but not continuous there.

DonAntonio
 
Last edited by a moderator:
micromass said:
OK, but I think the OP cares more about convex downwards...



No problem: interchange zero and one in my last message's definition.

DonAntonio
 
Hint: suppose you already have a function that is continuous, non-decreasing, concave and bounded on the open interval ##(0,\infty)##. Then continuity on ##[0,\infty)## is completely determined by ##f(0)##.
 
There is perhaps some confusion about the terms convex and concave. I believe that the standard definition is such that for twice differentiable functions convex would mean the second derivative is never negative. I.e. convexity/concavity is as viewed from 'below'.
This would make DonAntonio's counterexample at post #7 valid. But I suspect the OP was using the terms inversely, so suppose 'convex' was intended. As micromass/pwsnafu point out, the continuity is assured everywhere except at 0 by the convexity alone. The only question is whether the non-decreasing condition makes it continuous at 0+. I believe it does by a simple variation on the proof at the PlanetMath site quoted.