Advertisement
istinishat

BigMod(farmetts little theorem)

Nov 14th, 2016
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Fermat's little theorem states that if p is a prime number, then for any integer a, the number a p − a is an integer multiple of p. In the notation of modular arithmetic, this is expressed as
  2.  
  3. a^p ≡ a ( mod p )
  4.  
  5. For example, if a = 2 and p = 7, 2^7 = 128, and 128 − 2 = 7 × 18 is an integer multiple of 7.
  6.  
  7. If a is not divisible by p, Fermat's little theorem is equivalent to the statement that a^(p − 1) − 1 is an integer multiple of p, or in symbols
  8.  
  9. a^(p − 1) ≡ 1 ( mod p )
  10.  
  11. For example, if a = 2 and p = 7 then 26 = 64 and 64 − 1 = 63 is thus a multiple of 7.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement