I want to construct a generic finite interval under $\mathbb{R_+}$ - it should be bounded, closed and it should include $0$ as the lower bound. This would allow me to choose an element from this compact set (i.e. $ x \in [0, b] \subset R_+$ where b is a finite number) . I cannot do this with $\mathbb{R_+}$ because it is not bounded. How can I represent this interval?
I was looking at a text on Lebesgue outer measure and I found the following definition:
We define the $\text{Lebesgue outer measure}$ of a set $A$ in $\mathbb{R}$ by
$\lambda^*(A)$ = inf $\lbrace \sum_{j=1}^\infty |I_j|: A \subset \bigcup_{j=1}^\infty I_j$ where $I_j$ are bounded intervals $\rbrace$
They note that for a finite sum, $\lambda^*(A)$ is a (finite) nonnegative real number.
I guess I can use this. Any comments?