This is same question as posted here: Math.StackExchange.com but I have used a different approach to prove the question and this question is regarding that approach.
After I realise that I made a mistake in understanding definition of convex criteria, this is my second attempt:
We need to show $\forall [a,b] \subseteq [0,x]$ and $\alpha \in [0,1]$ that $$A(\alpha b + (1-\alpha ) a) \le \alpha A(b) + (1-\alpha) A(a)$$
Left side of inequation is $$\int_{0}^{\alpha b + (1-\alpha ) a} f(t) dt = \int_{0}^{\alpha b} f(t) dt + \int_{\alpha b }^{ (1-\alpha ) a} f(t)dt\\ = \color{blue} {\alpha \int_{0}^{b}f(\alpha t) dt} + \color{green}{(1-\alpha) \int_{\tfrac{\alpha b}{1-\alpha}}^{a} f((1-\alpha)t) dt}$$
Right side of inequation is
$$\color{blue}{\alpha\int_{0}^{b} f(t) dt}+ \color{green}{(1-\alpha)\int_{0}^{a} f(t) dt}$$
While clearly we have blue parts satisfying $$\alpha \int_{0}^{b}f(\alpha t) dt \lt\alpha\int_{0}^{b} f(t) dt $$
I cannot see how to show the same for green
$$(1-\alpha) \int_{\tfrac{\alpha b}{1-\alpha}}^{a} f((1-\alpha)t) dt \lt_{\color{red}{??}} (1-\alpha)\int_{0}^{a} f(t) dt$$
Any hint to redeem this method is welcome!