117
$\begingroup$

I am working on a project presentation and would like to illustrate that it is often difficult or impossible to estimate how long a task would take. I’d like to make the point by presenting three math problems (proofs, probably) that on the surface look equally challenging. But…

  • One is simple to solve (or prove)
  • One is complex to solve (or prove)
  • And one is impossible

So if a mathematician can’t simply look at a problem and say, “I can solve that in a day, or a week, or a month, how can anyone else that is truly solving a problem? The very nature of problem solving is that we don’t know where the solutions lies and therefore we don’t know how long it will take to get there.

Any input or suggestions would be greatly appreciated.

$\endgroup$
12
  • 18
    $\begingroup$ How about Fermat's Last Theorem? We can find a, b, c such that $a^2 +b^2=c^2$, so that's easy. But for higher exponents.... $\endgroup$ Commented Dec 6, 2011 at 0:13
  • 5
    $\begingroup$ We could also prove that 2 is irrational, but various results for $e$ and $\pi$ are known to be unknown $\endgroup$ Commented Dec 6, 2011 at 0:14
  • 5
    $\begingroup$ @Emmad: This, this, and this beg to differ. $\endgroup$ Commented Dec 6, 2011 at 0:58
  • 4
    $\begingroup$ "...it is often difficult or impossible to estimate how long a task would take." Just for fun, you might reference Hofstadter's Law. $\endgroup$ Commented Dec 6, 2011 at 1:01
  • 4
    $\begingroup$ @Emmad - Building a car is very different to designing a car. In software development, there's some disagreement over where the line between design and construction lies - see martinfowler.com/articles/newMethodology.html for an unconventional but compelling view. The same is probably true in mathematics - there's "design" (new models, proofs etc) and "construction" (following standard procedures). The latter may be fairly predictable, but the former clearly isn't. $\endgroup$
    – user510
    Commented Dec 6, 2011 at 6:04

14 Answers 14

301
$\begingroup$

This isn't exactly what you're asking for, but it should serve the same purpose very nicely.

Hilbert gave a talk in 1920 or so in which he discussed the difficulty of various problems.

He said that great progress had been made in analytic number theory in recent years, and he expected to live to see a proof of the Riemann Hypothesis.

Fermat's Last Theorem, he said, was harder; maybe the youngest members of his audience would live to see a proof.

But the problem of determining whether $2^{\sqrt2}$ is transcendental was so hard that not even the children of the youngest people in the audience would live to see a solution to that one.

With the benefit of hindsight, we can see that Hilbert had it exactly backwards.

$2^{\sqrt2}$ was settled in 1929 - Hilbert lived to see it.

Fermat, as we know, held out until the 1990s.

And the Riemann Hypothesis is still unsettled.

The point of the story is not to make fun of Hilbert. The point of the story is that if even Hilbert, the strongest mathematician of his era, could be so wrong in judging the relative difficulty of various mathematical problems, then it must be a really hard thing to do - which, I think, is the point you are trying to make.

$\endgroup$
18
  • 35
    $\begingroup$ This is a great answer. It can be appreciated by a general audience even if people don't know what Fermat's last theorem or the Riemann hypothesis are about. $\endgroup$
    – KCd
    Commented Dec 6, 2011 at 4:52
  • 10
    $\begingroup$ Gerry, the irrationality of $2^{\sqrt{2}}$ probably should be replaced by its transcendence, since Hilbert's 7th problem was about transcendence of such numbers. $\endgroup$
    – KCd
    Commented Dec 6, 2011 at 5:02
  • 3
    $\begingroup$ @Marvis, it could be that Hilbert just thought RH was more important than the other problems. Or it could be that developments during the years between the two quotes caused him to change his mind about the difficulty. Or it could be that Hilbert wasn't fettered by consistency, the hobgoblin of small minds. $\endgroup$ Commented Jun 15, 2012 at 11:33
  • 10
    $\begingroup$ Just in case somebody is interested: $2^\sqrt{2}$ is irrational and a transcendental number. It is called Gelfond–Schneider constant. $\endgroup$ Commented Sep 12, 2012 at 6:09
  • 2
    $\begingroup$ Last week I learned about another Hilbert story where he said something wouldn't be proved in his lifetime that was solved just a couple of years later. In 1910 Lorentz guessed an asymptotic formula for a count of eigenvalues of the Laplacian in a domain and Hilbert said it wouldn't be proved in his lifetime. His own student Weyl gave a proof in 1911 that led to Weyl's law. $\endgroup$
    – KCd
    Commented Apr 12, 2017 at 4:01
100
$\begingroup$

For an integer $n$, let's seek integral solutions of $x^3 + y^3 + z^3 = n$.

1) When $n = 29$ a solution is easy to find: $(x,y,z) = (3,1,1)$.

2) When $n = 33$ it is harder to find a solution, but one is known: $$ (x,y,z) = (8866128975287528, -8778405442862239, -2736111468807040). $$ This was found in 2019 by Andrew Booker. See https://people.maths.bris.ac.uk/~maarb/papers/cubesv1.pdf and https://www.youtube.com/watch?v=ASoz_NuIvP0.

3) Here I had earlier used $n = 42$, saying we expect it is a sum of three cubes in $\mathbf Z$ but that no representation of $42$ in that form was currently known at the time I wrote that. Now (Sept. 2019) a representation is known: $42 = (-80538738812075974)^3 + 80435758145817515^3 + 12602123297335631^3$. I don't want to keep updating this answer again and again, so I'll just say we expect each integer $n \not\equiv 4, 5 \bmod 9$ is a sum of three cubes in $\mathbf Z$ and for such general $n$ this is still an open problem.

$\endgroup$
3
  • 1
    $\begingroup$ Numberphile: m.youtube.com/watch?v=wymmCdLdPvM has a nice video. $\endgroup$
    – Mark S
    Commented Feb 25, 2018 at 15:19
  • 2
    $\begingroup$ Yes, that appeared a few years after my post here. The follow-up video to that one: youtube.com/watch?v=_-M_3oV75Lw. $\endgroup$
    – KCd
    Commented Feb 25, 2018 at 19:54
  • 2
    $\begingroup$ I used to have $n = 30$ for the second choice and $n = 33$ for the third choice, but now that a representation for $33$ is known I have moved that to the second position and put another $n$ with an unknown but expected representation in the third position. $\endgroup$
    – KCd
    Commented Mar 10, 2019 at 11:30
60
$\begingroup$

One set that (I think) meets your requirements and for which the statements are accessible to many:

  1. Prove that $\sqrt{2}$ is irrational
  2. Prove that $e$ is irrational
  3. Prove that $e+\pi$ is irrational
$\endgroup$
6
  • 5
    $\begingroup$ Is 3. "impossible"? $\endgroup$ Commented Dec 6, 2011 at 4:34
  • 2
    $\begingroup$ I might be mistaken, but I thought the sum of two irrational numbers was always irrational. If that's not true, can you give a counterexample? $\endgroup$ Commented Dec 6, 2011 at 4:54
  • 9
    $\begingroup$ @Quinn, not necessarily. But it's an unanswered question to date. $\endgroup$
    – 2'5 9'2
    Commented Dec 6, 2011 at 4:56
  • 50
    $\begingroup$ @Peter How about $\sqrt{2}+(-\sqrt{2})$? Or if you'd prefer $\sqrt{2}+(1-\sqrt{2})$. Basically, rational numbers make a vector subspace of $\mathbb{R}$, and irrationals just make the complement. There are always lots of ways to add two things from the complement of a subspace and land inside the subspace. $\endgroup$
    – 2'5 9'2
    Commented Dec 6, 2011 at 4:57
  • 13
    $\begingroup$ @Gerry Yes, I mean $\mathbb{R}$ as a $\mathbb{Q}$-vector space. I really just want to put it out there that when "subthings" are additively closed, complements of "subthings" are usually not. $\endgroup$
    – 2'5 9'2
    Commented Dec 6, 2011 at 6:38
46
$\begingroup$

A famous example, although it might require more background than you'd like, is Burnside's problem, which asks the following: if a group is finitely-generated and has the property that every element has order $n$ for some fixed positive integer $n$, is it necessarily finite?

  • For $n = 2$ the answer is yes by a straightforward argument. If $a, b$ are two elements of the group, then $a^2 = b^2 = (ab)^2 = e$ implies $ab = ba$, so the group is abelian and has order dividing $2^m$ where $m$ is the number of generators.
  • For $n = 3, 4, 6$ the answer is still yes, but the argument is more difficult.
  • For $n = 5$ the problem is still open! (I think. According to Wikipedia, at the very least the specific case of two generators is still open.)
$\endgroup$
1
  • 1
    $\begingroup$ Would definitely require more background than what my intended audience will have, but it is a great example. Thank you! $\endgroup$
    – Judy
    Commented Dec 6, 2011 at 15:48
27
$\begingroup$

It's easy to multiply two 20-digit prime numbers, but what if you had to factor their product? There you have an easy problem and a hard problem.

$\endgroup$
5
  • 22
    $\begingroup$ It's not easy to multiply two 20-digit numbers by hand. It is easy to multiply two 20-digit numbers by computer, but it's also easy to factor a 40-digit number by computer. Change that 20 to 200 and I think I'll go along. $\endgroup$ Commented Dec 6, 2011 at 5:34
  • 26
    $\begingroup$ I believe I could multiply two 20-digit prime numbers by hand within a couple of hours, but I could not factor their product. $\endgroup$ Commented Dec 6, 2011 at 18:52
  • 23
    $\begingroup$ You overestimate the difficulty of multiplying by hand, I think. It’s 400 single-digit multiplications plus 40 sums of no more than 21 numbers. Shouldn’t take more than 15 or 20 minutes, by my reckoning. $\endgroup$
    – Jon Purdy
    Commented Dec 8, 2011 at 13:25
  • 7
    $\begingroup$ Well, I said "within". I was being cautious. So I can do that, but I can't factor the product by hand. $\endgroup$ Commented Dec 8, 2011 at 17:30
  • 2
    $\begingroup$ mathoverflow.net/questions/207321/… (also: mathoverflow.net/a/325126/88133) $\endgroup$ Commented Sep 2, 2019 at 2:53
24
$\begingroup$

Take a look at the suggestions and the comments of each one.

Suggestions:

1 - $x^{x^{x^{x^{\cdot^{{\cdot}^{\cdot}}}}}}=2$, Solve for $x$.

2 - Poincaré conjecture (Every simply connected, closed 3-manifold is homeomorphic to the 3-sphere.).

3 - The Continuum Hypothesis (First Hilbert problem). This question is indecidible.

Comments:

1 - This problem looks a very hard one. How to find $x$ when we raised it to it infinite times and this should be equal to $2$.

The truth is this problem could be solved on a "easy" way. See this my own question.

2 - This question is a very hard one. It has proved by Grigori Perelman. See this link for more details.

3 - This question is "impossible" because is indecidible and find a final answer isn't possible. Reference.

$\endgroup$
8
  • $\begingroup$ To be more precise: Perelman proved Thurston's conjecture; Poincaré drops out as a side result. $\endgroup$ Commented Dec 6, 2011 at 18:46
  • 17
    $\begingroup$ +1 for only person to mention a problem that is actually "impossible" (as opposed to all the others who listed open problems) $\endgroup$ Commented Dec 7, 2011 at 21:28
  • 5
    $\begingroup$ @PaulOstrowski, $\sqrt{2}^{\sqrt{2}^{\sqrt{2}^{\ldots}}}=2$. So, that question have a solution. $\endgroup$
    – GarouDan
    Commented Dec 8, 2011 at 22:22
  • 4
    $\begingroup$ @PaulOstrowski, you're wrong. This converge to 2. Take a read in this wikipedia article. $\endgroup$
    – GarouDan
    Commented Dec 9, 2011 at 19:13
  • 2
    $\begingroup$ @PaulOstrowski: if $x\lt2$, then $\sqrt{2}^x\lt\sqrt{2}^2=2$, so $\sqrt{2}^{\sqrt{2}^{\sqrt{2}^{\,^{\cdot^{\cdot^{\cdot^{\sqrt{2}}}}}}}}\lt2$. Furthermore, if $x\lt2$, then $\sqrt{2}^x\gt x$, so the chain is increasing and bounded above. $\endgroup$
    – robjohn
    Commented Sep 6, 2019 at 3:05
