Let $N$ and $X$ be arbitrary sets, and let $f:N\times X\to\mathbb{R}$ be a function. Let this function satisfy $f(i,x)=f(j,x)$ for all pairs of elements $i,j\in N$ and for every element $x\in X$. I want to write this formally, but I’m unsure what’s the best way of doing so.
Option 1: $(\forall i,j\in N)(\forall x\in X)(f(i,x)=f(j,x))$
Option 2: $((\forall i,j\in N)(\forall x\in X))(f(i,x)=f(j,x))$
Option 3: $(\forall i,j\in N)\wedge(\forall x\in X)(f(i,x)=f(j,x))$
Option 4: $((\forall i,j\in N)\wedge(\forall x\in X))(f(i,x)=f(j,x))$
Options 1 & 2 are identical, but option 2 encloses the expression $(\forall i,j\in N)(\forall x\in X)$ between parentheses, while option 1 does not. Similarly, options 3 & 4 are identical, but option 4 encloses the expression $(\forall i,j\in N)\wedge(\forall x\in X)$ between parentheses, while option 3 does not. The difference between options 1 & 2 vs. 2 & 3 is the use of $\wedge$ to indicate “and”.
I think that my favourite option is $4$, but I have no solid argument in favour of it (or against the other options). Could anyone help me choose the best notation?