Suppose $\{f_n\}_{n\geq 1}$ is a sequence of non-negative functions.
define $g_n = \max_{1\leq i \leq n} f_i$
I tried to show that $$ \int_{g_n \geq a} g_n d\mu \leq \sum_{i=1}^n \int_{f_i \geq a} f_i d\mu $$
It is easy to show for $n=2$
But how can show for general n?
Thanks in advance
Maybe induction, you know how to make the case $ n = 1 $ and $ n = 2 $. Let's assume the case $ n = k $ and prove the case $ n = k + 1 $. We have two options, or max $\max_{1 \leq i \leq {k+1}}f_i$ is $f_{k+1}$ and then the statement is proven because $$ \int_{g_{k+1} \geq a} g_{k+1} d\mu = \int_{f_{k+1} \geq a} f_{k+1} d\mu \leq \sum_{i = 1}^{k+1} \int_{f_i \geq a}f_id\mu $$ since $ \sum_{i = 1}^{k} \int_{f_i \geq a}f_i d\mu \geq 0 $, or $\max_{1 \leq i \leq {k+1}}f_i = \max_{1 \leq i \leq {k}}f_i$. In this case, $$ \int_{g_{k+1} \geq a} g_{k+1} d\mu = \int_{g_{k} \geq a} (\max_{1 \leq i \leq {k}}f_i)d\mu \leq \int_{g_{k} \geq a} (\max_{1 \leq i \leq {k}}f_i)d\mu + \int_{f_{k+1} \geq a}f_{k+1}d\mu, $$ since $f_n \geq 0, \forall n$ . Using the induction hipotesis $$ \int_{g_{k+1} \geq a} g_{k+1} d\mu \leq \sum_{i = 1}^{k+1} \int_{f_i \geq a}f_id\mu .$$