1 / 41

Mathematical Ideas that Shaped the World

Mathematical Ideas that Shaped the World. Prime numbers. Plan for this class . Why are prime numbers interesting? What is the Prime Number Theorem? How could prime numbers win you a million dollars? How does public key cryptography work? What food did you bring for the maths picnic?!.

forest
Download Presentation

Mathematical Ideas that Shaped the World

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mathematical Ideas that Shaped the World Prime numbers

  2. Plan for this class • Why are prime numbers interesting? • What is the Prime Number Theorem? • How could prime numbers win you a million dollars? • How does public key cryptography work? • What food did you bring for the maths picnic?!

  3. But first... Some mathematical mind reading!

  4. Prime numbers • A prime number is a number which is only divisible by itself and 1. 7 6

  5. The building blocks of numbers • Primes are often known as the building blocks of numbers, since they generate all other numbers. • The Fundamental Theorem of Arithmetic states that every number can be written uniquely as a product of primes. 28 = 22x7, 60 = 22x3x5

  6. Sieve of Eratosthenes • This is an ancient Greek method for finding all prime numbers.

  7. Pattern of the primes • Prime numbers seem to occur randomly. • Sometimes they come in pairs, e.g. (11,13), (29,31), (59,61)… • …and other times there are long gaps between them, e.g. (113, 127) • There is no formula that will predict where the next prime number will be.

  8. Sequences of primes

  9. Fermat primes

  10. Mersenne primes

  11. Mersenne primes

  12. The Ulam Spiral • In 1963 the mathematician Stanislaw Ulam was doodling during a boring meeting…

  13. The Ulam Spiral 200x200 Ulam spiral Sacks spiral

  14. Distribution of the primes • Rather than trying to find patterns in primes, mathematicians started looking at the general distribution of primes among the numbers. • For example, if you pick a random number in the range of 0 to N, what is the chance that this number is prime?

  15. The Prime Number Theorem

  16. Prime counting

  17. The prime number theorem always a bit less than (x)

  18. Enter Riemann • In 1859 Riemann gave an explicit formula for (x). • There was another function, called the Riemann zeta function, which controlled how far away the primes were from their expected positions. Get back over here!! (s)

  19. Bernhard Riemann (1826 – 1866) • Born near Hanover to a poor family. • Was shy, had frequent nervous breakdowns and a fear of public speaking. • Trained to become a pastor but kept getting distracted by maths.

  20. Bernhard Riemann (1826 – 1866) • While studying theology in Göttingen he met Gauss, and was persuaded to switch to maths. • Founded Riemannian geometry – the cornerstone of Einstein’s theory of relativity. • Died of TB at age 40.

  21. The zeta function

  22. The Riemann hypothesis

  23. The Riemann Hypothesis

  24. The Riemann Hypothesis • The position of the zeros of the zeta function dictate the positions of the prime numbers. • The Riemann Hypothesis was Problem 8 of Hilbert’s 1900 list of unsolved problems. • It is now one of 6 remaining Clay Institute Millennium Prize Problems worth $1 million.

  25. The Riemann Hypothesis So far 10,000,000,000,000 zeros have been checked and they all satisfy the conjecture.

  26. Are prime numbers useless? "I have never done anything 'useful'. No discovery of mine has made, or is likely to make, directly or indirectly, for good or ill, the least difference to the amenity of the world.“ G.H.Hardy

  27. Modular arithmetic • What time will it be 28 hours from now? • What day of the week will it be in 30 days? • What is the last digit of 4538729 x 9957397632? • To answer these questions, you have used modular arithmetic!

  28. Modular arithmetic • In modular arithmetic we have a clock with n numbers on. • Whenever we go around we start again at zero. • We say we are working modulo n, or mod n. 0 6 1 2 5 3 4

  29. The problem with cryptography • The usual problem with sending a coded message is that you have to agree on a key for the code beforehand. • A shift on a Caesar cipher • The starting positions for an Enigma machine • An actual key to unlock a box • If anyone finds the key, they can decrypt all your messages.

  30. Public key cryptography • In public key cryptography, there are two different keys: • A public key which can be used to encryptmessages. • A private key which can be used to decryptmessages.

  31. Public key cryptography • Digitally, this system requires mathematical problems which are easy to do in one direction but very difficult to do backwards without the key. • E.g. it is very easy to multiply two primes together, but very difficult to factorise the product without knowing one of the primes. 97 x 53 = 5141

  32. One-way problems • Another example is that it is easy to compute powers modulo a prime, but difficult to find logarithms. 56 = 8 (mod 23)

  33. Diffie-Hellman key exchange • We can use this idea to obtain a shared secret. • Alice and Bob agree on a prime p and a number g. • Alice chooses a secret number a and publishes A = ga (mod p). • Bob chooses a secret number b and publishes B = gb (mod p). • Now both can compute gab (mod p).

  34. RSA cryptography • RSA cryptography was originally invented by the Englishman Clifford Cocks in 1973. • However, this remained secret until 1997 as the work was done for GCHQ. • It is now named after Ron Rivest, Adi Shamir and Leonard Adleman who described the method in 1977.

  35. The RSA algorithm • Choose two nice big primes, p and q. • Compute n =pq. • Compute (n) = (p-1)(q-1) • Choose e so that e and (n) are coprime. • Publish e and n; this is your public key. • Find d = e-1 (mod (n)); this is your private key.

  36. Encryption • Bob wants to send Alice a message M. • Bob knows Alice’s public key: (e,n). • He computes c = Me (mod n). • Alice computes cd (mod n) and recovers M. (using the magic of modular arithmetic and some number theory!)

  37. Problems with RSA • The two primes must be chosen randomly. If many people pick the same prime then the numbers are easy to factorise. • The same plaintext message sent to many different people becomes easy to decrypt. Therefore M is randomised prior to sending. • p and q must not be too close together, and d should be large.

  38. Breaking RSA • Currently the largest number factorised by a general algorithm is 768 bits long. • RSA keys are typically 1024 – 2048 bits long. • Note: a proof of the Riemann Hypothesis is unlikely to break our security systems!

  39. Lessons to take home • Prime numbers are the building blocks of arithmetic. • There is no discernible pattern to the primes, although we understand how they are distributed. • Primes underlie most of our cryptosystems.

  40. Maths Picnic!

More Related