Powers of 102?

Let A = 10 2 1 , 10 2 2 , 10 2 3 , A={102^1, 102^2, 102^3, \cdots} . How many primes p p are there such that A A has at least one element a a such that a 1 (mod p) a \equiv -1 \text{ (mod p)} ?

For example, one such prime is 103 103 , because 10 2 1 1 (mod 103) 102^1 \equiv -1 \text{ (mod 103)} .

17 3 There are an infinite number of such primes 2 102

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Rahul Saha
Jul 12, 2015

We show that gcd ( 10 2 2 k + 1 , 10 2 2 l + 1 ) = 1 \gcd(102^{2^k}+1,102^{2^l}+1)=1 by emulating the proof that any two different Fermat numbers are coprime. Suppose that there exists a prime p p that divides both 10 2 2 k + 1 102^{2^k}+1 and 10 2 2 l + 1 102^{2^l}+1 , where k l k\neq l . Assume WOLOG that k > l k>l . Then, 10 2 2 k 1 ( m o d p ) 102^{2^k}\equiv -1\pmod p ( 10 2 2 k ) 2 k l ( 1 ) 2 l k 1 ( m o d p ) \implies (102^{2^k})^{2^{k-l}}\equiv (-1)^{2^{l-k}}\equiv 1 \pmod p 10 2 2 l 1 ( m o d p ) \implies 102^{2^l}\equiv 1\pmod p

Now this means that p p divides both 10 2 2 l + 1 102^{2^l}+1 and 10 2 2 l 1 102^{2^l}-1 which implies p p divides 2 2 , clearly a contradiction.

Now this implies that there exists infinitely many primes that divide 10 2 t + 1 102^t+1 for t = 1 , 2 , t=1,2,\cdots .

I don't quite understand: how does proving they are coprime mean there are infinitely many primes dividing 10 2 t + 1 102^t + 1 ? And what's t?

Alexander Baumgartner - 5 years, 2 months ago

Log in to reply

Take $t$ to be powers of $2$.

Rahul Saha - 5 years, 2 months ago

102^{2^1}+1, 102^{2^2}+1, 102^{2^3}+1, ..., 102^{2^k}+1 are all relative prime to each other. Now for each number in this series, either the number itself is prime, or the number is a product of primes, but in any case, these prime(s) cannot be shared amongst other numbers in the series. So every number in the series adds at least one new prime to a list of primes.

Ron van den Burg - 3 years, 6 months ago

My rationale was simply that A A is a set with an infinite number of elements. And there are an infinite number of prime numbers. Therefore, there must be an infinite number of primes p p . Correct me if I am wrong.

Shashank Rammoorthy - 4 years, 8 months ago

Log in to reply

Consider the set { 2 , 4 , 6 , 8 , 10 , . . . } \{2,4,6,8,10,...\} - there are an infinite number of integers in this set too - therefore by your logic, an infinite number of these must be prime.

Rahul Saha - 4 years, 8 months ago

Log in to reply

Right, makes sense now. Thanks.

Shashank Rammoorthy - 4 years, 8 months ago

You can also just suppose there are only finitely many primes that do this, p 1,...p k. Notice they cant divide 102. Then look at 102 to the power of the product of these primes minus 1, i.e. 102^(p 1-1)(p 2-1)... (p k-1). This will be congruent to 1 mod p i for all such p i, by fermat's little theorem. So adding one will not be congruent to -1 modp i for all i, since non of the p_i =2. But clearly this number is divisible by some prime, not in our list.

Shoe Shoe - 4 years, 6 months ago

Log in to reply

Oops, I mixed up what I was trying to do. What I originally used was that the multiplicative subgroup without 0 of Z_p is cyclic, but that is not elementary so I tried to do something different and got mixed up. Oh well.

Shoe Shoe - 4 years, 6 months ago

Log in to reply

Sorry, let me clarify, my solution does work, but when I originally did it, I was able to sort of say precisely what form the non valid primes would be, but I cant do that this way.

Shoe Shoe - 4 years, 6 months ago

Oops there are mistakes in my sketch below, but the strategy does work. Im sure there is enough info to figure out the correct thing I should have said at the end. :-)

