Commit 2021-11-05 00:43 41a820dd
View on Github →feat(number_theory/lucas_primality): Add theorem for Lucas primality test (#8820)
This is a PR for adding the Lucas primality test to mathlib. This tells us that a number p
is prime when an element a : zmod p
has order p-1
.