I'm trying to express the following sentence:
"A condition is true when $X$ is greater than or equal to any value of $X_m$, where $m$ consists of $1,2,...$." (note: where $m$ stops is not known in advance)
I've currently got that sentence expressed mathematically as,
$X \ge X_m \; ; \; m = 1,2... $
What would be the best way to prevent that math expression from being misinterpreted as as "...$X$ is greater than or equal to all values of $X_m$..."?