Proving Increasing Nature of Concave Function f

In summary, if a function is concave, then any line connecting two points in the function will lie below the graph of the function. If a function is strictly concave, then any line connecting two points in the function will lie below the graph of the function.
  • #1
statsmichael
4
0

Homework Statement


My question is similar to this one (https://www.physicsforums.com/threads/metric-function-composed-with-concave-function.566338/), I think. I have a concave function [itex]f: [0, \infty) \rightarrow [0, \infty)[/itex] where [itex]f(0) = 0, f(x) > 0, x \neq 0 [/itex] and I need to show that this function is always increasing, or at least non-decreasing.

Homework Equations

The Attempt at a Solution


I'm trying a proof by contradiction. If the function isn't increasing, then [itex] f(a) > f(b)[/itex] for some [itex]a < b[/itex]. That gives me [itex]f(a) - f(b) > 0[/itex], but I don't see how to proceed. I know that [itex]f(a + b) \leq f(a) + f(b)[/itex], i.e. the function is subadditive, but once again, I'm stuck.
 
Physics news on Phys.org
  • #2
Are you in fact required to use proof by contradiction?

Can you show something about the derivative based on the inequalities you have?
 
  • #3
By definition of a concave function, the line connecting any two points (x, f(x)) and (y,f(y)) will lie above the graph of the function.
You have a<b and f(a)>f(b).
Since your function is only looking at [0,infty] there must be a minimum value on [0,a], given that f(0)=0, that is a good start.
Connecting (0,0) to (b,f(b)) should contradict the definition of concavity.
 
  • #4
RUber said:
By definition of a concave function, the line connecting any two points (x, f(x)) and (y,f(y)) will lie above the graph of the function.
You have a<b and f(a)>f(b).
Since your function is only looking at [0,infty] there must be a minimum value on [0,a], given that f(0)=0, that is a good start.
Connecting (0,0) to (b,f(b)) should contradict the definition of concavity.

I thought the definition of a concave function was that any line connecting two points (x, f(x)) and (y, f(y)) will lie BELOW the graph. Isn't that the correct interpretation of the definition (see Wikipedia, for example: https://en.wikipedia.org/wiki/Concave_function)

If I look at the line between (0, f(0)) = (0, 0) and (b, f(b)), I can get that [itex]f(0t + (1-t)b) \geq tf(0)+(1-t)f(b) = (1-t)f(b)[/itex], but I don't see where that gets me. Since f(a) must lie above that line, I have that [itex]f(a) > f(b)[/itex], but that's already given in the assumption that I'm trying to contradict.
 
  • #5
DEvens said:
Are you in fact required to use proof by contradiction?

Can you show something about the derivative based on the inequalities you have?

This is in an analysis textbook that I'm working through, and it mentions that since we haven't encountered differentiation in the course yet (it's in the section on basic metric spaces), I should be able to prove it without using anything besides proof by contradiction.
 
  • #6
statsmichael said:
I thought the definition of a concave function was that any line connecting two points (x, f(x)) and (y, f(y)) will lie BELOW the graph. Isn't that the correct interpretation of the definition (see Wikipedia, for example: https://en.wikipedia.org/wiki/Concave_function)

That would be concave downwards. But clearly such a function cannot be always increasing. Your description seems to indicate concave upwards.
 
  • #7
DEvens said:
That would be concave downwards. But clearly such a function cannot be always increasing. Your description seems to indicate concave upwards.

The book just says this function is concave, i.e. [itex]f(tx + (1-t)y) \geq tf(x) + (1-t)f(y)[/itex] when [itex]t \in [0, 1], \forall x, y \in [0, \infty)[/itex]. That's concave downwards, right? Concave upwards is the same as convex, right?

If the function can't be increasing, it can at least be non-decreasing, I think.
 
  • #8
DEvens said:
That would be concave downwards. But clearly such a function cannot be always increasing. Your description seems to indicate concave upwards.

In many modern textbooks, papers, monographs, etc. (especially in the area of optimization theory and practice) the terminologies "concave up" and "concave down" have been abandoned. They have been replaced by "convex" and "concave". Typical convex functions would be ##x^2##, ##e^x## or ##e^{-x}##, while typical concave functions would be ##-x^2##, ##-e^x## or ##-e^{-x}##. More generally, ##f## concave implies that the interpolating line-segment from ##(x_1,f(x_1))## to ##(x_2,f(x_2))## lies on or below the graph ##y = f(x)## between ##x_1## and ##x_2##. For a convex function, it lies above instead of below.
 
  • #9
statsmichael said:
This is in an analysis textbook that I'm working through, and it mentions that since we haven't encountered differentiation in the course yet (it's in the section on basic metric spaces), I should be able to prove it without using anything besides proof by contradiction.

Without assuming differentiability, see if you can establish the following (true) statements. If ##f## is concave on a convex subset ##I \subset \mathbb{R}##, then for any ##x_1 < x_2 < x_3## in ##I## we have
[tex] \frac{f(x_2)-f(x_1)}{x_2 - x_1} \geq \frac{f(x_3) - f(x_1)}{x_3 - x_1} \geq \frac{f(x_3) - f(x_2)}{x_3 - x_2} [/tex]
with strict inequalities if ##f## is strictly concave on ##I##. (I suggest you draw a picture to see what these are saying.) Basically, these follow by looking at ##x_2## as a appropriate convex combination of ##x_1## and ##x_3##.

So, if we have ##x_1 < x_2## but ##f(x_1) > f(x_2)##, what would the inequalities above tell you about the behavior of ##f(x)## for ##x > x_2##?
 
  • #10
Okay, so I was flipped upside down in my earlier post. If you have a concave function and it starts decreasing, it will continue decreasing, eventually driving f(x) < 0 for some large x.
In your description of the function, f: [0, infty) --> [0, infty). This is the part that will be contradicted, since an infinitely large x will have to generate a negative f(x) if f is decreasing at any point. Examples of this sort of function are ## f(x) = \sqrt{x}; f(x) = \ln x ##.
 
  • #11
RUber said:
Okay, so I was flipped upside down in my earlier post. If you have a concave function and it starts decreasing, it will continue decreasing, eventually driving f(x) < 0 for some large x.
In your description of the function, f: [0, infty) --> [0, infty). This is the part that will be contradicted, since an infinitely large x will have to generate a negative f(x) if f is decreasing at any point. Examples of this sort of function are ## f(x) = \sqrt{x}; f(x) = \ln x ##.

It is your statement "... it starts decreasing, it will continue decreasing..." which needs proof. It is obvious for (piecewise) continuously-differentiable ##f##, but needs more work for general concave ##f##. An argument as in #9 will go a long way towards a solution.
 

What is a concave function?

A concave function is a mathematical function that has a graph that curves downwards, resembling a bowl. This means that as the input values increase, the rate of change of the output values decreases.

How can you prove that a function is concave?

To prove that a function is concave, you can use the second derivative test. If the second derivative of the function is negative for all values of x, then the function is concave. Another way is to take points on the graph and calculate the slope between them. If the slope decreases as x increases, then the function is concave.

What is the difference between a concave and a convex function?

A convex function is the opposite of a concave function. It has a graph that curves upwards, resembling a hill. As the input values increase, the rate of change of the output values also increases. In other words, a convex function is the mirror image of a concave function.

Why is it important to prove the increasing nature of a concave function?

Proving the increasing nature of a concave function helps in understanding its behavior and making predictions. It also helps in determining the maximum or minimum values of the function, which can be useful in real-world applications such as optimization problems.

Can a function be both concave and increasing?

Yes, a function can be both concave and increasing. This means that as the input values increase, the output values also increase, but at a decreasing rate. In other words, the function is getting steeper, but the rate of increase is slowing down.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
893
  • Calculus and Beyond Homework Help
Replies
10
Views
864
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
391
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
284
  • Calculus and Beyond Homework Help
Replies
26
Views
898
  • Calculus and Beyond Homework Help
Replies
4
Views
310
Back
Top