Mathematically speaking, given $c\in\mathbb{R}$, can I say that: $c\leq\infty$?
E.g., is $10 \leq \infty$ a correct mathematical statement?
I know this comparison is true in computer arithmetic, however is it correct from mathematical point of view? Does the "equality" part in $\leq$ matter here?
The real numbers $\mathbb R$ do not contain $\infty$ as an element, so with the relation $\le_\mathbb R$, the statement $c\le\infty$ does not make sense.
The extended real number line $\overline{\mathbb R}$ does contain both $\infty$ and $-\infty$. While it loses the additive group structure of the standard reals, it retains a total ordering induced by $\le_\overline{\mathbb R}$, and under that relation, it is indeed true that
$$c\le_\overline{\mathbb R}\infty$$
for any $c\in \mathbb R$.