1

Let $f \in C([0;1])$ be a non-derivable continous convex function with three aligned points, i.e. $\exists \ a \in ]0;1[ : (0,f(0)), (a,f(a)), (1,f(1)) \in L$ for some line $L \subseteq \mathbb{R}^2$.

I need to show that $f$ is affine over $[0;1]$.

1 Answers1

2

This is simply not true. The function, which graph is a broken line, serves as a counterexample. Take the broken line joining the points $(0,1)$, $(0.25,0)$, $(0.75,0)$ and $(1,1)$.

The assertion is true, whenever $a=0$ and $c=1$. By convexity it is easy to see that if there exists $d\in(0,1)$ s.t. $\bigl(d,f(d)\bigr)$ lies below $L$, then $\bigl(b,f(b)\bigr)$ lies below $L$, which contradicts our hypothesis.

With your hypothesis it could be shown that $f$ is linear in the interval $\bigl[\min\{a,b,c\},\max\{a,b,c\}\bigr]$.

szw1710
  • 8,102
  • Thank you for explaining, I indeed forgot a condition (that i just corrected). – user402952 Jan 10 '17 at 01:36
  • Are you now able to write a proof using my hint? – szw1710 Jan 10 '17 at 07:27
  • 1
    Yes I think a proof would be :

    Suppose there exists $d \in (0;1) : (d,f(d))$ lies below L, then by convexity, f is below D, where D is the line passing through $(0,f(0))$ and $(d,f(d))$. It's easy to see that D is below L on $(0,1)$. Therefore, $(b,f(b))$ should also be below D, which is absurd since it belongs to L which is above D.

    – user402952 Jan 10 '17 at 12:35
  • 1
    Of course. Nevertheless this argument works whenever $b<d<1$. If $0<d<b$ then S is a chord passing through $\bigl(d,f(d)\bigr)$ and $\bigl(1,f(1)\bigr)$. – szw1710 Jan 10 '17 at 13:21