How to rewrite interval $[1, \infty)$ as a union of intervals in R

188 Views Asked by At

I am trying to rewrite interval $[1, \infty)$ as a union of intervals in R. My attempt is $[1, \infty) = \bigcup [1, n) \space $ for $n >1. $ Is that correct?

Thank you.