0
$\begingroup$

This is a hard problem I found and the solution does not seem natural for me can any tell me where the idea came from or at least if the construction of such a sequence is true or an alternative solution here is the problem : Let $f:[0,1]\rightarrow R$ be continuous with $f(0)=0$

show that there is a continuous concave function $g:[0,1]\rightarrow R$ such that $g(0)=0$ and $g(x)\ge f(x)$ for all $x\in[0,1]$

the solution I found for this problem (which I didn't find natural ) will be sent in a picture I hope you can see it clearly

Seginusenter image description here

  • 0
    so you want to say that practicing these problems won't help me to develop my intuition?2017-02-16
  • 0
    I don't understand why g is concave in the solution given what lemma they used2017-02-16
  • 0
    $g$ is concave because a characterization for concavity is $$\frac{f(b)-f(x)}{b-x}\le \frac{f(x)-f(a)}{x-a},\quad\forall x\in(a,b)$$ This formula is derived from the definition of convexity/concavity changing $x=tb+(1-t)a$ for some interval $(a,b)$.2017-02-16
  • 0
    but how they used it here ?2017-02-16
  • 0
    the shown inequality is the formula I provided in the anterior comment applied over the points $x_{n+1}$x_{n+1}:=a, x_n:=x$ and $x_{n-1}:=b$. – 2017-02-16

1 Answers 1

0

The intuition behind the solution is the construction of a continuous function $g$ with straight lines in each sub-interval $[x_{n+1},x_{n})$.

The condition $|f(x)|

A far more simple solution is just construct an straight line such that $g(x)\ge f(x)$, that is

$$g(x):=nx$$

for suitable $n\in\Bbb N$. We only need to choose some $n\in\Bbb N$ such that

  1. The equation $nx=f(x)$ has no solutions for $x>0$, and

  2. $nx>f(x)$ for some $x\in(0,1]$.

Then the function $g(x)\ge f(x)$ for all $x\in[0,1]$, and $g$ satisfies trivially that

$$\frac{n-nx}{1-x}=n\le\frac{nx-0}{x}=n,\quad\forall x\in[0,1]$$

hence $g$ is concave.

Note: the definition of concavity of the book you took the exercise seems to require that the above inequality must be strict, then for this case we can choose instead of an straight line some strictly concave function as $g(x)=n\sqrt x$, where we choose $n$ following the construction ideas of the two points of above, that is, $g(x)=f(x)$ had no solutions for $x>0$ and $g(x)>f(x)$ for some point in $x\in(0,1]$.