Suppose that $A$ and $B$ are non-empty subsets of $\textbf{R}$ which are bounded below. Let $A + B = \{x\in\textbf{R}\mid (x = a + b)\wedge(a\in A)\wedge(b\in B)\}$. Show that $A + B$ is bounded below and that $\inf(A + B) = \inf(A) + \inf(B)$. What about products?
MY ATTEMPT
Consult here.
It suffices to show that $L \ge L_1 + L_2$, in fact; you get $L \le L_1 + L_2$ for free.
You seem to have gotten this a little backwards. You should be using the fact that, because $L_1$ is the infimum of $A$, for all $\delta_1 > 0$, there exists an $a \in A$ such that $L_1 \le a < L_1 + \delta_1$. This is equivalent to $L_1$ being the infimum of $A$. What you wrote is fairly obviously true when $L_1$ is a lower bound to $A$, even if it's not the supremum (simply choose $\delta_1$ to be huge and positive). The conclusion, similarly, does not track either, as your $\delta$s could be very large.
Instead, keep it tight. Show that, for all $\varepsilon > 0$, there exists some $x \in A + B$ such that $$L_1 + L_2 \le x < L_1 + L_2 + \varepsilon.$$ Note, this is not for some $\varepsilon > 0$ (which is trivially true), but this is for all $\varepsilon > 0$. This means that $L_1 + L_2 + \varepsilon$ is not a lower bound to $A + B$, regardless of how small $\varepsilon > 0$ is, hence $L_1 + L_2$ is the infimum of $A + B$.
To do this, you have to construct $x$. Try using the fact that $L_1 + \varepsilon/2$ and $L_2 + \varepsilon/2$ are not, respectively lower bounds for $A$ and $B$.
There's a similar issue here to the summation proof. You really need to start with arbitrary $\delta > 0$, and construct $a$ and $b$ from there.
That said, you're actually supposed to come up with a counterexample! Your assumption that $L_1, L_2 > 0$ will indeed make this thing work, but removing this assumption can easily cause this to no longer be true. See if you can come up with a counterexample.