1. Introduction
The Strong Goldbach Conjecture, one of the oldest unsolved problems in number theory, postulates that every even number greater than 2 can be expressed as the sum of two prime numbers [
1]. Formally:
Although computationally verified for extremely large numbers, a general proof remains elusive [
2]. This work does not aim to provide a proof but rather to explore the conjecture from an alternative conceptual framework inspired by the principle of least effort, a recurring idea in physics and other sciences [
3]. In particular, we propose a heuristic conjecture asserting that the two-prime solution for an even number minimizes an "additive effort," which is equivalent to the product of those primes. We will computationally validate this hypothesis, paying special attention to its implications and potential exceptions.
—
2. Definition of Additive Effort and Conjecture
We propose a function to quantify the "complexity" or "esfuerzo" of an additive representation of an even number n using prime components.
Definition (Additive Effort)
Given a representation of an even number
n as a sum of
k primes,
, we define the
total additive effort E as the sum of the natural logarithms of these primes:
This definition is inspired by information theory, where the information content of an event with probability
is associated with
[
4].
Basados en esta métrica, formulamos la siguiente conjetura heurística, revisada para incluir una excepción específica:
Conjecture (Revised Minimum Additive Effort)
For every even number , the partition of n into prime summands that minimizes the effort function E is always a two-summand partition (a Goldbach partition, ). The only exception to this principle among small even numbers is , where the minimum effort is achieved with the three-prime partition, .
—
3. Theoretical Analysis of the Effort Function
The effort function for a partition of
k primes is
. By properties of the logarithm, this is equivalent to:
Since the natural logarithm is a strictly increasing function, minimizing the effort E is mathematically identical to minimizing the product of the prime summands, subject to the constraint that their sum is n.
The Arithmetic Mean-Geometric Mean (AM-GM) inequality states that for
k positive numbers [
5]:
For , the product reaches its maximum value when the primes and are as close as possible to each other (i.e., close to ). Conversely, to minimize the product (and thus the effort E), the primes must be as far apart as possible within the constraints of their sum n. This implies that, ideally, one of the primes would be the smallest possible (for example, 3, if is prime) and the other, consequently, the largest.
Now, let’s consider why a partition into summands (for ) would tend to minimize the effort E compared to partitions with sum-mands. For , having more summands means these primes must, on average, be smaller to sum to n. However, the inclusion of the smallest prime, 2, in partitions with (like or ) can lead to products that, although involving small primes, may exceed the product of two primes. Let’s analyze some specific examples:
-
For :
- –
Partition (): Product .
- –
Partition (): Product .
Here, the three-prime partition yields the minimum effort, explaining the exception for .
-
For :
- –
Partition (): Product .
- –
Partitions like (): Product .
In this case, the Goldbach partition () indeed minimizes the effort.
-
For :
- –
Partition (): Product .
- –
Partitions like (): Producto .
Similarmente, la partición de Goldbach () es la óptima.
These examples illustrate that, while increasing k tends to involve smaller individual primes, the multiplicative effect of having more factors usually makes the total product (and thus the effort) greater for when . This is because for , the necessity of using smaller primes to form sums with (including 2) does not always compensate for the increased number of terms in the product.
—
4. Experimental Analysis
To validate our heuristic conjecture, an exhaustive computational analysis was performed for all even numbers from
up to
. For each
n, a list of prime numbers up to
n was generated (e.g., using the Sieve of Eratosthenes [
6,
7]). Subsequently,
all possible additive partitions of n into prime summands, without restriction on the number of summands (k), were identified. To generate these partitions, a dynamic programming or
backtracking algorithm was utilized to explore all combinations of primes summing to
n. The algorithm employed generated all prime compositions using memoization to optimize the process. For each found partition, its additive effort
E was calculated, and the one with the minimum value was selected.
The results confirmed the revised conjecture. For , the partition of was, as predicted, the one that minimized the effort. However, for all even numbers in the range , the minimum effort partition was consistently a Goldbach partition (two primes). Below, a table presents a selection of representative results illustrating this pattern.
Table 1.
Minimum effort partitions for a selection of even numbers. For , the minimum effort requires three primes; for , the minimum is achieved with two primes.
Table 1.
Minimum effort partitions for a selection of even numbers. For , the minimum effort requires three primes; for , the minimum is achieved with two primes.
| Number (n) |
Minimum Effort Partition |
Effort
|
| 6 |
|
|
| 8 |
|
|
| 10 |
|
|
| 20 |
|
|
| 30 |
|
|
| 50 |
|
|
| 100 |
|
|
| 500 |
|
|
| 1000 |
|
|
| 5000 |
|
|
| 10000 |
|
|
These results validate the prediction theoretical: the minimum effort partition tends to be formed with one of the smallest available primes (especially 3 or 5), with Goldbach partitions being optimal for . This pattern confirms the hypothesis that the minimum product is achieved with extreme primes within the partition.
—
5. Conclusions
This work presented a conceptual framework to interpret the Strong Goldbach Conjecture through a principle of minimum effort. We formalized this idea using an effort function based on logarithms, equivalent to minimizing the product of prime summands. The numerical evidence up to strongly supports the hypothesis that, for every even number , the two-prime partition is not only always possible (as Goldbach postulates) but also optimal under this metric. The only exception to this rule was found at , where the partition has a lower effort than .
This observation suggests that the nature of even numbers’ composition into primes might follow a principle of efficiency or simplicity, where two-summand solutions are ’preferred’ by the mathematical system by requiring the ’least product’ or ’least effort’ for
. This natural optimization reflects patterns of mathematical efficiency analogous to physical principles like the principle of least action [
8].
While this approach does not constitute a formal proof, it offers a natural and consistent justification for the additive structure of even numbers and a new perspective on the Goldbach Conjecture. Future research directions could explore the analytical properties of the function
and its asymptotic growth, which might reveal new connections between prime number distribution and this optimization principle [
9]. It would also be valuable to investigate whether this minimum effort principle manifests in other additive properties of numbers (such as the twin prime conjecture, although it’s multiplicative, or the weak Goldbach conjecture), or if there exists a multiplicative analogue for the sum of logarithms of factors.
References
- Weisstein, E.W. "Goldbach Conjecture." From MathWorld–A Wolfram Web Resource. Available online: https://mathworld.wolfram.com/GoldbachConjecture.
- Tao, T. Goldbach’s Conjecture (a survey). In Additive Combinatorics: A Festschrift in Honor of Ron Graham; Springer: New York, NY, 2014; pp. 37–72. [Google Scholar]
- Johnson, N.F. The physics of information. Reports on Progress in Physics 2020, 83, 025901. [Google Scholar]
- Shannon, C.E. A mathematical theory of communication. Bell System Technical Journal 1948, 27, 379–423. [Google Scholar] [CrossRef]
- Hardy, G.H.; Littlewood, J.E.; Pólya, G. Inequalities; Cambridge University Press, 1952. [Google Scholar]
- Apostol, T.M. Introduction to Analytic Number Theory; Springer-Verlag, 1976. [Google Scholar]
- Crandall, R.; Pomerance, C. Prime numbers: a computational perspective; Springer Science & Business Media, 2005. [Google Scholar]
- Lanczos, C. The Variational Principles of Mechanics; Dover Publications, 1986. [Google Scholar]
- Montgomery, H.L. Topics in multiplicative number theory. Lecture Notes in Mathematics 1971, 227. [Google Scholar]
|
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).