Consider a collection $A=\{A_1,\dotsc,A_k\}\subseteq\mathbb{N}$. Suppose that every element of $A$ satisfies a property, say, they are nonzero. Which of the following notation would you prefer?
- $A_i\neq0, \quad i=1,\dotsc,k$
- $A_i\neq0, \quad \forall i=1,\dotsc,k$
I think it does not change anything, but it bothers me a little.
In my opinion, neither. I would use$$(\forall i\in\{1,2,\ldots,k\}):A_i\neq0.$$For me, $i=1,2,\ldots,k$ doesn't make sense; $i$ can be only one of the numbers $1,2,\ldots,k$.