Find all positive integers $a,n\ge1$ such that for all primes $p$ dividing $a^n-1$, there exists a positive integer $m<n$ such that $p\mid a^m-1$.
Problem
Source: USA January TST for IMO 2012, Problem 4
Tags: number theory unsolved, number theory
23.08.2013 13:37
Oh boy I didn't believe Eric Schneider when he first told me that this was a TST problem. One solution is presented here using Cyclotomic Polynomials.
05.01.2014 01:46
Wait did they specifically mention you couldn't cite Zsigmondy?
27.09.2014 17:34
The title is bad, since Zsigmondy is some-what different than the problem; the fact that all prime divisors of $a^n-1$ must divide $a^m-1$ is not included in the special cases of the theorem. However, here's a solution using the bomb. Solution: By Zsigmondy's theorem, there exists a primitive prime divisor of $a^n-1$ for all $a, n$, except for $(a,n)=(2,6), (2^k-1,2)$. In our first case, we can list out all of the possible $a^m-1$, with $m<n$, and find that none work (the complete list is $31, 15, 7, 3, 1$). Hence, we must examine the second case. If $(a, n)=(2^k-1, 2)$, any prime divisor must divide $(2^k-1)^2-1=(2^k)(2^k-2)=(2^{k+1})(2^{k-1}-1)$. The set of all prime divisors of $a^n-1$ is the set of prime divisors of $2^{k-1}-1$ and $2$. The only possible $m$ to examine is $m=1$, which yields $(2^k-1)-1=2^k-2=2(2^{k-1}-1)$. Thus $a^m-1$ is divisible by all of the prime divisors of $a^n-1$, and our solution set is $(a,n)=(2^k-1,2), (1,n)$, for arbitrary $n$. We are done. $\blacksquare$
16.06.2016 17:35
PlatinumFalcon wrote: The title is bad, since Zsigmondy is some-what different than the problem; the fact that all prime divisors of $a^n-1$ must divide $a^m-1$ is not included in the special cases of the theorem. However, here's a solution using the bomb. Solution: By Zsigmondy's theorem, there exists a primitive prime divisor of $a^n-1$ for all $a, n$, except for $(a,n)=(2,6), (2^k-1,2)$. In our first case, we can list out all of the possible $a^m-1$, with $m<n$, and find that none work (the complete list is $31, 15, 7, 3, 1$). Hence, we must examine the second case. If $(a, n)=(2^k-1, 2)$, any prime divisor must divide $(2^k-1)^2-1=(2^k)(2^k-2)=(2^{k+1})(2^{k-1}-1)$. The set of all prime divisors of $a^n-1$ is the set of prime divisors of $2^{k-1}-1$ and $2$. The only possible $m$ to examine is $m=1$, which yields $(2^k-1)-1=2^k-2=2(2^{k-1}-1)$. Thus $a^m-1$ is divisible by all of the prime divisors of $a^n-1$, and our solution set is $(a,n)=(2^k-1,2), (1,n)$, for arbitrary $n$. We are done. $\blacksquare$ Just a small mistake,$n$ should be larger than 1
27.02.2024 09:00
Our solutions just follow from the edge case exceptions of Zsigmondy's, which can be tested to work: \[\boxed{(1,c), \left(2^c-1, 2\right) ~ \forall ~ c \in \mathbb{N}}.\] Vacuous truth plus slightly ambiguous wording plus known theorem equals not exactly the best candidate for a TST question.
20.07.2024 10:31
For this question, were you allowed zsigmondy? Else, does there exist any elementary way to prove this
17.12.2024 20:16
Just edge cases of zsigmondy.