Let $S$ be the class of measurable simple functions $s$ on $\mathbb R^n$ such that $0\leq s(x)<\infty$ for all $x\in \mathbb R^n$.
Suppose $f:\mathbb R^n\to [0,\infty]$ is measurable. Then the integral of $f$ is $$\int fd\lambda=sup\left\{\int sd\lambda|s\leq s,s\in S\right\}$$
properties:
- $\int fd\lambda$ is well defined
- $0\leq \int fd\lambda \leq \infty$
- $\int cfd\lambda=c\int fd\lambda$
- if $f\leq g$, then $\int fd\lambda \leq \int gd\lambda$
Now I canwt prove $\int (f+g)d\lambda=\int fd\lambda+\int gd\lambda$
Clearly $\int(f+g) d\lambda \le \int f d\lambda + \int g d\lambda$.
For the other inequality. Given $\epsilon > 0$ there are $s_1 \le f$ and $s_2 \le g$ simple measurable functions such that $$\int s_1 d\lambda \ge \int f d\lambda - \frac{\epsilon}{2}$$ and $$\int s_2 d\lambda \ge \int g d\lambda - \frac{\epsilon}{2}.$$
Then $$\int f d\lambda + \int g d\lambda - \epsilon \le \int s_1 d\lambda + \int s_2 d\lambda = \int (s_1 + s_2) d\lambda \le \int(f+g)d\lambda,$$
where the last inequality follows from $s_1+s_2 \le f+g$ and the definition of the Lebesgue integral. Overall
$$ \int f d\lambda + \int g d\lambda \le \int(f+g) d\lambda + \epsilon.$$
Since this holds for all $\epsilon >0,$ we obtain the required inequality . Hope this helps.