paddykontschak

The ABC conjecture

Sep 11th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. http://news.yahoo.com/mathematician-claims-proof-connection-between-prime-numbers-131737044.html
  2.  
  3. base variables:
  4. n = a number that can't be divided by the square of any number
  5. sqp(n) = square-free part of number n
  6. dpf(n) = distinct prime factor of n
  7. >! = "always greater"
  8.  
  9. for pargraph 3:
  10. dpf(n) * dpf(n) = sqp(n) || largest square-free number obtainable by this equation
  11.  
  12. for pragraph 4:
  13.  
  14. sqp(ABC)
  15. ------- >! 0
  16. C
  17.  
  18. sqp(ABC)^1
  19. ------- >! 1
  20. C
Add Comment
Please, Sign In to add comment