52

35

Define an "eventual counterexample" to be

  • $P(a) = T $ for $a < n$

  • $P(n) = F$

  • $n$ is sufficiently large for $P(n) = T\ \ \forall n \in \mathbb{N}$ to be a 'reasonable' conjecture to make.

where 'reasonable' is open to interpretation, and similar statements for rational, real, or more abstractly ordered sets for $n$ to belong to are acceptable answers.

What are some examples of eventual counterexamples, famous or otherwise, and do different eventual counterexamples share any common features? Could we build an 'early warning system' set of heuristics for seemingly plausible theorems?

edit: The Polya conjecture is a good example of what I was trying to get at, but answers are not restricted to number theory or any one area.

flag
5 
Your question seems interesting. Could you put in at least one elementary example to explain your formal definition? – Colin Tan Feb 16 2010 at 13:18
show 9 more comments

35 Answers

1 2 next
63

It was once conjectured that factors of $x^n-1$ over the rationals had no coefficient exceeding 1 in absolute value. The first counterexample comes at $n=105$.

link|flag
23 
And in fact these coefficients (eventually!!) grow exponentially fast. See cecm.sfu.ca/~ada26/cyclotomic for a nice compendium of cyclotomic polynomials with enormous coefficients. – Jacques Carette Feb 17 2010 at 3:53
1 
I often heard this, but I've never seen a citation. Who conjectured that? – Kevin O'Bryant Jun 9 2010 at 2:13
2 
@Kevin, I don't know. I thought I once came across a reference to someone who computed up to $n=100$ in the year 1940 or so, stopped there and made the conjecture, but I haven't had any luck tracking it down. Noticing the breakdown at 105 is attributed to Migotti, 1883, and a proof that the coefficients can be arbitrarily large is due to Schur, published by Emma Lehmer in 1936, so if I'm right about the computations in 1940 then they were done by someone who was out of the loop and perhaps it's best not to embarrass any descendants by dredging up the reference. – Gerry Myerson Jun 9 2010 at 3:32
show 2 more comments
12

The Mertens conjecture.

link|flag
3 
I think that Littlewood's result on the difference between the number of primes <x and li(x) was a surprise to many. – paul Monsky Jun 9 2010 at 2:41
show 1 more comment
36

Strong Law of Small Numbers by Guy.

Steve

link|flag
3 
Item 13: D.H. & Emma Lehmer discovered that $2^n\equiv 3 (\mod n)$ for $n=4700063497,$ but for no smaller $n>1.$ – Victor Protsak Jun 13 2010 at 1:15
2 
Do you mean $n > 2$? Last I checked we have $2^2 \equiv 3 \pmod{2}$. – David Mandell Freeman Jul 29 2010 at 20:28
7 
@David Mandell Freeman: Huh? Isn't the left side even and the right side odd? – Sridhar Ramesh Jul 3 2011 at 20:36
show 2 more comments
7

The Pólya conjecture.

link|flag
4

From the Wikipedia category of disproved conjectures:

  • Borsuk's conjecture
  • The Chinese hypothesis
  • Euler's sum of powers conjecture
link|flag
5

The De Giorgi conjecture is true for dimensions $\leq 8$. I guess this doesn't really count because De Giorgi himself only conjectured it for those dimensions based on the fact that Bernstein Theorem of minimal graphs is only true in dimensions $\leq 8$...

(To stay within the realm of geometry, if someone finds a counterexample to the positive mass theorem in high dimensions, that would be an example too.)

link|flag
34

I'm trying to reconstruct an example I saw somewhere some years back. It goes something like this: $\gcd(n^5-5,(n+1)^5-5)=1$ is true for $n=1,2,\dots,1435389$ but fails for $n=1435390$ (when the gcd is 1968751).

link|flag
9 
I found a place which has this example, and it has many more examples: math.niu.edu/~rusin/known-math/96/smallnums – Gerry Myerson Feb 17 2010 at 1:16
1 
The resultant of $x^{17}+9$ and $(x+1)^{17}+9$ is some (large) integer, D. So there are polynomials $a(x)$ and $b(x)$ with integer coefficients and degree at most 16 such that $a(x)(x^{17)+9)-b(x)((x+1)^{17}+9)=D$. Now reduce modulo a prime p dividing D to get the equation $a(x)(x^{17)+9)=b(x)((x+1)^{17}+9)$ in Z_p[x]. Now $x^{17}+9$ has 17 distinct zeros in Z_p, and they can't all be zeros of a(x), so at least one of them is a zero of $(x+1)^{17}+9$, and you're done. – Gerry Myerson Feb 17 2010 at 2:23
3 
I don't understand why sometimes I get to see a math preview and sometimes not. I didn't see one when I made the comment above and it appears that I left out some closing braces, so some formulas are missing. I don't know how to edit my comment to put those braces in, but it doesn't matter, since my argument was more complicated than necessary anyway. If the resultant of two polynomials is divisible by some prime p, then the two polynomials have a common factor over the integers modulo p. These polynomials either split completely or are irreducible, so they must have a common linear factor. – Gerry Myerson Feb 17 2010 at 5:17
show 1 more comment
9

In answering another MathOverflow question on Graham's number, I quoted from Harvey Friedman's Enormous Numbers in Real Life. Perhaps eventual counterexamples bear some relation to proof strength in certain systems of logic? Anyway, that example there could be rephrased to fit the current question.

Suppose I look at strings on three symbols, and given a word w of length n I look at subwords of the form (forgive the AWK notation) spc[i] = substr(w,i,i+1), i.e. those substrings starting at the ith character going for length i+1 characters. So spc[1] gets the first two characters of w, spc[2] == w[2]w[3]w[4], and so on.

I manage to find, for every n that I can compute, a string w_n that I use for w above such that for 0 < i < j < = n/2, spc[i] is not a subsequence of spc[j]. Others find such examples for even larger values of n. It would be reasonable for me to believe I could find arbitrarily long strings with this property.

Enter Harvey Friedman:

"THEOREM 8.1. Let k >= 1. There is a longest finite sequence x1,...,xn from {1,...,k} such that for no i < j <= n/2 is xi,...,x2i a subsequence of xj,...,x2j.

For k >= 1, let n(k) be the length of this longest finite sequence.

Paul Sally runs a program for gifted high school students at the University of Chicago.

He asked them to find n(1), n(2), n(3). They all got n(1) = 3. One got n(2) = 11. Nobody reported much on n(3). I then started to ask several mathematicians to give an estimate on n(3), some of them very famous. I got guesses like this: 60, 100, 150, 200, 300. They were not in combinatorics. Recently I asked Lovasz, telling him about these five guesses. He guessed 20,000.

THEOREM 8.2. n(3) > A(7,184). Lovasz wins, as his guess is closer to A(7,184) than the other guesses.

Recall the discussion about A(5,5) being incomprehensibly large. With the help of computer investigations (with R. Dougherty), I got:

THEOREM 8.3. n(3) > A(7198, 158386).

A good upper bound for n(3) is work in progress. Crude result: A(n,n) where n = A(5,5). "

Here A(n,n) is defined earlier in Friedman's paper as an Ackermann-like sequence. I suspect n(3) squishes Graham's number quite unlike a galactic black hole absorbing a prion or even a quark.

EDIT: I have been corrected; in the squishing hierarchy, n(4) squishes Graham's number, which squishes n(3). Again, unlike any physical realization I can imagine. END EDIT

The moral here is: "Don't jump to conclusions without a sufficiently strong proof system as back up".

Gerhard "Ask Me About System Design" Paseman, 2010.02.17

link|flag
show 3 more comments
6

In this thread search down for the answer by sigfpe .

link|flag
2 
Direct link: mathoverflow.net/questions/11517/… – JBL Sep 3 2010 at 13:20
5

The Busemann-Petty Problem.

link|flag
5

R. M. Grassl and A. P. Mullhaupt, "Hook and Shifted Hook Numbers", Discrete Mathematics, Volume 79, Number 2, January (1990) pp. 153-167

"An infinite number of counter examples is provided for the conjecture that a shifted tableau shape is uniquely determined by its multiset of shifted hook numbers. Nevertheless, the previous conjecture of the first author that there was only one example of nonuniqueness is discussed and it is shown that it is «almost» true, based on computer search."

There were about five million examples before the counterexample, and approximately 1 mole of examples before the next counterexample is thought to occur.

link|flag
1 
The way I read the abstract (at sciencedirect.com/…), the 2nd counterexample came up somewhere in the first five million cases, and it was the 3rd counterexample that was expected to be a mole away. – Gerry Myerson Feb 18 2010 at 23:16
show 1 more comment
21

Freeman Dyson observed in my presence that the sequence with initial condition $a_0=3,a_1=0,a_2=2$, and recurrence $a_{n+3}=a_{n+1}+a_{n}$ almost has the property that $n\mid a_n$ if and only if $n$ is prime or 1, except that it doesn't.

He challenged us (grad students) to explain this ``near-phenomenon'', as it seems too close to being too good to be true to be coincidence. I've never seen an explanation.

Since this is Math Overflow, I'll give the spoiler, the first counterexample is $n=271441$.

link|flag
7 
a_n is the sum of the nth powers of the roots of x^3 = x + 1, so the divisibility follows from the fact that the Frobenius map permutes the roots of a polynomial. Are you asking for an explanation of the failure of the converse? I see no reason to expect the converse to be true. – Qiaochu Yuan Jun 9 2010 at 2:44
2 
I guess if anything needs an explanation it's why does it take so long for a counterexample to turn up. These numbers are (I think) the "Perrin pseudoprimes," see research.att.com/~njas/sequences/A013998 – Gerry Myerson Jun 9 2010 at 3:40
1 
Suppose for example that n = pq for p, q distinct primes and let a, b, c be the roots of x^3 = x + 1. In order for a^n + b^n + c^n to be divisible by n we require that a^q + b^q + c^q be divisible by p and a^p + b^p + c^p be divisible by q. This is just highly unlikely; one might expect that a^p, b^p, c^p and a^q, b^q, c^q are just the roots of some random irreducible cubic polynomial mod q and mod p, respectively. Replacing x^3 = x + 1 by an irreducible polynomial of higher degree might conceivably lead to even larger pseudoprimes. – Qiaochu Yuan Jun 9 2010 at 3:56
3 
Here is a related perspective. a_n counts the number of closed walks of length n on a certain graph G on 3 vertices; the cyclic group Z/nZ acts on these walks in the obvious way and the residue of a_n mod n is the number of walks lying in an orbit which is not of full size. When n is prime, orbits can either have size p or size 1 and the latter can't occur if there are no loops in G, which there aren't. When n is composite, the situation is much more complicated and it would be very surprising if the number of walks in non-full orbits was still divisible by n. – Qiaochu Yuan Jun 9 2010 at 4:02
12 
I think the spirit of the observation was akin to observing that `$e^{\pi \sqrt{163}}$ is an integer, except that it isn't.'' Or that `the image of $0,1,\dots$, under $x\mapsto x^2-x+41$ is always prime, except that it isn't.'' Now, nobody would expect these criteria hold, but it is shocking that such simple expressions can come so close. And ultimately, there is deeper meaning to the observations. In the current phenomenon, no informed number theorist would suspect that the sequence detects primes perfectly, but it is shocking (to me, at least) that so simple a sequence comes so close. – Kevin O'Bryant Jun 9 2010 at 15:52
show 3 more comments
5

D. H. Lehmer showed that the first prime value of the Ramanujan tau-function, defined by $$\sum_{n=1}^\infty \tau(n) q^n = q \prod_{n=1}^\infty (1-q^n)^{24} = q - 24q^2 + 252q^3 - 1472q^4 + \dots,$$ occurs at the 63001st term. This is slightly less surprising when one knows that prime values can only occur for odd square inputs.

link|flag
1 
When does the first zero value occur? :P – Victor Protsak Jun 12 2010 at 22:50
show 1 more comment
7

Shapiro inequality: Let $x_1,x_2\dots x_n,x_{n+1},x_{n+2}$ be positive real numbers with $x_{n+1}=x_1$ and $x_{n+2}=x_2$. Now the inequality $\sum_{i=1}^{n} \frac{x_i}{x_{i+1}+x_{i+2}} \geq \frac{n}{2}$ must be true if $n<14$ or if $n\leq 23$ and $n$ is odd. So $n=14$ is the first $n$ where a counterexample can be found. I know that 14 is not that large a number, but remember that for each n we have a problem with a lot of freedom.

link|flag
61

The least positive integer for which the equality $$ \left\lceil \frac{2}{2^{1/n}-1}\right\rceil = \left\lfloor
\frac{2n}{\log 2} \right\rfloor. $$ fails is $n=777,451,915,729,368$. See http://oeis.org/A129935.

Another example that I like is the number $f(n)$ of inequivalent differentiable structures on $\mathbb{R}^n$. We have $f(n)=1$ if $n\neq 4$, while $f(4)=c$, the cardinality of the continuum.

link|flag
7

One of my favourite examples in this context is the following: Define a sequence $(s_n)$ by $s_1=8$, $s_2=55$ and for $n\geq3$ $s_n$ the smallest integer such that $s_n/s_{n-1}>s_{n-1}/s_{n-2}$ so that $s_3=379$ as $379/55>55/8$. Then we have $s_n=6s_{n-1}+7s_{n-2}-5s_{n-3}-6s_{n-4}$ for $5\leq n\leq11056$ but not for $n=11057$ (I have lost track of the name of the person to whom this is due, but it is, nowadays, easily verified on a computer).

link|flag
3 
This may have come out of David Boyd's research on PV and Salem numbers. – Gerry Myerson Jun 12 2010 at 23:53
3 
I found the source; David W Boyd, Linear recurrence relations for some generalized Pisot sequences, Advances In Number Theory 333-340, Oxford University Press, 1993, MR 96i:11017. Boyd had several earlier papers on Pisot sequences, and this example may also be given in one of the earlier papers. – Gerry Myerson Jun 15 2010 at 3:51
show 1 more comment
19

A famous example is the isomorphism problem for integral group rings: suppose $G$ and $H$ are two finite groups of order $n$ such that $\mathbb{Z}G \cong \mathbb{Z}H$ does it mean that $G \cong H$? It was proved to be true for many cases and for many $n$'s and I think it was believed to be true in all cases. Nonetheless, eventually a counter example was found, see http://www.jstor.org/pss/3062112.

link|flag
show 1 more comment
11

Smallest counterexample to "There is no positive integer $n$ such that the concatenation of (the decimal representation of) $n$ with itself is a square" is $n=13223140496$, according to http://www.research.att.com/~njas/sequences/A102567; $1322314049613223140496 = 36363636364^2$.

link|flag
2 
Are all those 3s and 6s on the RHS an accident? – David Mandell Freeman Jul 29 2010 at 20:33
2 
Yes - and no. If you look at research.att.com/~njas/sequences/A106497 which is the sequence of right sides, they are all highly patterned numbers, related to the decimal expansions of $a/11$ and $a/7$ for various $a$. Whether they must be of this form, I do not know. – Gerry Myerson Jul 29 2010 at 23:24
32

The essence of the phenomenon of eventual counterexamples is that a certain pattern that holds among small numbers, turns out not to be universal. In the very best examples, such as the examples provided in the other answers, which I have enjoyed very much, what we have is an easily described property $P(n)$, whose first failing instance is very large in comparison. Indeed, the quality of answer might be measured by the difference between the size of the description of the property and the size of the first failing instance of it. When an easily described property holds for a very long time and then suddenly fails at some very large number, we are surprised. Therefore, to my mind the phenomenon of eventual counterexamples is intimately wrapped up with the possibility of providing very short descriptions of enormous numbers.

Surely we are all able easily to provide short descriptions of some very large numbers, such as $2^{100}$ or $2^{2^{100!}}$. In order to go beyond exponentiation and factorials, we might make use of other easily described functions exhibiting even more enormous growth. The Ackermann function, for example, defined by a simple one-line recursion, has diagonal values 1, 3, 7, 61, $2^{2^{2^{65536}}}$, with the next value $A(5)$ mind-bogglingly huge.

All such examples, short descriptions of large numbers, can be systematically transformed into instances of eventual counterexamples. For if $d$ is a short description of an enormous number $N$, then the property $P(k)=$"$k$ does not exhibit $d$" is easily described and holds for all values $k$ below $N$, but not of $N$ itself. Thus, it does very well by the quality measure I mentioned above.

So to my mind, the real issue is: what are the largest numbers that you can describe by a very short description?

This question can be made precise by requiring the description to be expressible in a particular formal language. Once the language is rich enough, however, this problem will certainly wade into interesting foundational waters, for the question of whether a given description actually succeeds in describing a number---for example, "the length of the shortest proof of a contradiction in ZFC"---may be independent of our basic axioms, even if it is enormous.

link|flag
4 
This is a great perspective – Q.Q.J. Jun 15 2010 at 14:32
3 
Yes, but it seems that one has to take into account also the difficulty of generating the underlying sequence. For example, the polynomial x^2−x+41 gives primes up to x=40, and 40 is not a big number by "absolute" measure, it is big compared to say other polynomials in generating primes. – timur Oct 10 2010 at 3:15
2 
2^2^2^65536 isn't `mind-bogglingly huge'?! – Bob Durrant May 20 2011 at 9:26
show 2 more comments
27

In reference to the Prime Number Theorem (then Conjecture) both Gauss and Riemann further conjectured that $\pi(n) < Li(n)$ (where $\pi(n)$ is the number of primes from $1$ to $n$ and $Li(n)$ is the logarithmic integral, $\int_2^n \frac{1}{ln(t)}dt$).

Although it has been proven that this does not hold (Littlewood), that there exists some $n$ such that $\pi(n) \geq Li(n)$, the first $n$ where this takes place is so huge no-one has worked it out yet (allegedly). The number is known as Skewes' Number. It is known to be between $10^{14}$ and $1.39822\times 10^{316}$, and strongly believed to be about $1.397162914\times 10^{316}$. (References at the foregoing link.)

link|flag
show 2 more comments
2

It was a conjecture that number of three-dimensional Young diagram of volume $n$ is counted by the generating function $\prod(1-x^n)^{-n(n+1)/2}$, as analogous facts are true for usual Young diagrams (Euler) and two-dimensional (Macmahon?) It is so for first few coefficients, but fails in general.

link|flag
show 1 more comment
7

Let $a_1=1$, $a_{n+1}=(1+a_1^2+a_2^2+\dots+a_n^2)/n$. Are all terms integer? No, the first non-integer is $a_{44}$. I do not know neither reference (my source is private communication by Dmitry Rostovsky, and he does not remember where is it from), nor deep reason (if they exist) why first 43 terms are integer.

link|flag
1 
This is discussed in E15 of Guy, Unsolved Problems In Number Theory. He says F Gobel found the recursion yielded many integers, but Hendrik Lenstra found that first counterexample. Guy gives generalizations and many references. – Gerry Myerson Oct 11 2010 at 3:11
1 
Following up some of those references, I found a claim that $a_1=11$, $a_{n+1}=a_n(a_n^2+n)/(n+1)$ gives integers up to (but not beyond) $n=600$ or so. – Gerry Myerson Oct 11 2010 at 5:57
3

I'm surprised no one has mentioned Graeco-Latin Squares http://en.wikipedia.org/wiki/Graeco-Latin_square

Euler showed these exist for $n$ odd, or any multiple of 4. As none exist for $n=2$ or $6$, he conjectured that none exist for any $n\equiv 2 (mod 4)$.

As it happens, such exist for any $n\geq 3$ except $6$. This is quite a famous example, if small.

link|flag
12

The numbers 12, 121, 1211, 12111, 121111, etc., are all composite - until you get to the one with 138 digits, that's a prime. Saw this in a talk Lenny Jones gave at the New Orleans meeting earlier this month.

link|flag
3 
If you take a random sequence that grows like 12*10^n, the prime number theorem says you have something like a 13% chance of making it to 137 digits without seeing a prime. So, even if you've seen that the first 137 numbers of the form 12111...11 are composite, is the conjecture that all such numbers are composite really a reasonable one to make? – Vectornaut Apr 21 2011 at 2:26
5 
@Vectornaut, while I think your point is valid, it needs to be adjusted slightly, because the sequence is far from random. For example, in a pattern like that you won't get any primes unless the final digits are odd, and that increases the chance that any individual term is prime, which in turn decreases by quite a bit the chance that 137 terms are composite. – gowers Apr 21 2011 at 11:10
8

The Borwein Integrals are integrals of products of the sinc function. They exhibit certain "apparent patterns" which, while eventually breaking down, are actually indicative of something larger at work. (The example given on the Wikipedia page is a good one.)

link|flag
1

Hmmm ... as yet, no examples have been given from geometry or dynamics. So here's one.

Supposing that we interpret $P(a)=T$ for $a<n$ to mean "geometric objects have property $P$ for most objects that arise naturally", and let $P$ be the ergodic property, then the Kolmogorov–Arnold–Moser theorem suggests itself as providing the "eventual counterexample."

Domokos Szasz' article "Boltzmann's Ergodic Hypothesis, a Conjecture for Centuries?" (1994) provides an historical overview of the long slow process by which dynamical conjectures that for centuries were widely believed, were eventually proved to be wrong.


Another (related) answer:

In Conway's LIFE game, if the starting patterns are arranged in lexical order, the first self-replicating life-form (known at present) is Andrew J. Wade's Gemini.

The Gemini life-form can be viewed as the first (known) counter-example to the hypothesis "life-forms are not self-replicating". The lexical index of Gemini (as computed from its bounding-box) is $2^{4217807\times4220191}$ ... obviously too large to find by a blind search.

It seems to be generically true of life-forms (both biological-type and Conway-type)—and perhaps formal proofs too?—that special properties are emergent at very large lexical order-number of starting structures.

link|flag
1

Let $S_m$ denote the symmetric group on $n$ letters and let $P(m)$ denote the size of the outer automorphism group of $S_m$, i.e., the size of the quotient $\mathrm{Aut}/\mathrm{Inn}$ where $\mathrm{Inn}$ is the group of inner automorphisms (the ones induced by conjugation by an element of the group). Then $$\begin{cases} P(m)=1 &\text{ if } m\neq 6 \\ P(m)=2 &\text{ if } m= 6. \end{cases}$$ Of course, the "counter example" is not for a particularly large value, but only for a single one.

link|flag
1 
Then it's not a case of eventual counterexamples, is it? – Harry Altman May 1 2011 at 20:14
3 
It's an eventual counterexample if you start at infinity and work your way down. – Gerry Myerson May 1 2011 at 23:47
show 2 more comments
-1

the Weaire–Phelan structure was found to be

a better solution of the "Kelvin problem" than the previous best-known solution, the Kelvin structure.

link|flag
2 
"Eventual", in the sense of this question, does not refer to time, but to number. – Gerry Myerson May 2 2011 at 12:48
show 2 more comments
13

Any finite loop space has the rational cohomology of a Lie group -- up to rank 65. From then on, there are counterexamples in every dimension. The smallest known dimension of a counterexampe is 1250, but whatever the actual smallest dimension is, counterexamples will occur in every dimension after that.

link|flag
3 
And, for the record, a finite loop space is a finite CW-complex $X$ that is homotopy equivalent to $\Omega Y$ for some space $Y$. – André Henriques May 1 2011 at 21:53
4

This is a bit tongue-in-cheek, but what about Special Relativity? In this case let property $P(x), x\in \mathbb{R}$ be the property that a given velocity $x$ is attainable. After all, Galilean Transforms allow one to change to a frame moving at an arbitrary velocity. Only Einstein's interpretation of the discoveries of Lorenz and Poincaré allowed for us to realize that property $P$ is only true if $x \in [-3 \times 10^8, 3 \times 10^8]$

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.