This page may be out of date. Submit any pending changes before refreshing this page.
Hide this message.
Quora uses cookies to improve your experience. Read more

What is an example of a conjecture that was proven wrong for "very large" numbers?

19 Answers
Shashank Sharma
Shashank Sharma, A Node in The Graph of Universe.
Mersenne conjectures The original, called Mersenne's conjecture, was a statement by Marin Mersenne in his Cogitata Physica-Mathematica (1644; see e.g. Dickson 1919) that the numbers
were prime for n = 2, 3, 5, 7, 13, 17, 19, 31, 67, 127 and 257, and were composite for all other positive integers n < 257. Due to the size of these numbers, Mersenne did not and could not test all of them, nor could his peers in the 17th century. It was eventually determined, after three centuries and the availability of new techniques such as the Lucas–Lehmer test, that Mersenne's conjecture contained five errors, namely two are composite (n = 67, 257) and three omitted primes (n = 61, 89, 107). The correct list is: n = 2, 3, 5, 7, 13, 17, 19, 31, 61, 89, 107 and 127.
Brian Bi
Brian Bi, uses math
Pólya conjecture: if [math]n > 1[/math] is a natural number, then out of the integers [math]1, 2, ..., n[/math] there are at least as many with an odd number of prime factors as there are with an even number of prime factors. (Prime factors are counted with multiplicity, so, for example, 4 is considered to have 2 prime factors: 2 and 2.)

The conjecture is true for n up to 906150256, but fails for n = 906150257.
Alon Amit
Alon Amit, PhD in Mathematics; Mathcircler.

12 isn't prime: it's composite.

So is 121.

So is 1211.

So is 12111.

So is 121111.

So is 1211111.

So is 12111111.

This seems to be a persistent pattern. Let's keep going. Seven 1’s, composite. Eight, still composite. Nine. Ten, eleven and twelve. We keep going. Everything up to twenty 1’s is composite. Up to thirty, still everything is composite. Forty. Fifty. Keep going. One hundred. They are all composite.

At this point it may seem reasonable to conjecture that these numbers are never prime. But this isn't true. The number with 138 digits, all 1’s except for the second digit which is 2, is prime.

To be clear, this isn't a particularly shocking example. It's not really that surprising. But it underscores the fact that some very simple patterns in numbers persist into pretty big territory, and then suddenly break down.


There appear to be two slightly different questions here. One is about statements which appear to be true, and are verifiably true for small numbers, but turn out to be false where the first counterexamples are massive. The other question is about such situations which have furthermore become actual conjectures, put forth and studied and perhaps widely believed in, until they were refuted.

In response to such questions, I used to cite a couple of nice examples given by Stark in his number theory textbook, by way of motivating his readers to see the need for proofs.

One example is Pólya’s conjecture, which is a famous instance of this phenomenon: it was a real conjecture suggested by a very prominent mathematician, supported by both numerical evidence and heuristic reasoning, which turned out to be false.

Another example given by Stark is a nice, smallish Diophantine equation which has a very large smallest solution. This isn't a case of a genuine conjecture, but it nicely demonstrates the necessity for proofs.

In that spirit, my new go-to example is definitely this gem. If you check numerically, you will quickly convince yourself that there aren't any natural numbers which satisfy

[math]\displaystyle \frac{a}{b+c}+\frac{b}{a+c}+\frac{c}{a+b}=4[/math].

You can search through millions, billions, trillions or quadrillions if you have the resources, and nothing works. It would seem very reasonable to expect that there aren't any solutions to this simple equation in natural numbers, just like many other similar equations. But that's false. There are infinitely many solutions, and the smallest one is ginormous.

This, to be clear, is not an instance of a “genuine conjecture”. I don't believe anyone actually suggested that this equation has no solutions: by the time it was stumbled upon, there was already enough theory to solve it. But it is a fantastic example of an equation which seems unsolvable unless you look very, very far.


I don't know if it was ever formally suggested that [math]\text{Li}(x)[/math], the logarithmic integral, is always greater than [math]\pi(x)[/math], the number of primes less than [math]x[/math]. The Prime Number Theorem says that the ratio between these two functions approaches [math]1[/math], but numerical evidence seems to strongly suggest that while this is of course true, it is consistently the logarithmic integral which has the upper hand. This is indeed true for values of [math]x[/math] up to billions, and likely much further.

But Littlewood proved that these two functions switch sides infinitely often. It's just that the first reversal occurs very, very far out. Littlewood’s student Skewes showed that it happens earlier than [math]e^{e^{e^{79}}}[/math], a number now known as Skewes’ number. Today it is known that it happens earlier, but still the first occurrence is gigantic.

Once again, I'm not sure if this was ever an “official” conjecture which got refuted, but it would have been a very reasonable conjecture to make even if it weren't.


A better example perhaps is Mertens’ conjecture from 1885, refuted exactly one hundred years later.

The Möbius function is an important function in number theory and combinatorics. It is defined as [math]\mu(n)=(-1)^k[/math] if [math]n[/math] has [math]k[/math] distinct prime factors, and [math]0[/math] otherwise (when [math]n[/math] has a repeated factor). The Mertens function is then

[math]M(n)=\sum_{k=1}^n \mu(k)[/math].

As early as 1885, Stieltjes conjectured that

[math]|M(n)|<\sqrt{n}[/math]

for all [math]n[/math], and this is supported by overwhelming numerical evidence. Moreover, it implies the Riemann Hypothesis – so it was definitely an interesting conjecture.

However, it's false. Odlyzko and te Riele proved in 1985 that [math]M(n)[/math] exceeds [math]\sqrt{n}[/math] by at least 6% infinitely many times. The first counterexample is probably around [math]10^{40}[/math] or so.


Finally, I'll mention a less elementary example, but one which (to me) was quite a shocker.

For any finite group [math]G[/math] we can form the group algebra [math]\mathbb{Z}G[/math], which is just the free abelian group generated by the elements of [math]G[/math], with multiplication of basis elements defined as in [math]G[/math] and then extended linearly. If you don't know what any of that means, you'll need to take my word for it: finite groups are among the most fundamental building blocks of math, and group algebras are a very natural, and extremely useful, construction involving them.

We may then wonder: the group determines its group algebra – is the opposite also true? Can you recover the group from the group algebra? In other words, if [math]\mathbb{Z}G \cong \mathbb{Z}H[/math], does it follow that [math]G \cong H[/math]?

This was not a named conjecture, but it was definitely a conjecture. It is mentioned, for example, in Isaacs’ “Character Theory of Finite Groups” from 1976 (p. 41 in my edition).

It turns out to be false, as Martin Hertweck showed in a 2001 paper[1] titled “A Counterexample to the Isomorphism Problem for Integral Group Rings”. His counterexample is a group of size [math]2^{21}97^{28}[/math], and people can be forgiven for taking long to find it.

Footnotes

[1] A Counterexample to the Isomorphism Problem for Integral Group Rings

Nishant Rai
Nishant Rai, Software Engineer at Rubrik
Well here's a simple looking one.

Conjecture :   [math](313(x^3+y^3))=z^3[/math] has no solution for all positive integers [math]x, y, z[/math].

Obviously this proposition is false, otherwise it won't here. But the smallest counter-example has more than a 1000 digits! So, it's true till [math]10^{1000}[/math].

Some trivia :  The smallest integer solutions to this equation are also Titanics. Read more @ The Prime Glossary: titanic prime.
Sameer Malik
Sameer Malik, Loves Behaviour Psychology

Certainly there are various mind screwing conjectures still unsolved , which you can found every year on CLAY INSTITUTE millennium problems (Clay Mathematics Institute ) .

Major one includes Riemann Hypothesis (Riemann hypothesis ) , Goldbach’s conjecture (Goldbach's conjecture) recently Poincare conjecture (Poincaré conjecture ) was solved by Russian mathematician Pereleman (Grigori Perelman)who was awarded 1 million dollars award which he refused to accept and also the Field Medal .

This is a little background tale about conjectures , now the conjecture which failed after 200 years was Euler's sum of powers conjecture after solved by Harvard Professor Noam Elkies (Noam Elkies )

To know more about axioms ,predicate and conjecture watch MIT ‘s Lecture 1: Introduction and Proofs

Conner Davis
Conner Davis, PhD student Mathematics, The University of Texas at Dallas
Here's my personal favorite.

Conjecture: [math]\gcd(n^{17}+9,(n+1)^{17}+9)=1[/math] for all positive integers [math]n[/math].
This particular statement happens to be true for all [math]n < 8424432925592889329288197322308900672459420460792433[/math]

Which is greater than [math]8*10^{51}[/math].
That's pretty big...
Abhimanyu Dubey
Abhimanyu Dubey, I like math sometimes.
One of Euler's sum of powers conjectures. In particular, Euler claimed in the 18th century that there were no whole number solutions for the following equation:
[math] x^4 + y^4 + z^4 = w^4 [/math].

It wasn't until 1988 that Harvard professor Noam Elkies (Noam D. Elkies Home Page) found a solution:

[math]2682440^4 + 15365639^4 + 18796760^4 [/math] = [math]20615673^4[/math]

He  also proved that infinitely many solutions existed to the equation.  What's incredible about this is that for over 200 years nobody could  neither prove nor disprove the conjecture.

Source: The Whole Story