I would like to identify the minimal value in set of indexed real numbers $x_1, x_2, \ldots, x_N$.
Which of these is a good and commonly used notation? Is there a better notation?
- $\min_{i\in [1..N]}x_i$
- $\min_{i\in \{1, 2, \cdots, N\}} x_i$
- $\min_{1 \leq i\leq N}x_i$
- $\min_{i \in \mathbb N | 1 \leq i\leq N}x_i$
- $\min_{i \in \mathbb Z^+ | i\leq N }x_i$
All first 3 are valid to me, but I never encountered the last two ones.
Looking at the comments, I guess it also depends where you learn maths. Still, i'm using one of those, depending of how much place I have on my paper :