Read the latest issue of Notices  Read the latest issue of Bulletin  Shop in the AMS Bookstore  My Account | Cart  
 
American Mathematical Society   
From Euclid to Public-Key Codes 2

From Euclid and Euler to Public-Key Codes



Some basic concepts in number theory

Number theory is the study of the mathematical properties of the integers, or whole numbers---0, 1, 2, 3, ...---and especially that part that concerns divisibility. (A number and its negative have the same divisibility properties, so we will not mention negative numbers explicitly, although we will need them for calculations.)

     x             x7   (mod 11)    

  0              0          
  1              1          
  2        128 = 7  (mod 11)
  3       2187 = 9  (mod 11)
  4      16384 = 5  (mod 11)
  5      78125 = 3  (mod 11)
  6     279936 = 8  (mod 11)
  7     823543 = 6  (mod 11)
  8    2097152 = 2  (mod 11)
  9    4782969 = 4  (mod 11)
 10  10000000 = 10  (mod 11)


Back to: