Explain me Goldbach conjecture

When people say the problem is not solved, what do they mean? What does it mean to prove the goldbach conjecture? If I arrive at a conclusion, how to prove this is it?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/safyucikna
πŸ“…︎ Dec 26 2021
🚨︎ report
Need help understanding Goldbach's conjecture.

It posits that every even whole number succeeding 2 is the sum of 2 prime numbers.

I fail to understand this.

Take 12500 for instance: 12500/2=6250.

12500 is an even number and 6250 can be divided by 2, 5 and 10. That would mean it isn't a prime number.

I am bad at Math and it is not my area of expertise, so this might seem like a dumb question. Please don't be mean to me:)

πŸ‘︎ 21
πŸ’¬︎
πŸ‘€︎ u/atheistvegeta
πŸ“…︎ Nov 13 2021
🚨︎ report
Goldbach Conjecture (Revived Again)

Unarchived from here.

> The Goldbach Conjecture states that any even number greater than 2 can be expressed as the sum of two primes.

> The get is at 2000.

> Calculator

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/TheNitromeFan
πŸ“…︎ Sep 11 2021
🚨︎ report
Goldbach's conjecture is an unsolved problems in number theory that states that every even whole number greater than 2 is the sum of two prime numbers. The conjecture has been shown to hold for all integers less than 4 Γ— 10^18, but remains unproven despite considerable effort. en.wikipedia.org/wiki/Gol…
πŸ‘︎ 594
πŸ’¬︎
πŸ“…︎ Jun 16 2021
🚨︎ report
TIL about a popular number theory (Goldbach’s Conjecture) that states every even number above 2 is the sum of two primes. It remains unproven, and every number below 4 quintillion has been checked en.wikipedia.org/wiki/Gol…
πŸ‘︎ 101
πŸ’¬︎
πŸ‘€︎ u/ItsBrendaB
πŸ“…︎ Apr 05 2021
🚨︎ report
is_even() using Goldbach's conjecture
πŸ‘︎ 163
πŸ’¬︎
πŸ“…︎ Jun 12 2021
🚨︎ report
Inspired by xkcd 1310 (Goldbach Conjectures)
πŸ‘︎ 558
πŸ’¬︎
πŸ“…︎ Apr 20 2021
🚨︎ report
Something I found when looking at the partitions of Goldbach conjecture

I'm a newbie to mathematics, so correct me if I'm wrong.

When I'm looking at the photo of the partitions of Goldbach conjecture on google, I found that all even numbers(except 2,4) on the list can be expressed as a sum of two twin primes.

For example,

(3,5,7),(11,13),(17,19) are twin primes

6=3+3

8=3+5

...

14=7+7/3+11

16=5+11

18=5+13/7+11

20=7+13

...

Since there are infinitely many even numbers, so there would be infinitely many twin primes if this is true.

But, I'm a newbie. So I've no idea how to prove it.

πŸ‘︎ 5
πŸ’¬︎
πŸ“…︎ Apr 29 2021
🚨︎ report
Goldbach's Strong Conjecture

So, I first saw the word -'conjecture' in the very end of my maths textbook of class 9 (no one read that additional info pages, but I did !) There was an example of mathematical conjectures, which was none other than the Goldbach's conjecture.

Currently I'm in 12th class (High school senior) and has tried to do something in it time to time. And recently I was studying distribution of primes to find any pattern and also some other related stuff. I caught up once againa on this forbidden love, and it striked to my mind as if it is something that I may prove with diving deeper in creativity.

And now I think, I've discovered a proof ! It is rather short, and uses basic 10th class algebra and assumption along with one of the theorems of Euclid. I wasn't convinced so I read it again and again to find the mistake, but I can't.

So can it be the case that I really may have discovered it. It is not possible for me to believe as 297 years have passed and I'm just not convinced that no one ever thought to do it using simple 10th class algebra.

I've shared it to my maths teachers and if do get a nod from them, I may also post it here (it is only 4 pages though). I just wanna know what are your opinions on it ???

EDIT : "Two of the maths teachers I knew both approved it, but you know I wasn't still convinced and thus the whole day yesterday I tried to figure out the mistake and finally I caught it - it was ambiguity in the very last statement. Now, I've modified it to make it clear, but to do so I need to turn it into a 'hypothesis', or either prove it myself(which I certainly can't do right now). So, I've added it as a hypothesis with a note. And, I may post it to reddit hopefully by today itself."

EDIT 2 : "I've submitted the manuscript, and yes I figured out the little mistake (not really a mistake, but some vague terms that I later corrected), and that leads me to use a hypothesis to prove it. If someone can prove that hypothesis, then surely we'll have a rigorous proof, and I know that the hypothesis can't be proved using undergrad maths. Also, my paper has cleared preliminary checks and is now under editorial review**"**

πŸ‘︎ 32
πŸ’¬︎
πŸ‘€︎ u/Anantaniium
πŸ“…︎ Jan 11 2021
🚨︎ report
New Approach for Goldbach's Conjecture

So, I was with this problem since I was in class 9th, and now I'm about to finish class 12th. Just this simple idea came to my mind and I thought that it can be quite interesting. I'm mainly self-taught and come from low-middle income family and there is no mentor who can help me here in my school and nearby region. So, I just myself headed up to the web and submitted a manuscript to JAMS, not knowing that it is one-of-the-most-prestigious Journal. And, I got rejected but the reason was just that it doesn't meet acceptance standards.

So now, can you please review and comment upon my findings ( I know the paper is extremely simple, but I think that it might lead us to some new insight).

Please share you Honest Opinion.

Thanks in Advance 😁

Here's the link : Manuscript

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/Anantaniium
πŸ“…︎ Jan 29 2021
🚨︎ report
Goldbach's conjecture

Hola,

I am in a bit of a pickle, I need to do a Goldbach Conjecture function. Now I tried to solve this problem by whipping out my Java skills and coding it in Java in my head, but I think it might have translated to gibberish. I might have some hubris here, but I think my logic is sound, however my code seems to be dogshit. First of all unless the console went invisible, my code dosen't even fucking produce an output. Here is the line of logic I followed, found the highest prime less than the input and then basic arithmetic would solve it. n-Prime[p] would solve all my problems, however reality struck me when I ran the command into the console, it all went to shit.

https://preview.redd.it/3pvzoqo31zt61.png?width=935&format=png&auto=webp&s=e9c3a6381bbcf39151061586e303a8396a92caa8

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/p3rciu5
πŸ“…︎ Apr 18 2021
🚨︎ report
I wrote this code for the goldbach conjecture on a test a while ago, and thought you might enjoy it. I made sure to not use any loops (which is what the test was on)
πŸ‘︎ 530
πŸ’¬︎
πŸ‘€︎ u/Kivsloth
πŸ“…︎ Jan 02 2021
🚨︎ report
Disproves Goldbach's Conjecture by proving that the limit of an odd number as it approaches infinity is composite. vixra.org/pdf/1301.0129v4…
πŸ‘︎ 108
πŸ’¬︎
πŸ“…︎ Nov 14 2020
🚨︎ report
Would it be hypothetically possible to make an AI for goldbach's conjecture

Apologies if this has been asked before, but I remember seeing something previously about how an AI generated a very close to exact equation for something that we didn't have that close of an equation for.

Would it be possible to set up an AI such that it knows what prime numbers are, it knows what even integers are so it could find a relationship between the two, thus giving a big boost towards goldbach's conjecture.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/JJP_SWFC
πŸ“…︎ Mar 23 2021
🚨︎ report
I made a program for proving the goldbach conjecture during a test, but I only used recursion.
πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/Kivsloth
πŸ“…︎ Jan 03 2021
🚨︎ report
Why is Goldbach's conjecture phrased "every even integer greater than 2 is the sum of two primes" when it seems more globally applicable when phrased "every integer greater than 1 is the average of two primes"?

'it seems more globally applicable...' was ironically the wrong choice of words. Rather 'we have the opportunity to perceive the problem as...' gets more to the heart of my concern.

Thank you all for chiming in! I've really enjoyed learning from your responses.

πŸ‘︎ 76
πŸ’¬︎
πŸ‘€︎ u/jma235
πŸ“…︎ Nov 26 2019
🚨︎ report
I made a program for proving the goldbach conjecture without loops during a test, thought you might enjoy it.
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/Kivsloth
πŸ“…︎ Jan 02 2021
🚨︎ report
This person thinks they can prove Goldbach's conjecture in one Reddit post. /r/mathematics/comments/j…
πŸ‘︎ 106
πŸ’¬︎
πŸ‘€︎ u/Notya_Bisnes
πŸ“…︎ Oct 03 2020
🚨︎ report
Made a simple animation of the number of representations in the Goldbach's conjecture (number of ways an even integer can be written as the sum of two primes) youtu.be/_66ca-aNIT8
πŸ‘︎ 62
πŸ’¬︎
πŸ‘€︎ u/TantrumRight
πŸ“…︎ Jul 23 2020
🚨︎ report
TIL Goldbach's Conjecture asks if every even integer is the sum of two prime numbers. It's deemed a "million buck problem" because its solution would advance mathematics by a great margin, although it remains unsolved since 1742 artofproblemsolving.com/w…
πŸ‘︎ 57
πŸ’¬︎
πŸ‘€︎ u/StraightApricot
πŸ“…︎ May 03 2020
🚨︎ report
Is the Goldbach's conjecture useful in our knowledge of mathematics?

Are there any useful implications of Goldbach's conjecture? Does it tell us anything about the distribution of the primes? Is it only the nature of the problem and its difficulty that makes it interesting?

πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/Misrta
πŸ“…︎ Apr 05 2020
🚨︎ report
Why are the goldbach and twin prime conjectures not millennium problems?
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/YagamiLight100
πŸ“…︎ Apr 25 2020
🚨︎ report
Unary Except Every Zero Is Replaced with the Title of This Programming Language or, Alternately, Is Replaced with the Smallest Counter-Example to the Goldbach Conjecture. Compilers and Interpreters Only Have to Implement the Former Option
πŸ‘︎ 40
πŸ’¬︎
πŸ‘€︎ u/Gabschgo
πŸ“…︎ Jul 09 2020
🚨︎ report
If the goldbach conjecture is indeed correct, does that mean that for any even number X, the chances they there will be a prime number somewhere betweet x and x/2-1=100%?

If the goldbach conjecture is indeed correct, does that mean that for any even number X, the chances they there will be a prime number somewhere between x and x/2-1=100%?

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/mrhouse1103
πŸ“…︎ Apr 29 2020
🚨︎ report
[video] Goldbach conjecture in J (remastered) youtu.be/Dh4QKfH6fTc
πŸ‘︎ 14
πŸ’¬︎
πŸ‘€︎ u/tangentstorm
πŸ“…︎ Jan 12 2020
🚨︎ report
What is the extension of the Goldbach conjecture to arbitrary rings?

For which (if any) classes of rings can we disprove it? And for which is it presumed to be true?

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/katatoxxic
πŸ“…︎ Aug 05 2020
🚨︎ report
TIL that Goldbach's conjecture, which states that "Every even integer greater than 2 can be expressed as the sum of two primes" is the oldest unsolved problem in Mathematics (Since 1742, i.e 257 years till now) en.wikipedia.org/wiki/Gol…
πŸ‘︎ 40
πŸ’¬︎
πŸ‘€︎ u/uncleirohisfunny
πŸ“…︎ Aug 03 2019
🚨︎ report
Contrapositive of the Goldbach’s Conjecture

I have been reading about Goldbach’s Conjecture and could not find the contrapositive of it. Goldbach’s Conjecture states that β€œEvery even integer greater than 2 can be expressed as the sum of two primes.” If I write this as an if-then statement, I have β€œIf an integer is even and greater than 2, then the integer can be expressed as the sum of two primes.” How could this statement be written as a contrapositive?

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/mrwhite1954
πŸ“…︎ Sep 08 2020
🚨︎ report
Elementary Proof of the Goldbach Conjecture scribd.com/document/37081…
πŸ‘︎ 30
πŸ’¬︎
πŸ‘€︎ u/localhighjinks
πŸ“…︎ Feb 05 2018
🚨︎ report
Goldbach's Conjecture

I do not see the sum of any given number in prime numbers. Do you?

How should I do that?

https://www.desmos.com/calculator/g1mo8jdulw

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/majidalawi
πŸ“…︎ Apr 06 2020
🚨︎ report
Odd Goldbach conjecture (every odd n > 5 is the sum of 3 primes) has been proven by H. A. Helfgott says Terence Tao plus.google.com/u/0/11413…
πŸ‘︎ 575
πŸ’¬︎
πŸ‘€︎ u/DevFRus
πŸ“…︎ May 14 2013
🚨︎ report
Goldbach Conjecture (Revived)

Unarchived from here.

The Goldbach Conjecture states that any even number greater than 2 can be expressed as the sum of two primes.

The get is at 2000.

Calculator

πŸ‘︎ 21
πŸ’¬︎
πŸ‘€︎ u/TheNitromeFan
πŸ“…︎ Feb 12 2020
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.