Most important, I would be interested on the fact that the theorem must be expressed with the least amount of words or requirements in order to be "elegant". I dont know how to describe, but I know it has a name :D
PS. Tags might not be correct, I accept suggestions.
Edit: I will try to explain what I mean. It is agreed that when defining a new concept, there are 2 parts involved: the base term and the specifics. For example: a square is a rectangle where all sides are equals. The base term is rectangle, the specifics are "all sides equal". Then you can move further with "what is a rectangle", "what is a parallelogram" etc.
What is important here is that When defining a term, you try to (must?) take the closest possible term and add the minimum number of details. So a square is not defined as a quadrilateral with only right angles and all sides equal. This definition would not be "elegant", or optimal. Or .
For theorem, it is somewhat similar. Some examples:
- Instead of "If a number is a multiple of 10, then it ends in 0; and conversely, if a number ends in 0, then it is a multiple of 10", it is customary to say "A number is a multiple of 10 if and only if it ends in 0".
- The Pythagorean theorem is very simple: "the square of the hypotenuse is equal to the sum of the squares of the other two sides". But it could be made more complex, like "in a right triangle, the square of the side opposing the right angle is equal to the sum of the square of the other 2 sides", and here is already some redundancy. If we take the all know image with 4 right triangle and a square in the middle, then the mathematical formula would be (a+b)^2 - 4*a*b/2 = c^2. However, it is simplified to a^2+b^2=c^2.
What I highlight here is that there's a willing of the author to formulate the theorem as simple and "elegant" as possible.