SlideShare a Scribd company logo
How to determine Goldbach’s q’s where 2n=p+q
The starting point is an earlier derived formula to check if a number is prime or
not:
௡ିଵ

ܲሺ݊ሻ = ෑ sin ቀ
(formula 1.)

௜ୀଶ

ߨ݊
ቁ <> 0 => ݊ = Prime
݅

Goldbach’s conjecture states that every even number can be written as the sum
of two primes.
We can agree on following convention:
2n
q
p

every even number
prime number greater than 2 (and q≤p)
prime number smaller than 2n-2

With: 2n=p+q (formula 2.)

By increasing q in formula 2, p will automatically decrease if 2n is fixed.

Author : chrisdecorte@yahoo.com

Page 1
We can now scan the range between 2 and 2n-2 for a suitable combination of q
and p to find couples of (q,p) where Goldbach is valid for 2n.
We can do this using the following new formula where we temporarily put q=x
and p=2n-x:
௫ିଵ

ሺଶ௡ି௫ሻିଵ

௜ୀଶ

௝ୀଶ

ߨ‫ݔ‬
‫ܩ‬ሺ‫ݔ‬ሻ = ෑ sin ቀ ቁ .
݅

ෑ

ߨሺ2݊ − ‫ݔ‬ሻ
sin ൬
൰ <> 0 => ‫	ݍ + ݌ = ݊2	݀݊ܽ	ݍ = ݔ‬
݆

