In a document that I am working on, I have written the following definition for a group:
Definition: (Group) $\hspace{2pt}$ A group (G) is a set together with a binary operation, usually called multiplication, such that the following hold: $$ \begin{array}{l} -\text{For all $g_{1}, g_{2}, g_{3} \in G$ we have $(g_{1}g_{2})g_{3} = g_{1}(g_{2}g_{3})$};\\ -\text{There is an element $1_{G} \in G$ such that $g1_{G} = 1_{G}g = g$ for every $g \in G$};\\ -\text{For each \(g \in G\) there exists \(g^{-1} \in G\) such that \(gg^{-1} = g^{-1}g = 1_{G}\)}. \end{array} $$
I currently have "for all", "for every", and "for each" to describe the universal quantifier $\forall$ since I typically try to avoid repeating myself over and over.
Each of them are correct (supported by this answer), though I wonder whether it would be more consistent to stick to just one of "for all", "for every", and "for each" in cases like this, or is the use of all three better as it sounds less repetitive? Is it up to personal preference, or is there a general convention?