Let $\mathcal X$ be a finite set and $f$ a function from $\mathcal X$ to $\mathbb R^+$. Basic probabilistic method says that if I can find a probability distribution on $\mathcal X$ and show that $E[f(X)]\leq \epsilon_1$ (where $X$ is a random variable with that probability distribution), then there exists a $x_0\in\mathcal X$ such that $f(x_0)\leq \epsilon_1$.
My question is: suppose I have an additional objective function $g:\mathcal X\mapsto\mathbb R$. How could I use the probabilistic method to show that there exists a $x_0\in\mathcal X$, such that $f(x_0)\leq \epsilon_1$ and $f(x_0)\leq \epsilon_2$.
If I use the basic methods twice, meaning that if I could show $E[f(X)]\leq \epsilon_1$ and $E[g(X)]\leq \epsilon_2$, it does not imply that there is one $x_0$ that satisfies both inequalities.
One way to solve this is to show $E[f(X)+g(X)]\leq \min\{\epsilon_1, \epsilon_2\}$. But I suspect that there is a more general and more elegant solution to this problem.