(formula 3.)
We tested the formula in PARI/GP using the following code (example for 2n=22):
for(two_n=22,22,for(x=2,two_n,print(x,"
", prod(i=2,x1,sin(Pi()*x/i),{i=1})*prod(j=2,two_n-x-1,sin(Pi()*(two_n-x)/j),{j=1}))))
We found the following correct result:

We now have to prove that there is always a valid q in formula 3 to prove Goldbach’s
conjecture.

Author : chrisdecorte@yahoo.com

Page 2

More Related Content

Similar to How to find the primes that are part of Goldbach

CMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and StrategyCMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and Strategy
allyn joy calcaben
 
Aa - Module 1 Fundamentals_2.pdf
Aa  - Module 1  Fundamentals_2.pdfAa  - Module 1  Fundamentals_2.pdf
Aa - Module 1 Fundamentals_2.pdf
AayushSharma261
 
Proof By Contradictions
Proof By ContradictionsProof By Contradictions
Proof By Contradictions
GC University Fsd
 
Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)kevinwu1994
 
Real number by G R Ahmed of KVK
Real number by G R Ahmed of KVKReal number by G R Ahmed of KVK
Real number by G R Ahmed of KVK
MD. G R Ahmed
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contraposition
Abdur Rehman
 
A Proof of Twin primes and Golbach's Conjecture
A Proof of Twin primes and Golbach's ConjectureA Proof of Twin primes and Golbach's Conjecture
A Proof of Twin primes and Golbach's Conjecture
nikos mantzakouras
 
X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbers
AmruthaKB2
 
Discrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of ProofDiscrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of Proof
IT Engineering Department
 
Fundamentals of logic 1
Fundamentals of logic   1Fundamentals of logic   1
Fundamentals of logic 1
Lakshmi R
 
Kumera2.docx
Kumera2.docxKumera2.docx
Kumera2.docx
AraarsooJaallataa
 
The 2 Goldbach's Conjectures with Proof
The 2 Goldbach's Conjectures with Proof The 2 Goldbach's Conjectures with Proof
The 2 Goldbach's Conjectures with Proof
nikos mantzakouras
 

Similar to How to find the primes that are part of Goldbach (12)

CMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and StrategyCMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and Strategy
 
Aa - Module 1 Fundamentals_2.pdf
Aa  - Module 1  Fundamentals_2.pdfAa  - Module 1  Fundamentals_2.pdf
Aa - Module 1 Fundamentals_2.pdf
 
Proof By Contradictions
Proof By ContradictionsProof By Contradictions
Proof By Contradictions
 
Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)
 
Real number by G R Ahmed of KVK
Real number by G R Ahmed of KVKReal number by G R Ahmed of KVK
Real number by G R Ahmed of KVK
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contraposition
 
A Proof of Twin primes and Golbach's Conjecture
A Proof of Twin primes and Golbach's ConjectureA Proof of Twin primes and Golbach's Conjecture
A Proof of Twin primes and Golbach's Conjecture
 
X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbers
 
Discrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of ProofDiscrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of Proof
 
Fundamentals of logic 1
Fundamentals of logic   1Fundamentals of logic   1
Fundamentals of logic 1
 
Kumera2.docx
Kumera2.docxKumera2.docx
Kumera2.docx
 
The 2 Goldbach's Conjectures with Proof
The 2 Goldbach's Conjectures with Proof The 2 Goldbach's Conjectures with Proof
The 2 Goldbach's Conjectures with Proof
 

More from Chris De Corte

The Mandibles by Lionel Shriver: character list
The Mandibles by Lionel Shriver: character listThe Mandibles by Lionel Shriver: character list
The Mandibles by Lionel Shriver: character list
Chris De Corte
 
The Alpha of Alpha seeking mutual funds
The Alpha of Alpha seeking mutual fundsThe Alpha of Alpha seeking mutual funds
The Alpha of Alpha seeking mutual funds
Chris De Corte
 
Proof of the collatz conjecture
Proof of the collatz conjectureProof of the collatz conjecture
Proof of the collatz conjecture
Chris De Corte
 
Famous constants, sorted and with fractal approximations
Famous constants, sorted and with fractal approximationsFamous constants, sorted and with fractal approximations
Famous constants, sorted and with fractal approximations
Chris De Corte
 
Why we can't find odd perfect numbers
Why we can't find odd perfect numbersWhy we can't find odd perfect numbers
Why we can't find odd perfect numbers
Chris De Corte
 
About the size and frequency of prime gapsMaximum prime gaps
About the size and frequency of prime gapsMaximum prime gapsAbout the size and frequency of prime gapsMaximum prime gaps
About the size and frequency of prime gapsMaximum prime gaps
Chris De Corte
 
Where and why are the lucky primes positioned in the spectrum of the Polignac...
Where and why are the lucky primes positioned in the spectrum of the Polignac...Where and why are the lucky primes positioned in the spectrum of the Polignac...
Where and why are the lucky primes positioned in the spectrum of the Polignac...
Chris De Corte
 
The bertlmann's socks mistakes
The bertlmann's socks mistakesThe bertlmann's socks mistakes
The bertlmann's socks mistakes
Chris De Corte
 
The twin prime counting function
The twin prime counting functionThe twin prime counting function
The twin prime counting function
Chris De Corte
 
Testing the Mertens theorems and Conjecture
Testing the Mertens theorems and ConjectureTesting the Mertens theorems and Conjecture
Testing the Mertens theorems and Conjecture
Chris De Corte
 
New formula for Euler product formula not equal to Riemann zeta function
New formula for Euler product formula not equal to Riemann zeta functionNew formula for Euler product formula not equal to Riemann zeta function
New formula for Euler product formula not equal to Riemann zeta function
Chris De Corte
 
Disprove of equality between riemann zeta function and euler product
Disprove of equality between riemann zeta function and euler productDisprove of equality between riemann zeta function and euler product
Disprove of equality between riemann zeta function and euler product
Chris De Corte
 
Probabilistic approach to prime counting
Probabilistic approach to prime countingProbabilistic approach to prime counting
Probabilistic approach to prime countingChris De Corte
 
Fractal approximations to some famous constants
Fractal approximations to some famous constantsFractal approximations to some famous constants
Fractal approximations to some famous constants
Chris De Corte
 
Better prime counting formula I
Better prime counting formula IBetter prime counting formula I
Better prime counting formula I
Chris De Corte
 
Study of an integrating cylinder used in a laser scanner
Study of an integrating cylinder used in a laser scannerStudy of an integrating cylinder used in a laser scanner
Study of an integrating cylinder used in a laser scanner
Chris De Corte
 
Prime factorization using double slit experiment
Prime factorization using double slit experimentPrime factorization using double slit experiment
Prime factorization using double slit experiment
Chris De Corte
 
Better prime counting formula
Better prime counting formulaBetter prime counting formula
Better prime counting formula
Chris De Corte
 
Approximations in drawing π and squaring the circle
Approximations in drawing π and squaring the circleApproximations in drawing π and squaring the circle
Approximations in drawing π and squaring the circle
Chris De Corte
 
Approximating the trisection of an angle
Approximating the trisection of an angleApproximating the trisection of an angle
Approximating the trisection of an angle
Chris De Corte
 

More from Chris De Corte (20)

The Mandibles by Lionel Shriver: character list
The Mandibles by Lionel Shriver: character listThe Mandibles by Lionel Shriver: character list
The Mandibles by Lionel Shriver: character list
 
The Alpha of Alpha seeking mutual funds
The Alpha of Alpha seeking mutual fundsThe Alpha of Alpha seeking mutual funds
The Alpha of Alpha seeking mutual funds
 
Proof of the collatz conjecture
Proof of the collatz conjectureProof of the collatz conjecture
Proof of the collatz conjecture
 
Famous constants, sorted and with fractal approximations
Famous constants, sorted and with fractal approximationsFamous constants, sorted and with fractal approximations
Famous constants, sorted and with fractal approximations
 
Why we can't find odd perfect numbers
Why we can't find odd perfect numbersWhy we can't find odd perfect numbers
Why we can't find odd perfect numbers
 
About the size and frequency of prime gapsMaximum prime gaps
About the size and frequency of prime gapsMaximum prime gapsAbout the size and frequency of prime gapsMaximum prime gaps
About the size and frequency of prime gapsMaximum prime gaps
 
Where and why are the lucky primes positioned in the spectrum of the Polignac...
Where and why are the lucky primes positioned in the spectrum of the Polignac...Where and why are the lucky primes positioned in the spectrum of the Polignac...
Where and why are the lucky primes positioned in the spectrum of the Polignac...
 
The bertlmann's socks mistakes
The bertlmann's socks mistakesThe bertlmann's socks mistakes
The bertlmann's socks mistakes
 
The twin prime counting function
The twin prime counting functionThe twin prime counting function
The twin prime counting function
 
Testing the Mertens theorems and Conjecture
Testing the Mertens theorems and ConjectureTesting the Mertens theorems and Conjecture
Testing the Mertens theorems and Conjecture
 
New formula for Euler product formula not equal to Riemann zeta function
New formula for Euler product formula not equal to Riemann zeta functionNew formula for Euler product formula not equal to Riemann zeta function
New formula for Euler product formula not equal to Riemann zeta function
 
Disprove of equality between riemann zeta function and euler product
Disprove of equality between riemann zeta function and euler productDisprove of equality between riemann zeta function and euler product
Disprove of equality between riemann zeta function and euler product
 
Probabilistic approach to prime counting
Probabilistic approach to prime countingProbabilistic approach to prime counting
Probabilistic approach to prime counting
 
Fractal approximations to some famous constants
Fractal approximations to some famous constantsFractal approximations to some famous constants
Fractal approximations to some famous constants
 
Better prime counting formula I
Better prime counting formula IBetter prime counting formula I
Better prime counting formula I
 
Study of an integrating cylinder used in a laser scanner
Study of an integrating cylinder used in a laser scannerStudy of an integrating cylinder used in a laser scanner
Study of an integrating cylinder used in a laser scanner
 
Prime factorization using double slit experiment
Prime factorization using double slit experimentPrime factorization using double slit experiment
Prime factorization using double slit experiment
 
Better prime counting formula
Better prime counting formulaBetter prime counting formula
Better prime counting formula
 
Approximations in drawing π and squaring the circle
Approximations in drawing π and squaring the circleApproximations in drawing π and squaring the circle
Approximations in drawing π and squaring the circle
 
Approximating the trisection of an angle
Approximating the trisection of an angleApproximating the trisection of an angle
Approximating the trisection of an angle
 

Recently uploaded

Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 

Recently uploaded (20)

Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 

How to find the primes that are part of Goldbach

  • 1. How to determine Goldbach’s q’s where 2n=p+q The starting point is an earlier derived formula to check if a number is prime or not: ௡ିଵ ܲሺ݊ሻ = ෑ sin ቀ (formula 1.) ௜ୀଶ ߨ݊ ቁ <> 0 => ݊ = Prime ݅ Goldbach’s conjecture states that every even number can be written as the sum of two primes. We can agree on following convention: 2n q p every even number prime number greater than 2 (and q≤p) prime number smaller than 2n-2 With: 2n=p+q (formula 2.) By increasing q in formula 2, p will automatically decrease if 2n is fixed. Author : chrisdecorte@yahoo.com Page 1
  • 2. We can now scan the range between 2 and 2n-2 for a suitable combination of q and p to find couples of (q,p) where Goldbach is valid for 2n. We can do this using the following new formula where we temporarily put q=x and p=2n-x: ௫ିଵ ሺଶ௡ି௫ሻିଵ ௜ୀଶ ௝ୀଶ ߨ‫ݔ‬ ‫ܩ‬ሺ‫ݔ‬ሻ = ෑ sin ቀ ቁ . ݅ ෑ ߨሺ2݊ − ‫ݔ‬ሻ sin ൬ ൰ <> 0 => ‫ ݍ + ݌ = ݊2 ݀݊ܽ ݍ = ݔ‬ ݆ (formula 3.) We tested the formula in PARI/GP using the following code (example for 2n=22): for(two_n=22,22,for(x=2,two_n,print(x," ", prod(i=2,x1,sin(Pi()*x/i),{i=1})*prod(j=2,two_n-x-1,sin(Pi()*(two_n-x)/j),{j=1})))) We found the following correct result: We now have to prove that there is always a valid q in formula 3 to prove Goldbach’s conjecture. Author : chrisdecorte@yahoo.com Page 2