Shoe Shoe - 4 years, 6 months ago

How does ( 10 2 2 k ) 2 k l 1 ( m o d p ) 10 2 2 l 1 (102^{2^k})^{2^{k-l}}\equiv 1 (\mod p) \implies 102^{2^l}\equiv 1 ?

Hansen Chen - 1 year, 8 months ago

There might be a mistake. I'd say it should be changed to "Assume WLOG that k < l k\red{<}l ", and in the second step, we get

( 10 2 2 k ) 2 l k = \Rightarrow\quad\left(102^{2^k}\right)^{2^{\red{l-k}}}=\ldots

Otherwise, it seems to be correct. And before I forget: This is beautiful!

Carsten Meyer - 1 year, 1 month ago

This is a very well thought-out proof, and much more elegant than mine.

Josh Speckman - 5 years, 11 months ago
Josh Speckman
Jul 11, 2015

We can rewrite a 1 (mod p) a \equiv -1 \text{ (mod p)} as a + 1 0 (mod p) a+1 \equiv 0 \text{ (mod p)} . Now, we look back to our original sequence. We note that the only primes which will divide terms in this sequence are 2 , 3 , 17 {2,3,17} . Thus, we apply Kobayachi's Theorem, which states that if an infinite sequence of positive integers S S only has a finite number of prime divisors (a prime divisor of a sequence is a prime that divides a term of the sequence), then shifting all of the terms by any positive integer will yield a new set, S S' , which has an infinite number of prime divisors. We let the sequence S S be A A , the positive integer by which we shift be 1 1 , and it follows that there are an infinite number of primes which satisfy this property.

It seems to me that there should be a proof by contradiction using Euler's Theorem, but for now it eludes me.

Well, I think a majority of Brilliantians won't have any knowledge of any Kobayachi's Theorem! Can you please illustrate a simple understandable proof of Kobayachi's theorem for all of us?

Satyajit Mohanty - 5 years, 11 months ago

Log in to reply

I can't think of a simple proof of the entire statement of Kobayashi's Theorem off of the top of my head, although I think that I can make a convincing argument for powers of some integer x x where t = 1 t=1 , which is all we really need for this problem.

We proceed by contradiction. We let p p be a prime that doesn't divide x x . We look at the value x p 1 x^{p-1} , which, by Euler's Theorem, is equivalent to 1 1 mod p p , so we have proved Kobayashi's theorem for t = 1 t=-1 . Now, look at the sequence B 1 = 2 , x + 1 , x 2 + 1 , B_1={2, x+1, x^2+1, \cdots} , and the sequence B 1 = 0 , x 1 , x 2 1 , B_{-1}={0, x-1, x^2-1, \cdots} . Now, let n n be a prime divisor of B 1 B_{-1} . Note that n n divides x n 1 1 x^{n-1}-1 . Now, if there exists an integer k k such that x k 1 x^k \equiv -1 mod n n , then x n 1 + k + 1 x^{n-1+k} +1 is also divisible by n n . Since x x and n n are relatively prime, powers of x x take on every possible residue mod n n (I think, although I don't know if I can prove this), so n n divides some term of B 1 B_1 as well, so the number of prime divisors of B 1 B_1 is infinite.

Josh Speckman - 5 years, 11 months ago

Log in to reply

Wait no my last statement is false. I do think, whoever, that powers of x x take on the value of 1 (mod n) -1 \text{ (mod n)} , although again, I can't prove it.

Josh Speckman - 5 years, 11 months ago

My rationale was simply that A A is a set with an infinite number of elements. And there are an infinite number of prime numbers. Therefore, there must be an infinite number of primes p p . Correct me if I am wrong.

Shashank Rammoorthy - 4 years, 8 months ago

Do you mean using euclid's theorem? I believe I gave a sketch of it in a comment to Rahul Saha's solution.

Shoe Shoe - 4 years, 6 months ago
Paul Déak
Jan 23, 2017

One of the solution is to use the Zsigsmondy Theorem, which states that there exists a primitive prime divisor of $a^n+1$, exept for $a=6$ and $n=3$

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...