Advertisement
Guest User

Millennium Prize Problems solutions

a guest
Dec 5th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Elementary solutions to the Millennium Prize Problems.
  2.  
  3. 1. P=NP
  4.  
  5. By definition, polynomila algorithms admit decomposition in chains of smaller polynomial algorithms. Consequently, polynomial time algorithms do not solve problems where blocks, whoose order is the same as the underlying problem, require simultaneous resolution. Thus, in fact P≠NP
  6.  
  7. 2. Hodge conjecture
  8.  
  9. Assuming that if a compact Kähler mainfold is complex-analytically rigid, the area-minimizing subvarieties approach complex analytic subvarieties. The set of singularities of an area-minimizng flux is zero in measure. The rest it left to the reader as an easy routine excersize.
  10.  
  11. 3. Riemann hypothesis
  12.  
  13. This is a simple experimental fact. 1013 roots of the Riemann hypothesis have been already tested and it suffices for all practical applications. In fact, one state a suitable statistical hypothesis and check it on the sample of, say, 105 roots.
  14.  
  15. 4. Yang–Mills existence and mass gap
  16.  
  17. Well, discrete infinite bosonic energy-mass spectrum of gauge bosons under Gelfand nuclear triples admits non-perturbative quantization of Yang-Mills fields whence the gauge-invariant quantum spectrum is bounded below. A particular consequence is the existence of the mass gap.
  18.  
  19. 5. Navier–Stokes existence and smoothness
  20.  
  21. haven't worked this one in such detail, but observing that
  22.  
  23. ∥L(u,v)∥2=∑n≥25u22nv22n+1/n2≤C∥(un/n√)∥24∥(vn/n√)∥24≤C∥(un/n√)∥22∥(vn/n√)∥22=C(∑u2n/n)(∑v2n/n)
  24.  
  25. one can easily find at least one closed-form solution applying the bubble integral. In the equation, L is a bilinear operator.
  26.  
  27. 6. Birch and Swinnerton-Dyer conjecture
  28.  
  29. The problem with former attempts has been in the way elliptic curves have been dealt with. But this really admits a proof with a computer by checking the (finitely many) categories of curves.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement