Let $N$ and $X$ be finite sets, and let $f:X\to\mathbb{R}^N$ be a function. I want to say that there exists some number $a>0$ such that for all $x\in X$, the sum of all elements of the $n$-tuple $f(x)$ adds up to $a$. I am currently writing this as follows: \begin{gather} (\exists a>0)((\forall x\in X)(\sum_{i\in N}f_i(x)=a)) \end{gather} However, I am wondering whether I should write this with larger parentheses to properly enclose the summation, as follows: \begin{gather} (\exists a>0)\left((\forall x\in X)\left(\sum_{i\in N}f_i(x)=a\right)\right) \end{gather} I do not know whether the use of larger parentheses is recommended / acceptable to express a sentence like this one, and I can't find any guidelines.
Can somebody please help me decide which of the two expressions is "more common" / "more readable"?