If I define the integral for $\int_a^b\textbf{F}(t)dt$ as $(\int_a^b F_1(t)dt, \int_a^bF_2(t)dt,\ldots, \int_a^bF_n(t)dt )$. How do I then show that
$$\left|\int_a^b\textbf{F}(t)dt \right|\le\int_a^b\left|\textbf{F}(t) \right|dt?$$
If we write out the inequality we have
$$\sqrt{\left(\int_a^b F_1(t)dt\right)^2+\left(\int_a^bF_2(t)dt\right)^2+\cdots+ \left(\int_a^bF_n(t)dt\right)^2 }\le\int_a^b\sqrt{F_1(t)^2+F_2(t)^2+\cdots+F_n(t)^2}dt.$$
attempt:
If I use Jenssen's inequality I get for the left side: $$\sqrt{\left(\int_a^b F_1(t)dt\right)^2+\left(\int_a^bF_2(t)dt\right)^2+\cdots+ \left(\int_a^bF_n(t)dt\right)^2 }\le\sqrt{\int_a^b F_1^2(t)dt+\int_a^bF_2^2(t)dt+\cdots+ \int_a^bF_n^2(t)dt }\\=\sqrt{\sum\limits_{i=1}^n\int_a^bF_i^2(t)dt}=\sqrt{\int_a^b\sum\limits_{i=1}^nF_i^2(t)dt}.$$
The problem I have now is that the square root function is concave, so if I use Jenssen again, I get the opposite inequality as the one I need. Any idea on how to solve this?