During my study of mathematics so far, I had come to realize that how a proposition is stated can be just as important as the proof itself.
For example, when I was working on various propositions on the relationships of limits, one I had worked on was proving that the sum of two limits is equal to the limit of the sum.
In Hardy, this theorem was stated as follows:
Theorem 1: If $\phi(x)$ and $\psi(x)$ tend to limits $a,b$, then $\phi(x)+\psi(x)$ tends to limit $a+b$
Though he builds context in the book, from the theorem itself he leaves it unclear as to what each of the variables are.
Another way I had seen someone state this particular theorem is:
Theorem 2: Suppose that we have two functions defined by the real numbers, $\phi(x), \psi(x)$. If $\lim\phi(x)=a$ and $\lim\psi(x)=b$ then $\lim[\phi(x)+\psi(x)]=a+b$
However, some small room for ambiguity still seems to remain. So I wrote the theorem this way
Theorem 3: Suppose there exists two functions $\phi(x)$ and $\psi(x)$ that both have the real numbers as their field of definition. If $\lim \phi(x)=a$ and $\lim\psi(x)=b$ where $a,b\in\mathbb{R}$, then $\lim[\phi(x)+\psi(x)]=a+b$
The above three theorems seem to demonstrate a trade-off between a concise theorem versus an unambiguious theorem.
My question is - what is the optimal amount of information one should contain in a theorem in order to balance the factors: conciseness and unambiguity, and what factors should one should keep in mind when determining this at a particular case?