Between these two options, is there a best practice notation for enumeration or are they both equivalently acceptable: \begin{equation} \forall i = 0,1,\dots,n-1 \qquad (1) \end{equation} \begin{equation} \forall i \in \{0,1,\dots,n-1\} \qquad (2) \end{equation}
Thank you for your answers.
NS