Would you like to be an author?
Since we can add, subtract, multiply, divide even... what would be missing? Powering! I'm not talking about some power fantasy here, but rather introduce some really really important theorems. Fermat little's theorem proves useful in a great deal of situation, and is along with Euler's theorem a piece of arithmetic you need to know. Arguably the most canonical example of using these is the RSA cryptosystem, whose decryption step is built around Euler's theorem.
Since we want to talk about powers, let's look at powers. And because I like 7, I made a table of all the powers of all the integers modulo 7.
On the last row, there is a clear pattern emerging, what's going on??? Hm, let's try again modulo 5 this time.
Huh, again?! Clearly, there is something going on... Sage confirms this!
Claim (Fermat's Little Theorem): Leta prime.
When, this is equivalent to what we observed:. There are several proofs of Fermat's Little Theorem, but perhaps the fastest is to see it as a consequence of the Euler's Theorem which generalizes it. Still, let's look a bit at some applications of this before moving on.
A first funny thing is the following:. When, this means we have found a non-trivial integer that when multiplied toyields 1. That is, we have found the inverse of, wow. Since the inverse is unique modulo, we can always invert non-zero integers by doing this. From a human point of view, this is really easier than using the extended euclidean algorithm.
Power
0
1
2
3
4
5
6
1
0
1
2
3
4
5
6
2
0
1
4
2
2
4
1
3
0
1
1
6
1
6
6
4
0
1
2
4
4
2
1
5
0
1
4
5
2
3
6
6
0
1
1
1
1
1
1
Power
0
1
2
3
4
1
0
1
2
3
4
2
0
1
4
4
1
3
0
1
3
2
4
4
0
1
1
1
1
A positive integer is a prime if and only if:
Let and s.t. , then:
Let be a prime and , then:
or equivalently:
Todo