Simplify Your Workflow: Search MiniWebtool.
Add Extension
Related Tools
Cholesky Decomposition CalculatorCollatz Conjecture CalculatorDivide Into Two PartsMรถbius Function CalculatorMatrix Trace CalculatorNumber Pattern FinderPartition Function CalculatorTimes Tables QuizTwin Prime FinderVedic Math Tricks Calculator
Home Page > Math > Basic Math Operations > Goldbach Conjecture Verifier

Goldbach Conjecture Verifier

Verify the Goldbach conjecture for any even integer greater than 2. Decompose your number into every possible pair of prime numbers that sum to it, explore the Goldbach partition function g(n), and visualize the famous Goldbach comet interactively.

Goldbach Conjecture Verifier

Try a quick example:

100 1,000 10,000 123,456 1,000,000

Embed Goldbach Conjecture Verifier Widget

About Goldbach Conjecture Verifier

Welcome to the Goldbach Conjecture Verifier, an interactive tool that confirms one of the oldest open problems in number theory for any even integer greater than 2. Enter your number and instantly see every pair of primes that sums to it, the value of the Goldbach partition function g(n), and the famous Goldbach comet plot. The bridge diagram and comet chart make the structure behind the 1742 conjecture visually intuitive.

What is the Goldbach Conjecture?

The Goldbach conjecture is a statement in number theory proposed by the Prussian mathematician Christian Goldbach in a letter to Leonhard Euler on 7 June 1742. In its modern form it states:

Strong Goldbach Conjecture

Every even integer greater than 2 can be written as the sum of two prime numbers.

For example: \(4 = 2 + 2\), \(6 = 3 + 3\), \(8 = 3 + 5\), \(10 = 3 + 7 = 5 + 5\), \(100 = 3 + 97 = 11 + 89 = 17 + 83 = 29 + 71 = 41 + 59 = 47 + 53\).

Despite its simple statement, the conjecture has remained unproven for almost three centuries. It has been computationally verified for every even integer up to \(4 \times 10^{18}\) as of recent large-scale efforts, but a general proof still escapes mathematicians.

The Goldbach Partition Function g(n)

For an even integer \(n\), the number of distinct unordered pairs of primes that sum to \(n\) is denoted \(g(n)\), the Goldbach partition function:

Goldbach Partition Function

\(g(n)\) counts unordered prime pairs \((p, q)\) such that \(p + q = n\).

