Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skills—perfect for learners of all ages.
Fermat's Little Theorem is a key result in number theory, stating that for a prime number p and an integer a not divisible by p, the expression a^(p-1) is congruent to 1 modulo p. This theorem can help in primality testing, though limitations exist, especially with certain types of composite numbers called Carmichael numbers. The chapter also delves into practical applications of the theorem in calculations and the concepts of pseudo primes and Carmichael numbers.
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
References
ch61.pdfClass Notes
Memorization
What we have learnt
Final Test
Revision Tests
Term: Fermat's Little Theorem
Definition: If p is a prime number and a is an integer such that p does not divide a, then a^(p-1) ≡ 1 (mod p).
Term: Primality Testing
Definition: A method to determine if a number is prime, which can utilize concepts such as Fermat's Little Theorem.
Term: Carmichael Numbers
Definition: Composite numbers that satisfy Fermat's Little Theorem for all bases that are coprime to the number.
Term: Pseudo Prime
Definition: A composite number n that satisfies the condition a^(n-1) ≡ 1 (mod n) for a certain integer a coprime to n.