1. Assume for contradiction: Suppose that gcd(m,n)=1. Then, by properties of the Euler's totient function φ, we have:
gcd(5m−1,5n−1)=5gcd(m,n)−1=51−1=4
2. Claim: φ(5m−1) is square-free.
- Proof: Suppose there exists an odd prime p such that p2∣5m−1. Then p∣φ(5m−1)=5n−1. Consequently, p∣gcd(5m−1,5n−1)=4, which is a contradiction since p is an odd prime. Hence, φ(5m−1) is square-free.
3. Factorization: We can write:
5m−1=2αp1p2…pk
5n−1=2α−1(p1−1)(p2−1)…(pk−1)
4. Claim: α=2.
- Proof: Since gcd(5m−1,5n−1)=4, it follows that α=2. Therefore, we have:
5m−1=4p1p2…pk
5n−1=2(p1−1)(p2−1)…(pk−1)
5. **Parity of n**: If n were even, then:
5n−1≡(−3)n−1≡(−1)n−1≡0(mod4)
This is a contradiction, so n must be odd.
6. Claim: pi≡−1(mod5).
- Proof: Since 5n≡1(modpi), by the quadratic reciprocity law, pi is a quadratic residue modulo 5. Thus, pi≡±1(mod5). If pi≡1(mod5), then:
5n−1≡1−1≡0(mod5)
This is a contradiction. Therefore, pi≡−1(mod5).
7. Contradiction: Given pi≡−1(mod5), we have:
4≡5m−1≡4p1p2…pk≡4k+1(mod5)
This forces k to be even. However:
4≡5n−1≡2(p1−1)(p2−1)…(pk−1)≡2⋅3k≡2⋅(−1)2k(mod5)
This is a contradiction. Therefore, our initial assumption that gcd(m,n)=1 must be false.
■