Suppose h is a continuous function on the interval $[0:1]$ such that for any $t_1, t_2 \in [0,1]$ $$ h\left(\frac{t_1 + t_2}{2}\right) \leq \frac{h(t_1) + h(t_2)}{2}$$
Show that for all natural number $n \geq 2$, and any points $t_1,t_2, \dots, t_n$ $$ h\left(\frac{t_1+t_2+\cdots + t_n}{n}\right)\leq \frac{h(t_1)+h(t_2)+\dots+h(t_n)}{n} $$
I have already attempted this problem, My approach was to use the first condition and that h is continuous to prove h is convex on the interval, and using the convexity of h to show using induction on n that the inequality holds. Now I was wondering, is there an alternative way to prove this such that I do not need to prove that h is convex?
https://math.stackexchange.com/questions/3211912/how-do-i-prove-this-inequality-of-a-convex-function-on-an-interval
– uniquesolution May 03 '19 at 07:52