In short: \(g(n) = \#\{(p, q)\}\) with \(p \le q\) and both primes.

The Goldbach conjecture is equivalent to the claim that \(g(n) \ge 1\) for every even \(n > 2\). Plotted against \(n\), the values of \(g(n)\) form a visually striking figure known as the Goldbach comet โ€” a dense, bright band of points that fans out as \(n\) grows. Distinct horizontal bands appear within the comet: numbers divisible by 6 tend to sit higher than numbers divisible only by 2, because more small primes are available as summands.

How to Use This Verifier

  1. Enter an even integer greater than 2. Click a quick example (100, 1,000, 10,000, 123,456, 1,000,000) or type your own.
  2. Click "Verify Goldbach". The tool finds every prime pair that sums to your number using a sieve of Eratosthenes.
  3. Read the verdict. The green banner confirms the conjecture holds for your number, and the hero panel reports \(g(n)\).
  4. Study the bridge diagram. Each prime pair is drawn as two colored segments on a 0-to-\(n\) line, with the red center marker at \(n/2\). Pairs near the center are more balanced.
  5. Explore the comet. The scatter chart shows \(g(m)\) for even \(m\) close to your input, highlighting your number in red so you can see where it sits in the comet pattern.
  6. Scan the full pair table. Every \((p, q)\) pair is listed with the difference \(q - p\). Copy all pairs with one click.

What Makes a Pair Special?

  • Smallest-p pair โ€” The pair that uses the smallest prime \(p\). Often this is \(3\) or \(5\) for moderate \(n\). When \(n\) is a power of 2 plus 2, it can be \(2 + (n-2)\) itself.
  • Most balanced pair โ€” The pair with \(p\) closest to \(n/2\). When both primes equal \(n/2\), \(n\) must be twice a prime (e.g., \(10 = 5 + 5\), \(14 = 7 + 7\), \(26 = 13 + 13\)).
  • Largest-p pair โ€” The pair with the largest \(p\) such that \(p \le q\). This is the "most balanced from the other side" and gives a visual bound on how close to \(n/2\) primes cluster.

Goldbach by the Numbers

Classic partition counts

Even ng(n)Example decompositions
1023+7, 5+5
10063+97, 11+89, 17+83, 29+71, 41+59, 47+53
1,000283+997, 17+983, 23+977, โ€ฆ
10,00012759+9941, 71+9929, 83+9917, โ€ฆ
100,0008103+99997, 17+99983, 19+99981, โ€ฆ
1,000,0005,40217+999983, 29+999971, 41+999959, โ€ฆ

Asymptotic behavior

Heuristic arguments from the Hardyโ€“Littlewood conjecture suggest that \(g(n)\) grows roughly like

Hardyโ€“Littlewood Estimate

\(\displaystyle g(n) \sim 2 C_2 S(n)\frac{n}{(\ln n)^2}\)

with \(\displaystyle S(n)=\prod_{p \mid n,\ p > 2}\frac{p-1}{p-2}\).

where \(C_2 \approx 0.66016\) is the twin prime constant. The extra product reflects why even numbers with many small prime factors (multiples of 6, 30, and so on) tend to have disproportionately many Goldbach pairs โ€” the source of the horizontal bands in the comet.

Weak vs Strong Goldbach

  • Strong (binary) Goldbach conjecture โ€” every even \(n > 2\) is a sum of two primes. Still open.
  • Weak (ternary) Goldbach conjecture โ€” every odd \(n > 5\) is a sum of three primes. Proved by Harald Helfgott in 2013, completing a decades-long program initiated by Vinogradov in 1937.

The strong form implies the weak form: if every even \(n\) is a sum of two primes, then every odd \(n > 5\) is that sum plus an extra \(3\). The converse, unfortunately, is not known to hold.

Famous Partial Results

  • 1923 โ€” Hardy & Littlewood: assuming the Generalized Riemann Hypothesis, almost every even integer is a sum of two primes.
  • 1937 โ€” Ivan Vinogradov: proved the ternary conjecture for all sufficiently large odd integers.
  • 1973 โ€” Chen Jingrun: every sufficiently large even integer is the sum of a prime and a number that is either prime or the product of two primes (Chen's theorem).
  • 1995 โ€” Olivier Ramarรฉ: every even integer is the sum of at most 6 primes.
  • 2013 โ€” Harald Helfgott: proved the weak Goldbach conjecture unconditionally.
  • 2014 โ€” Oliveira e Silva, Herzog & Pardi: the strong conjecture verified for all even \(n \le 4 \times 10^{18}\).

Frequently Asked Questions

What is the Goldbach conjecture?

The Goldbach conjecture states that every even integer greater than 2 can be written as the sum of two prime numbers. It was first stated by Christian Goldbach in 1742 and has been verified for astronomically large numbers but never proved in general.

Has the Goldbach conjecture been proven?

No. As of 2026 the strong Goldbach conjecture remains an open problem. The weak (ternary) version โ€” every odd integer greater than 5 is the sum of three primes โ€” was proved by Harald Helfgott in 2013.

What is the Goldbach partition function g(n)?

\(g(n)\) is the number of unordered pairs of primes that sum to \(n\). For example \(g(10) = 2\) because \(10 = 3 + 7 = 5 + 5\). The Goldbach conjecture is the statement that \(g(n) \ge 1\) for every even \(n > 2\).

Why does the Goldbach conjecture only apply to even integers?

Every prime except \(2\) is odd. Odd + odd = even, so sums of two odd primes are always even. Odd integers are handled by the ternary Goldbach conjecture, which asks about sums of three primes.

What is the Goldbach comet?

The Goldbach comet is a scatter plot of \(g(n)\) versus \(n\). It has a famous tail-like, banded shape. Horizontal bands appear because even numbers with many small prime divisors tend to have proportionally more partitions.

How many prime pairs sum to 100?

There are six: \(3+97\), \(11+89\), \(17+83\), \(29+71\), \(41+59\), \(47+53\). So \(g(100) = 6\). Try 100 in the verifier above to see each pair visualized.

Additional Resources

Reference this content, page, or tool as:

"Goldbach Conjecture Verifier" at https://MiniWebtool.com/goldbach-conjecture-verifier/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: Apr 18, 2026

You can also try our AI Math Solver GPT to solve your math problems through natural language question and answer.

Basic Math Operations:

Top & Updated:

Instagram User ID LookupRandom PickerRandom Name PickerImage ResizerLine CounterFacebook User ID LookupRelative Standard Deviation CalculatorJob FinderSort NumbersSun, Moon & Rising Sign Calculator ๐ŸŒž๐ŸŒ™โœจRemove SpacesFPS ConverterWord to Phone Number ConverterMAC Address GeneratorERA Calculator๐Ÿ“ท OCR / Image to TextMercury Retrograde Calendarโฌ› Aspect Ratio CalculatorSlope and Grade CalculatorMAC Address LookupBatting Average CalculatorRandom Quote GeneratorPercent Off CalculatorSum CalculatorFeet and Inches to Cm ConverterSHA256 Hash GeneratorRandom IMEI GeneratorRandom Truth or Dare GeneratorMerge VideosRandom Credit Card GeneratorInvisible Text GeneratorAudio SplitterSquare Root (โˆš) Calculator๐Ÿ–ฑ๏ธ Click CounterNumber of Digits CalculatorVertical Jump CalculatorWeight Loss CalculatorRandom Superpower GeneratorPhone Number ExtractorMP3 LooperLog Base 10 CalculatorImage SplitterSalary Conversion CalculatorCaffeine Overdose CalculatorRandom Fake Address GeneratorBitwise CalculatorMaster Number CalculatorSun Position CalculatorEmail ExtractorRandom Writing Prompt GeneratorNumber to Word ConverterRandom Poker Hand GeneratorText FormatterWord Ladder GeneratorRandom Movie PickerOPS CalculatorCm to Feet and Inches ConverterFile Size ConverterRandom Activity GeneratorRoman Numerals ConverterSaturn Return CalculatorAdd Text to ImageRandom Birthday GeneratorLong Division CalculatorStair CalculatorYouTube Channel StatisticsBattery Life CalculatorCompound Growth CalculatorIP Subnet CalculatorSHA512 Hash GeneratorHalfway Date CalculatorSlugging Percentage CalculatorLunar Calendar ConverterQuotient and Remainder CalculatorVideo CompressorOctal CalculatorRandom Loadout GeneratorRandom Meal GeneratorDecimal to BCD ConverterOn Base Percentage CalculatorBolt Torque CalculatorRandom Time GeneratorFirst n Digits of PiPercent Growth Rate CalculatorHebrew Calendar ConverterSigma Notation Calculator (Summation)BCD to Decimal ConverterBingo Card GeneratorArc Length CalculatorBreak Line by CharactersBinary to Gray Code Converter๐Ÿ“… Date CalculatorBcrypt Hash Generator / CheckerVideo to Image ExtractorAcreage CalculatorName RandomizerLeap Years ListAPI TesterRandom User-Agent GeneratorCompare Two StringsWord Scramble GeneratorMartingale Strategy CalculatorIP Address to Hex ConverterFlip VideoRemove AccentGray Code to Binary ConverterList of Prime NumbersProportion CalculatoreBay Fee CalculatorRandom Emoji GeneratorOutlier CalculatorWHIP CalculatorDice RollerRandomize NumbersRandom Tournament Bracket GeneratorAI Text HumanizerYouTube Tag ExtractorRandom Chess Opening GeneratorWAR CalculatorCone Flat Pattern (Template) Generator๐ŸŽฐ Gacha Pity Calculator๐Ÿ” Plagiarism CheckerTime Duration CalculatorNumber ExtractorTrigonometric Equation SolverYouTube Thumbnail DownloaderMD5 Hash GeneratorAI Language DetectorWhat is my Zodiac Sign?DMS to Decimal Degrees ConverterText Case ConverterCM to Inches ConverterLottery Number GeneratorConnect the Dots GeneratorDay of the Year Calculator - What Day of the Year Is It Today?Broken Link CheckerRandom Number PickerAstrological Element Balance CalculatorVideo SplitterURL ExtractorPVIF CalculatorSocial Media Username CheckerBinary to BCD ConverterAmortization CalculatorAdd Prefix and Suffix to Text๐Ÿ”Š Tone GeneratorImage Compressor1099 Tax CalculatorRandom Group GeneratorWhat is my Lucky Number?Short Selling Profit CalculatorLove Compatibility CalculatorConvolution CalculatorPVIFA CalculatorSmall Text Generator โฝแถœแต’แต–สธ โฟ แต–แตƒหขแต—แต‰โพDecibel (dB) CalculatorRemove Leading Trailing SpacesAdjust Video SpeedMolarity CalculatorColor Inverterโš”๏ธ DPS CalculatorFraction CalculatorSourdough CalculatorImage CropperCrossword Puzzle MakerWater Usage CalculatorLED Resistor CalculatorTaco Bar CalculatorParabola CalculatorRandom Video Thumbnail GeneratorRatio CalculatorFirst n Digits of eSort Text By LengthGoldbach Conjecture VerifierMultiple Fraction CalculatorMAC Address AnalyzerName Number CalculatorList RandomizerAI ParaphraserPER CalculatorReverse TextBlood Donation Time CalculatorModulo CalculatorHTML CompressorAI Punctuation AdderPercentage Increase CalculatorRemove Audio from VideoBackronym GeneratorList of Fibonacci NumbersReverse VideoRandom Chord GeneratorDay of Year CalendarAngel Number CalculatorJulian Date ConverterSum of Positive Integers Calculator๐Ÿ“Š Bar Graph MakerRandom Object GeneratorSocial Media Post Time OptimizerPercent to PPM ConverterTransformer CalculatorYouTube Comment PickerRatio to Percentage CalculatorSquare Numbers ListVideo CropperArctan2 CalculatorSort Lines AlphabeticallyHex to BCD ConverterBCD to Binary ConverterBCD to Hex ConverterMedian CalculatorStandard Error CalculatorAverage CalculatorHypotenuse CalculatorActual Cash Value CalculatorScientific Notation to Decimal ConverterLog Base 2 CalculatorRoot Mean Square CalculatorSHA3-256 Hash GeneratorAI Sentence ExpanderLbs to Kg ConverterHex to Decimal ConverterRandom String GeneratorMarkup CalculatorDecimal to Hex ConverterInstagram Font GeneratorSocial Media Image Size GuideTikTok Money CalculatorTwitter/X Character CounterTwitter/X Timestamp ConverterYouTube Watch Time CalculatorTwitch Earnings CalculatorYouTube Shorts Monetization CalculatorFacebook Ad Cost CalculatorSocial Media ROI CalculatorCTR CalculatorROAS CalculatorInfluencer ROI CalculatorForce CalculatorAcceleration CalculatorVelocity CalculatorMomentum CalculatorProjectile Motion CalculatorKinetic Energy CalculatorPotential Energy CalculatorWork and Power CalculatorDensity CalculatorPressure CalculatorIdeal Gas Law CalculatorFree Fall CalculatorTorque CalculatorHorsepower CalculatorDilution CalculatorChemical Equation BalancerStoichiometry CalculatorPercent Yield CalculatorEmpirical Formula CalculatorBoiling Point CalculatorTitration CalculatorMole/Gram/Particle ConverterIrregular Polygon Area CalculatorFrustum CalculatorTorus Calculator3D Distance CalculatorGreat Circle Distance CalculatorCircumscribed Circle (Circumcircle) CalculatorInscribed Circle (Incircle) CalculatorAngle Bisector CalculatorTangent Line to Circle CalculatorHeron's Formula CalculatorCoordinate Geometry Distance CalculatorVolume of Revolution CalculatorSurface of Revolution CalculatorParametric Curve GrapherRiemann Sum CalculatorTrapezoidal Rule CalculatorSimpson's Rule CalculatorImproper Integral CalculatorL'Hรดpital's Rule CalculatorMaclaurin Series CalculatorPower Series CalculatorSeries Convergence Test CalculatorInfinite Series Sum CalculatorAverage Rate of Change CalculatorInstantaneous Rate of Change CalculatorRelated Rates SolverOptimization Calculator (Calculus)Gradient Calculator (Multivariable)Divergence CalculatorCurl CalculatorLine Integral CalculatorSurface Integral CalculatorJacobian Matrix CalculatorNewton's Method CalculatorRREF Calculator (Row Echelon Form)Matrix Inverse CalculatorMatrix Multiplication CalculatorDot Product CalculatorCross Product CalculatorVector Magnitude CalculatorUnit Vector CalculatorAngle Between Vectors CalculatorNull Space CalculatorColumn Space CalculatorCramer's Rule CalculatorMatrix Diagonalization CalculatorQR Decomposition CalculatorCholesky Decomposition CalculatorMatrix Power CalculatorCharacteristic Polynomial CalculatorBayes' Theorem CalculatorF-Test / F-Distribution CalculatorHypergeometric Distribution CalculatorNegative Binomial Distribution CalculatorGeometric Distribution CalculatorExponential Distribution CalculatorWeibull Distribution CalculatorBeta Distribution CalculatorSpearman Rank Correlation CalculatorFisher's Exact Test CalculatorContingency Table CalculatorOdds Ratio CalculatorBernoulli Equation CalculatorAP Score CalculatorAttendance Percentage CalculatorPercentage to CGPA ConverterCitation Generator (APA/MLA/Chicago)AI Quiz GeneratorAI Lesson Plan GeneratorInteractive Periodic TableElectron Configuration CalculatorLimiting Reactant CalculatorTheoretical Yield CalculatorHenderson-Hasselbalch CalculatorpKa to Ka ConverterMolality CalculatorNormality CalculatorPercent Composition CalculatorFreezing Point Depression CalculatorBoiling Point Elevation CalculatorOsmotic Pressure CalculatorNernst Equation CalculatorBeer-Lambert Law CalculatorGravitational Force CalculatorEscape Velocity CalculatorKepler's Third Law CalculatorTime Dilation CalculatorE=mcยฒ CalculatorPhoton Energy Calculatorde Broglie Wavelength CalculatorTerminal Velocity CalculatorBuoyancy CalculatorWave Speed CalculatorSpeed of Sound CalculatorMechanical Advantage CalculatorInclined Plane CalculatorFriction CalculatorResistors in Series CalculatorWatts to Amps CalculatorAmps to Watts CalculatorkVA Calculator3-Phase Power CalculatormAh to Wh ConverterGenerator Size CalculatorLumens to Watts ConverterLux to Lumens CalculatorRoom Lighting CalculatorInductive Reactance CalculatorSeries/Parallel Capacitor CalculatorConduit Fill CalculatorAntenna Length CalculatorCubic Yard CalculatorAsphalt CalculatorSod CalculatorGrass Seed CalculatorDeck Stain CalculatorSiding CalculatorBaseboard & Trim CalculatorBaluster Spacing CalculatorEpoxy Resin CalculatorWater Heater Size CalculatorPool Volume CalculatorPool Salt CalculatorPond Volume & Liner CalculatorTV Size CalculatorTV Mounting Height CalculatorPicture Hanging Height CalculatorRug Size CalculatorCurtain Size CalculatorCeiling Fan Size CalculatorDehumidifier Size CalculatorAir Purifier CADR CalculatorFirewood Cord CalculatorCouch Fit CalculatorEngine Displacement Calculator2-Stroke Oil Mix CalculatorOctane Mix CalculatorLease Buyout Calculator