15
$\begingroup$

Irrationality of the Riemann zeta function at integer values.

$\zeta(2)$ is irrational. This won't be an obvious fact to those without a mathematics background, but most mathematicians are familiar with a proof that $\zeta(2)=\frac{\pi^2}{6}$. (And there are similar statements for the zeta function of even integers).

$\zeta(3)$ is irrational. Known, but not until 1978. Here we have irrationality, but no closed expression in terms of well-understood constants. (Nor, to my knowledge, is there any reason to expect such an expression to exist).

$\zeta(5)$ is irrational. Open. We know that $\zeta(2k+1)$ is irrational infinitely often, and least one of $\zeta(5)$, $\zeta(7)$, $\zeta(9)$, and $\zeta(11)$ is irrational.

(See this post for links to more details. The Wikipedia article on Apéry's Theorem also lists some results.)

$\endgroup$
10
$\begingroup$

What positive integers can be written as the sum of two squares? Sum of three squares? Sum of four?

For two squares, it's all positive integers of the form $a^2b$, where $b$ isn't divisible by any prime of the form $4k+3$, and the proof is easy.

For four squares, it's all positive integers, and the proof is moderately difficult, but covered in any course on number theory.

For three squares, it's positive integers not of the form $4^a (8b+7)$ and, while not impossible, the proof is considerably more difficult than the previous two.

$\endgroup$
8
$\begingroup$

Sometimes a problem which seems very hard turns out to be "easy" because someone was clever enough to look at it in just the correct way. Two examples of this:

a. Construct lots of non-homiltonian planar 3-valent 3-connected graphs (such graphs can be realized by convex 3-dimensional polyhedra) The Grinberg condition provides a nifty approach to finding such graphs easily: http://en.wikipedia.org/wiki/Grinberg%27s_theorem

b. Klee's art gallery problem: find the number of vertex guards that are sometimes necessary and always sufficient to "see" all of the interior of a plane simple polygon with n vertices. V. Chvatal and Steve Fisk found simple ways to answer this question: http://en.wikipedia.org/wiki/Art_gallery_theorem

$\endgroup$
4
$\begingroup$

Have you considered the famous classification of all finite simple groups? See here for the history of this effort. In addition and intimately related, the conjecture of Burnside (1911): every finite group of odd order is solvable (or equivalently: every finite simple group has even order), which was settled by Walter Feit and John Thompson in 1963.

$\endgroup$
4
$\begingroup$

This famous pell equation $$\Large{ 61 x^{2} + 1 =y^{2}}$$ has an trivial solution $(0,\pm{1})$. But if you were to look out for positive integral solutions then the smallest positive integral solution is given by $(226153980,1766319049)$. More on this here at this link

$\endgroup$
4
$\begingroup$

Let $D(M)=$ the collection of Dedekind cuts in the structure $M=(X,<)$.

(a) $|D(\mathbb{Q})|=|\mathbb{R}|$ (this is relatively easy)

(b) For any dense linear order $M=(X,<)$, $2^{|M|} \geq |D(M)|$ (this one is a little more challenging)

(c) For any dense linear order $M=(X,<)$, $2^{|M|}=|D(M)|$ (this one is impossible, since it is independent of ZFC).

$\endgroup$
4
$\begingroup$

1) There is an infinite number of integer solutions to $a^2+b^2=c^2$ with $abc \neq 0$

2) There are no integer solutions to $a^n+b^n=c^n$ with $abc \neq 0$ and $n \geq 3$

3) If $a^x+b^y=c^z$ where $a,b,c,x,y,z$ are positive integers with $x,y,z >2$ then $a$, $b$ and $c$ have a common prime factor.

$\endgroup$
1
$\begingroup$
  1. $\zeta(2) = \sum_n \frac{1}{n^2} = \frac{\pi^2}{6}$

  2. $\zeta(1+it) \neq 0$

  3. $\zeta(s)=0$ $\implies$ $\Re(s)= 1/2$, if $s$ is lies in the right half-plane.

$\endgroup$
1
  • $\begingroup$ Hmm, aren't there trivial roots of the zeta, which do not have $ \Re(s) \ne \frac12$? $\endgroup$ Commented Sep 23, 2020 at 10:24

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .