整数的质数次方和自身的差是质数的倍数 

 

费马小定理(Fermat Theory)是数论中的一个重要定理,其内容为: 假如p是质数,且Gcd(a,p)=1,那么 a(p-1)≡1(mod p)。即:假如a是整数,p是质数,且a,p互质(即两者只有一个公约数1),那么a的(p-1)次方除以p的余数恒等于1。该定理是1636年皮埃尔·德·费马发现的。
中文名 费马小定理
外文名 Fermat Theory
提出者 皮埃尔·德·费马
提出时间 1636年

 

 

费马小定理(Fermat's little theorem)

https://baike.baidu.com/item/费马小定理

费马小定理(Fermat's little theorem)是
 
The proof of the correctness of RSA is based on Fermat's little theorem, stating that ap − 1 ≡ 1 (mod p) for any integer a and prime p, not dividing a.

 

 

 
 
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
  • 2021-11-30
猜你喜欢
  • 2021-06-28
  • 2021-09-27
相关资源
相似解决方案