Fermat's Little Theorem says that if p is prime and if p and a are coprime then p divides (a^p-a). Now if n is a positive integer is there a function of n f(n) such that if a and n are coprime then p divides (a^f(n)-a)? I have worked on some examples and from the fact that f(p)=p-1 p a prime I think that f(n) is the number of positive integers less than n and coprime to it, but how can it be proved? Note the number of positive integers less than n and coprime to it for the kth power of a prime are (p^(k-1))(p-1).
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Your hunch is correct provided a typo in your statement is corrected. The statement should read n divides af(n)−1 or f(n)=1+Number of numbers relatively prime to n and less than n. The fact that, if f(n) is the number of relatively prime numbers less than n and if gcd(a,n)=1, then n divides af(n)−1, is known as Euler's theorem. Calvin has a wonderful blog post on this. The function f(n) is called the Euler's totient function and is usually denoted as ϕ(n).
Actually Euler's totient function serves as a generalisation to Fermat's Little theorem as this theorem is often referred to as.Since totient function for any prime number p equals (p-1), Fermat's theorem gives us a special case of Euler's theorem