Results

What this project has actually obtained — with the precise status of every statement and without exaggeration.


The main point first

The binary Goldbach conjecture — the assertion that every even integer greater than two is a sum of two primes — remains an open problem. This site does not prove it, and no result below comes anywhere close to a full proof. Nothing on this page should be read as “the conjecture is almost proved”.

At the same time, the project has produced concrete, honestly labelled outcomes: corollaries of published work by other authors, one conditional result, machine-checked certificates of finite computations, and one small unconditional theorem of a combinatorial nature. Every statement carries a status marker:

TheoremConditional resultCorollary of sourcesConjectureOpen problem

How to read this page. The marker indicates the epistemic status of the statement: what is proved unconditionally, what is derived from the work of others, and what holds only under an unproved assumption. The formulations are given verbatim, with all caveats — the caveats are part of the result, not a footnote.

Proposition (1+1.8)

Corollary of sources

The classical apparatus of sieve methods and weighted sums compares an even NN not directly with a sum of two primes, but with the weaker representation N=p+rqN = p + r\,q, where p,qp, q are prime and the second factor rr is controllably small: r=1r = 1 or rr prime with rqa1r \le q^{\,a-1}. Write D1,a(N)D_{1,a}(N) for the weighted count of such representations. Three source papers then imply:

Proposition (1+1.8). For every sufficiently large even NN:

D1,9/5(N)  >  320  C(N)Nlog2ND_{1,\,9/5}(N) \;>\; \frac{3}{20}\; C(N)\, \frac{N}{\log^{2} N}

where D1,a(N)D_{1,a}(N) counts weighted representations N=p+rqN = p + r\,q with r=1r = 1 or prime rqa1r \le q^{\,a-1}, and C(N)C(N) is the standard factor of the source papers.

Sources

The machine-checkable part of the computation is isolated in the Lean module RunboLi180.lean, which certifies the key arithmetic:

4932625    32log54  >  710\frac{4932}{625} \;-\; 32\,\log\frac{5}{4} \;>\; \frac{7}{10}

Caveats.

  • This is not the binary Goldbach conjecture: the representation N=p+rqN = p + r\,q admits a composite part with a small prime factor.
  • It is a corollary of the work of others; no novelty or priority is claimed.
  • The numerical integrals of the sources have not been independently interval-certified.

The exponent ladder

Corollary of sources

The same set of sources yields a whole “ladder” of exponents aa in the bound D1,a(N)>constC(N)N/log2ND_{1,a}(N) > \mathrm{const}\cdot C(N)\,N/\log^{2} N: the weaker the requirement on the exponent, the stronger (larger) the guaranteed constant. Every row is a corollary of the sources (source-derived), with no new theorems.

ExponentGuaranteed lower boundOrigin
(1+1.9)(1 + 1.9)result of the sourceLi–Liu, preprint arXiv:2606.05224 (unreviewed)
(1+1.8995)(1 + 1.8995)0.0001C(N)Nlog2N0.0001\cdot C(N)\,\dfrac{N}{\log^{2} N}corollary of the sources
(1+1.894)(1 + 1.894)1400C(N)Nlog2N\frac{1}{400}\cdot C(N)\,\dfrac{N}{\log^{2} N}corollary of the sources; finite arithmetic checked in Lean
(1+1.8)(1 + 1.8)320C(N)Nlog2N\frac{3}{20}\cdot C(N)\,\dfrac{N}{\log^{2} N}corollary of the sources — the proposition above

Read top to bottom: the exponent weakens while the constant in front of C(N)N/log2NC(N)\,N/\log^{2} N grows. Each row is source-derived: a deduction from the cited works, not an independent result of this project.

Conditional theorem BK+

Conditional result

Exceptional (Siegel) zeros of LL-functions are the principal theoretical obstruction in the distribution of primes over progressions. Here the logic is reversed: if an exceptional zero were to exist, Goldbach representations could be extracted from it.

Theorem BK+ (conditional). If there exists a real exceptional Dirichlet character χD(modD)\chi_D \pmod{D} for which L(s,χD)L(s, \chi_D) has a real zero

β1=1δ1,δ1    clog2D\beta_1 = 1 - \delta_1, \qquad \delta_1 \;\le\; \frac{c}{\log^{2} D}

with c4108c \approx 4\cdot 10^{-8} (the Goldfeld–Gross–Zagier constant), then there is an absolute C>0C > 0 such that for every even

N  >  N3(D)  :=  exp ⁣(C/δ1)one hasr(N)>0,N \;>\; N_3(D) \;:=\; \exp\!\big(C/\delta_1\big) \qquad\text{one has}\qquad r(N) > 0,

where r(N)r(N) is the number of Goldbach representations of the even integer NN.

Caveats.

  • The result is taken from an unpublished draft (the PDF is posted on the Publications page); it is unreviewed and has not been confirmed by independent sources.
  • It is a conditional result: the existence of such exceptional zeros is not known and is considered unlikely.

Interval certificate for (1+11/8)

certified computation

The conditional candidate for improvement — the exponent (1+11/8)(1 + 11/8) — rests on a finite table of main terms H1,,H17H_1, \dots, H_{17}. The table itself is a finite numerical object, and it has been verified rigorously, by interval arithmetic.

What is certified

  • The finite table of main terms H1H_1H17H_{17}.
  • The fourfold bracket exceeds 0.175342385440.17534238544.
  • Exact rounded reserve: 146/1000146/1000.

How it is certified

  • The Arb interval-arithmetic library.
  • Precision: 160 bits.
  • Outward rounding: every interval enclosure is guaranteed to contain the true value.

Scope of the certificate. Only the table of main terms is certified. The conditional Proposition (1+11/8)(1 + 11/8) is not proved: it requires the hypothesis WEH(0.999)\mathrm{WEH}(0.999), which is unavailable today. The interval check removes only the risk of an arithmetic error in the finite part; it does not replace the missing assumption.

Theorem JP1

Theorem

A small but unconditional result of a combinatorial nature about the “Goldbach indicator” FNF_N — the function encoding the Goldbach pairs of an even NN.

Theorem JP1. For an even N10N \ge 10 having at least one off-diagonal Goldbach pair (a pair of distinct primes pqp \ne q with p+q=Np + q = N), the Goldbach indicator FNF_N is not a coboundary on primes.

In addition, all instances for even NN from 10 to 1000 have been machine-verified (by the decide tactic).

The formalization and the machine checking are contained in the Lean project — see the Formalization page. By itself this statement does not advance the binary conjecture, but it records a structural property of the indicator that may be useful for further analysis.

Why so many caveats

Because honest labelling is the main principle of the project. A corollary of sources does not become a new theorem by silence; a conditional result does not become unconditional by ambition; an interval certificate does not replace an unproved hypothesis. Every badge and every “Caveats” block records exactly the strength the statement actually has.

Does anything here advance the binary conjecture itself? No. The binary Goldbach conjecture remains open. The results above concern relaxed representations N=p+rqN = p + r\,q, conditional consequences of zeros that are not known to exist, and auxiliary combinatorial properties. There is no complete proof here, and none is claimed.