Symmetry, the Goldbach Conjecture and the Twin Prime Conjecture
No AI Content
The Goldbach Conjecture
Veritasium, a YouTube channel with science, released a video on the Goldbach Conjecture. Because the problem statement is so simple, itβs very tempting to play around with the math. Based on a symmetry in addition, there is an equivalent way of stating the conjecture.
The Conjecture
The original conjecture is stated as
Every even integer greater than can be written as the sum of two primes.
Symmetric Reformulation
My claim is that an equivalent statement is that
For all integers greater than , there exist at least one integer , such that and are prime.
In other words, the two primes that sum up to from the Goldbach Conjecture must be at an equal distance from , the midpoint of . You can find the proof below.
Justification
The symmetry is not due to the Goldbach Conjecture itself, but it originates from addition. For any integers such that , and must be of the form and for some . The reformulation of the Goldbach Conjecture just follows from applying this fact to the conjecture.
Relation to the Twin Prime Conjecture
The Twin Prime Conjecture is that
There are infinitely many primes such that is also prime.
This is equivalent to having an integer with such that and are prime. Such a twin prime pair would satisfy the Goldbach Conjecture for this . At the same time, if the Goldbach Conjecture is true, and one could show that we always have some where , then this would prove the Twin Prime Conjecture.
Some Plots
The Goldbach Conjecture has been shown to be true up to 1. For example for we know that it can be written as the sum of two primes by , or by . The midpoint, , is . For both pairs of numbers, is in the middle. and .
Likewise, we can rewrite as and as .
The following plot contains some aggregate statistics for the distance . The maximum and minimum clearly follow the bounds and . Fitting the slope for the average size of for we get . The R-Squared metric is , so itβs a good fit.
The linear relationship in the average is due to the distribution of distances in its search space. For a given , must be between and . Plotting all the distances, we can see the distances are roughly evenly distributed. Thus, the average of them is approximately in the middle of the search space, , which reflects the in the approximation.
The diagonal grid-like pattern in the distances are reminiscent of the Ulam Spiral2 pattern, so they are likely due to the pattern in prime numbers themselves.
Proof
Let beany even postive integer. If , for some integers , then and can be written as and for some integer . We achieve this by reformulating as , which we define as .
so always holds.
Assume that is greater than or equal to . The two summands and are greater than zero by assumption. The larger of the two, , can be at most , which is reached with equality when . Thus, , our upper bound for . The lower bound is reached when , thus .
This proves that any integer and such that , and are of the form respectively , for some , .
Application to Goldbach Conjecture
Let be an even integer greater than . As is even, we can write for some . The lower bound on translates to . As we can map bijectively from all even to , proving the statement over all is equivalent.
If we assume the Goldbach Conjecture to be true for some , then there exist primes such that . As proven earlier, they must be of the form and . If we on the other hand assume can be written as the sum of and which are prime, we have shown the other direction, as can be written as the sum of two primes. Thus, the reformulation is equivalent to the original conjecture.