Difference between revisions of "Fermat's Little Theorem"
(→Proof) |
(→Proof 4 (Geometry)) |
||
Line 95: | Line 95: | ||
<cmath>P(x_1, x_2, \ldots, x_n) \mapsto P(x_2, x_3, \ldots, x_n, x_1)</cmath><br> | <cmath>P(x_1, x_2, \ldots, x_n) \mapsto P(x_2, x_3, \ldots, x_n, x_1)</cmath><br> | ||
− | maps one unit hypercube to a distinct hypercube. Much like the combinatorial proof, this splits the non-main diagonal unit hypercubes into groups of size <math>\color{red}{\text{FUCK YOU!!}}</math>, from which it follows that <math>a^p \equiv a \pmod{p}</math>. Thus, we have another way to visualize the above combinatorial proof, by imagining the described transformation to be, in a sense, a rotation about the main diagonal of the hyp | + | maps one unit hypercube to a distinct hypercube. Much like the combinatorial proof, this splits the non-main diagonal unit hypercubes into groups of size <math>\color{red}{\text{FUCK YOU FOR READING THIS!!}}</math>, from which it follows that <math>a^p \equiv a \pmod{p}</math>. Thus, we have another way to visualize the above combinatorial proof, by imagining the described transformation to be, in a sense, a rotation about the main diagonal of the hyp |
== Problems == | == Problems == |
Revision as of 19:47, 19 August 2017
Fermat's Little Theorem is highly useful in number theory for simplifying the computation of exponents in modular arithmetic (which students should study more at the introductory level if they have a hard time following the rest of this article). This theorem is credited to Pierre de Fermat.
Contents
Statement
If is an integer, is a prime number and is not divisible by , then .
A frequently used corollary of Fermat's Little Theorem is . As you can see, it is derived by multipling both sides of the theorem by . The restated form is nice because we no longer need to restrict ourselves to integers not divisible by .
This theorem is a special case of Euler's Totient Theorem, which states that if and are integers, then , where denotes Euler's totient function. In particular, for prime numbers . In turn, this is a special case of Lagrange's Theorem.
In contest problems, Fermat's Little Theorem is often used in conjunction with the Chinese Remainder Theorem to simplify tedious calculations.
Proof
We offer several proofs using different techniques to prove the statement . If , then we can cancel a factor of from both sides and retrieve the first version of the theorem.
Proof 1 (Induction)
The most straightforward way to prove this theorem is by by applying the induction principle. We fix as a prime number. The base case, , is obviously true. Suppose the statement is true. Then, by the binomial theorem,
Note that divides into any binomial coefficient of the form for . This follows by the definition of the binomial coefficient as ; since is prime, then divides the numerator, but not the denominator.
Taken , all of the middle terms disappear, and we end up with . Since we also know that , then , as desired.
Proof 2 (Inverses)
Let . Then, we claim that the set , consisting of the product of the elements of with , taken modulo , is simply a permutation of . In other words,
Clearly none of the for are divisible by , so it suffices to show that all of the elements in are distinct. Suppose that for . Since , by the cancellation rule, that reduces to , which is a contradiction.
Thus, , we have that the product of the elements of is
Cancelling the factors from both sides, we are left with the statement .
A similar version can be used to prove Euler's Totient Theorem, if we let .
Proof 3 (Combinatorics)
An illustration of the case .
Consider a necklace with beads, each bead of which can be colored in different ways. There are ways to pick the colors of the beads. of these are necklaces that consists of beads of the same color. Of the remaining necklaces, for each necklace, there are exactly more necklaces that are rotationally equivalent to this necklace. It follows that must be divisible by . Written in another way, .
Proof 4 (Geometry)
We imbed a hypercube of side length in (the -th dimensional Euclidean space), such that the vertices of the hypercube are at . A hypercube is essentially a cube, generalized to higher dimensions. This hypercube consists of separate unit hypercubes, with centers consisting of the points
where each is an integer from to . Besides the centers of the unit hypercubes in the main diagonal (from to ), the transformation carrying
maps one unit hypercube to a distinct hypercube. Much like the combinatorial proof, this splits the non-main diagonal unit hypercubes into groups of size , from which it follows that . Thus, we have another way to visualize the above combinatorial proof, by imagining the described transformation to be, in a sense, a rotation about the main diagonal of the hyp
Problems
Introductory
- Compute some examples, for example find , and , and check your answers by calculator where possible.
- Let . What is the units digit of ? (2008 AMC 12A Problems/Problem 15)
- Find mod . (Discussion).
Intermediate
- One of Euler's conjectures was disproved in the 1960s by three American mathematicians when they showed there was a positive integer such that . Find the value of . (1989 AIME, #9)
- If , find the last two digits of . (2008 PUMaC, NT A#4)
Advanced
- Is it true that if is a prime number, and is an integer , then the sum of the products of each -element subset of will be divisible by ?
Hints/Solutions
Introductory:
- Hint: For the first example, we have by FLT (Fermat's Little Theorem). It follows that .
Intermediate:
- Solution (1989 AIME, 9) To solve this problem, it would be nice to know some information about the remainders can have after division by certain numbers. By Fermat's Little Theorem, we know is congruent to modulo 5. Hence,
- Continuing, we examine the equation modulo 3,
- Thus, is divisible by three and leaves a remainder of four when divided by 5. It's obvious that , so the only possibilities are or . It quickly becomes apparent that 174 is much too large, so must be 144.
Advanced:
- Hint: try to establish the identity , and then apply Vieta's formulas.