home | index | units | counting | geometry | algebra | trigonometry & functions | calculus
analysis | sets & logic | number theory | recreational | misc | nomenclature & history | physics

Open Questions
or Tough Answers

© 2000-2009  Gérard P. Michon, Ph.D.

It is not because things are difficult
that we do not dare,  it is because
we do not dare that they are difficult.

Lucius Annæus Seneca   (5 BC - AD 65) 
 
As our island of knowledge grows,
so does the shore of our ignorance
.
John Wheeler   (Scientific American, 1992) 

The famous problems discussed below are either still unsolved or remained open for quite a while, in spite of considerable scrutiny.  Some entail substantial cash rewards.

Open questions mentioned elsewhere on this site:

Related articles on this site:

Related Links (Outside this Site)

What's New?  by Terence Tao.
Open Questions in Physics by John Baez.
MathPages Wanted List by Kevin S. Brown.
Proposed Proofs of the Riemann Hypothesis, by Matthew R. Watkins.
Dr. Grigory “Grisha” Perelman's 2002 proof of the  Poincaré conjecture
(generalized as  Thurston's geometrisation conjecture).
Open Problem Garden
Wikipedia :  Riemann Hypothesis

Cash Rewards for Answering Open Questions:

Innocentive
Millenium Prize Problems ($1000 000 each, from the Clay Mathematics Institute).
Million-Dollar Minesweeper: Landon T. Clay's prize for the "P = NP" question.
John Baez's Description of the Millenium Prize Problems.
Origin-of-Life Prize: Whoever explains abiogenesis gets $67500 annuity (20 years).
 
border
border

Open Problems
(or long-standing, recently solved, ones)


(2002-12-07)   Riemann's Hypothesis
The real part of all nontrivial zeroes of Riemann's z function is ½.

 Come back later, we're
 still working on this one...

In 1901, Helge von Koch showed that RH is equivalent to a tight bound between the prime counting function  p(x)  and the Logarithm integral  Li(x), namely:  Helge von Koch 
 (1870-1924)

p(x)   =   Li (x)  +  O ( x½ Log x )

 Come back later, we're
 still working on this one...

14.1347251417346937904572519835624702707842571156992431756855674+
21.0220396387715549926284795938969027773343405249027817546295204+
25.0108575801456887632137909925628218186595496725579966724965420+
30.4248761258595132103118975305840913201815600237154401809621460+
32.9350615877391896906623689640749034888127156035170390092800034+
37.5861781588256712572177634807053328214055973508307932183330011+
40.9187190121474951873981269146332543957261659627772795361613037-
43.3270732809149995194961221654068057826456683718368714468788937-
48.0051508811671597279424727494275160416868440011444251177753125+
49.7738324776723021819167846785637240577231782996766621007819558-
52.9703214777144606441472966088809900638250178888212247799007481+
56.4462476970633948043677594767061275527822644717166318454509698+
59.3470440026023530796536486749922190310987728064666696981224518-
60.8317785246098098442599018245240038029100904512191782571013488+
65.1125440480816066608750542531837050293481492951667224059665011-
67.0798105294941737144788288965222167701071449517455588741966696-
69.5464017111739792529268575265547384430124742096025101573245400-
72.0671576744819075825221079698261683904809066214566970866833062-
75.7046906990839331683269167620303459228119035306974003016477753+
77.1448400688748053726826648563046370157960324492344610417652315-
79.3373750202493679227635928771162281906132467431200308784387205-
82.9103808540860301831648374947706094975088805937821491465713063-
84.7354929805170501057353112068277414171066279342408187027355297-
87.4252746131252294065316678509192132521718864012690281864555579+
88.8091112076344654236823480795093783954448934098186750421998716+
92.4918992705584842962597252418106848787217940277306461750967505-
94.6513440405198869665979258152081539377280270156548520195924743-
95.8706342282453097587410292192467816952564612249879984205292817-
98.8311942181936922333244201386223278206580390634281961028193217+

Extended Riemann Hypothesis

Several statements exists which  seem  true and are simpler and stronger than RH (each of them implies RH but the converse need not be true):

Sebastian Wedeniwski (doctoral dissertation, 2001) :  
Modulo p,  at least one  quadratic nonresidue  is less than   3/2 (Log p)2

Riemann Hypothesis:   MathWorld  |  Prime Pages  |  Clay Mathematics Institute

 Come back later, we're
 still working on this one...


(2002-11-17)   P = NP (?)
What's an NP-complete problem?

A computaional problem is said to be in the class P of polynomial time problems whenever there's an algorithm which can find a valid solution in a number of elementary steps which is always less than a certain polynomial function of the  size  of the input data  (one rough measure of this size could be the number of digits used in a reasonnably thrift encoding of the input data).

The class NP (nondeterministic polynomial time problems) consists of those problems which could be so solved  nondeterministically, which is a fancy way to say that an unlimited number of lucky guesses are allowed in the process which arrives at a solution.  Such a nondeterministic process must still be such that only valid solutions are produced...  To put it in simpler words, a problem is in NP if and only if a solution of it can be  checked  in polynomial time  (an explicit nondeterministic algorithm would then be to guess a correct solution and check it).

Karp discovered that there are problems in NP which he dubbed "NP-complete" because they are at least as tough to solve as any other problem in NP, in the following sense:  Any NP problem can be reduced in polynomial time by a deterministic algorithm to the solution of an NP-complete problem whose data size is no more than a polynomial function of the original input data.

Therefore, if any NP-complete problem could be solved deterministically in polynomial time (i.e., if it was a P problem) then  all  NP problems would be in P and we would thus have  P = NP.

Karp's original NP-complete problem (dubbed SAT) was the satisfiability of boolean expressions:  Is there a way to  satisfy  a given boolean expression (i.e., make it "true") by assigning true/false values to the variables in it?

The SAT problem is clearly in NP (just guess a correct set of values and compute the boolean expression to make sure it's true).  Karp proved from scratch that any problem in NP can be reduced in polynomial time to a commensurable boolean satisfiability problem, thus establishing SAT to be NP-complete.

If a known NP-complete problem like SAT can be reduced polynomially to some NP problem Q, the problem Q is then established to be NP-complete.  This way, from Karp's original NP-complete problem, the list of known NP-complete problems has grown to include literally hundreds of "classical" examples.

The tantalizing thing is that many such NP-complete problems are very practical problems which, at first, look like they could be solved in polynomial time.  Yet, nobody has ever "cracked" one of these in polynomial time or proved that such a thing could not be done...  Therefore we still don't know whether P=NP or not.


(2002-12-21)   The Collatz Problem
Collatz sequences are sequences of integers where N is followed by N/2 if N is even and by 3N+1 if N is odd.  Do they all end up in the same trivial cycle?  (Namely: ... 1, 4, 2, 1, 4, 2, 1 ...)

The problem is named after the German mathematician  Lothar Collatz  (1910-1990)  who formulated the conjecture in 1937.

 Come back later, we're
 still working on this one...

On the Dirichlet inverse of the integers modulo 2   (A087003)

The sequence A087003,  may be defined as the Dirichlet inverse of the character modulo 2.  It was first defined by  Labos E.  as the sum of all the Möbius values found at the points of the Collatz trajectory until a "4" is found  (2003-10-02).

However, Marc Lebrun (2004-02-19) has shown that either definition simply means that A087003 is equal to the Möbius function at odd points and vanishes at even points...  All told, the Collatz sequence itself turns out to be irrelevant !


(2006-08-29)   The Poincaré Conjecture   (1904)
This was proved in 2002 by Grisha Perelman, in the generalized form proposed by Thurston  (geometrisation conjecture).

 Come back later, we're
 still working on this one...

border
border
visits since April 14, 2007
 (c) Copyright 2000-2009, Gerard P. Michon, Ph.D.