1) Prime numbers are integers greater than 1 that are only divisible by 1 and themselves. They play a central role in number theory and cryptography.
2) Fermat's and Euler's theorems relate to exponentiation modulo prime numbers, and are useful for public key cryptography and primality testing.
3) The Chinese Remainder Theorem allows faster computation by working modulo separate factors rather than their product. It has applications in cryptography.