I am currently working on a paper where I am taking $\min$s of $\max$s over sets of non-negative real numbers including positive infinity, i.e. my equations look something like $\min\max\{x_1,\ldots,x_n\}$ where $x_i \in \mathbb{R}_{\geq 0} \cup \{\infty\}$.
However, for technical reasons, I want it that $\min\emptyset = \infty$ and $\max\emptyset = 0$, so my idea is to use $\inf$ and $\sup$ instead of $\min$ and $\max$ (since for finite sets $\min$ is the same as $\inf$ and $\sup$ the same as $\max$).
So my question is: Does it follow that $\sup\emptyset = 0$ if the domain is $\mathbb{R}_{\geq 0} \cup \{\infty\}$?