I'm working with Darboux integrals for a real analysis class and the following step was presented in the solution for a problem:
For every $\varepsilon > 0$, there exists a partition $\mathcal{P}$ such that:
$\mathopen|L(f;\mathcal{P}) - L(f)\mathclose| < \varepsilon\\L(f)\leq L(f;\mathcal{P}) + \varepsilon$
I'm having a hard time understanding how they go from the absolute value step to the less-than-equal-to step. Is this a property of absolute value? What am I missing in the middle?
Yes, this is a simple property of absolute values. Recall that $|a| < b$ is equivalent to the pair of inequalities $-b < a < b$. Also recall that $a<b$ implies $a \leq b$. Thus we have:
$|L(f;P) - L(f)| < \epsilon$
$-\epsilon < L(f;P) - L(f)$
$L(f) < L(f;P) + \epsilon$
$L(f) \leq L(f;P) + \epsilon$.