Progressions and powers of 2, DeMO 2020

Algebra Level 4

Does there exist a real number r r with 1 < r < 2 1<r<2 such that the sequence of positive integers a n = n r n N \large{a_n=\lceil nr\rceil \quad \quad \quad \qquad \forall n\in \mathbb{N}} contains only finitely many powers of 2 2 ?


Notation: \lceil \cdot \rceil denotes the ceiling function .

Yes No

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.

5 solutions

Patrick Corn
Feb 27, 2020

Here's a constructive solution: given r , r, this shows how to construct infinitely many powers of 2 2 in the sequence. In fact, I claim that (certain) powers of 2 2 in the sequence correspond to zeroes in the binary decimal expansion of 1 / r . 1/r.

The bounds on r r imply that if we write 1 / r 1/r in binary, the decimal expansion starts with 0.1 . 0.1\ldots.

We can always find a binary expansion of 1 / r 1/r with infinitely many zeroes: if we couldn't, then the binary expansion would end with the string 01111 , 01111\ldots, which is equivalent to the string 10000 . 10000\ldots. Let us assume we have written the binary expansion of 1 / r 1/r with infinitely many zeroes.

Suppose that the ( k + 1 ) (k+1) st digit after the decimal place in 1 / r 1/r is 0. 0. Then consider the binary expansion of 2 k / r , 2^k/r, which equals an integer n k n_k plus . 0 . .0\ldots. Then 2 k 1 r = 2 k r 1 r \frac{2^k-1}r = \frac{2^k}r - \frac1{r} equals n k . 0 0 . 1 \begin{aligned} n_k&.0\ldots \\ -0&.1\ldots \\ \hline \end{aligned} which is less than n k . n_k.

That is, 2 k 1 r < n k 2 k r 2 k 1 < n k r 2 k \begin{aligned} \frac{2^k-1}r < n_k \le \frac{2^k}r \\ 2^k-1 < n_k r \le 2^k \end{aligned} which means that n k r = 2 k . \lceil n_k r \rceil = 2^k. This holds for infinitely many k , k, so the answer is no . \fbox{no}.

Brilliant!

Simon Kaib - 1 year, 3 months ago
Simon Kaib
Feb 26, 2020

First, notice that for all n n a n + 1 a n = 1 or 2 ( 1 ) a_{n+1}-a_{n}= \, 1 \quad \text{or} \quad 2 \text{} \qquad (1)

Let us begin by assuming that there exists a real number 1 < r < 2 1<r<2 such that the sequence a n a_n contains only finitely many powers of 2 2 . This will lead us to a contradiction. We will now consider such a r r .

There exists a natural number p > 3 p>3 (we demand > 3 >3 since we don’t want to deal with the anomalies which might occur at very small numbers) such that for all integers q p q \geq p , a q \, a_q is not a power of 2 2 . Now, let k k be the unique natural number such that a k 1 < 2 p < a k a_{k-1}<2^p<a_k . Because of fact ( 1 ) (1) and the definition of a n a_n we find that ( k 1 ) r < 2 p 1 and 2 p < k r < 2 p + 1. (k-1)r<2^p-1 \quad \text{and} \quad 2^p<kr<2^p+1. Define 0 < d < 1 0<d<1 such that k r = 2 p + d kr=2^p+d . Subtracting this equation from the left inequality yields r < d 1 r > d + 1. -r<-d-1 \leftrightarrow r>d+1. We will proceed by showing that r > 2 q + 1 d r>2^{q+1}d for all natural numbers q q , which is our desired contradiction since d > 0 d>0 is constant and r < 2 r<2 . This will be done by induction on q q .

Base case ( q = 0 ) (q=0) : we have to show that r > 2 0 + 1 d = 2 d r>2^{0+1}d=2d . We have already shown that r > 1 + d r>1+d . Since 1 > d 1>d , this immediately implies r > 1 + d > d + d = 2 d r>1+d>d+d=2d .

Inductive step (showing that the statement holds for q + 1 q+1 , assuming that it holds for q q ) : our definition of d d immediately implies 2 q + 1 k r = 2 p + ( q + 1 ) + 2 q + 1 d > 2 p + ( q + 1 ) . 2^{q+1}kr=2^{p+(q+1)}+2^{q+1}d>2^{p+(q+1)}. Subtracting this from our inductive hypothesis ( r > 2 q + 1 d r>2^{q+1}d ) yields 2 q + 1 k r r < 2 p + ( q + 1 ) . 2^{q+1}kr-r<2^{p+(q+1)}. Fact ( 1 ) (1) implies 2 q + 1 k r r < 2 p + ( q + 1 ) 1 2^{q+1}kr-r<2^{p+(q+1)}-1 . Subtracting 2 q + 1 k r = 2 p + ( q + 1 ) + 2 q + 1 d 2^{q+1}kr=2^{p+(q+1)}+2^{q+1}d from this implies r > 1 + 2 q + 1 d , r>1+2^{q+1}d, which together with r < 2 r<2 implies r > 2 q + 2 d r>2^{q+2}d and we are done.

Saswat Prakash
Mar 4, 2020

First draw the graph for fn=ceil(2n) and Gn=ceil(n),we find that ,hn= 2^n, meets fn at 2 integral points n=1, n=2; which are consecutive elements of the series A2 , having no integral point in between and r<2. Hence there is no solution for r in the provided range (1,2).

How does it follow that there is no r r which has finitely many powers of 2 2 ?

Simon Kaib - 1 year, 3 months ago
Alapan Das
Feb 27, 2020

This can be easily shown that for some 1 < r < 2 1<r<2 we can either get infinitely many 2 m 2^m or nothing.

Suppose, we have some 1 + p 0 1 n < r < 1 + p 0 n 0 , p 0 1+\frac{p_0-1}{n}<r<1+\frac{p_0}{n_{0}} , p_0\in { 1 , 2 , 3..... n 0 {1,2,3.....n_0} }, we have n 0 r = 2 m \lceil {n_0}{r} \rceil =2^m . From, this we get n 0 + p 0 = 2 m n_0+p_0=2^m ,

Now, if we multiply n 0 n_0 by 2 2 ? Say, n 1 = 2 k n 0 n_1=2^k*{n_0} .

But, it's not mandatory that n 1 + p 1 = 2 m + k n_1+p_1=2^{m+k} , for some p 1 p_1 . Obviously, we shall get here something important, n 1 + p 1 = 2 m + k x , 2 k 1 < x < 2 k n_1+p_1=2^{m+k}-x, 2^{k-1}<x<2^{k}

But, we can fine this out. There will exist infinitely many k k s(obviously they are large enough and shall form a sequence inductively k < k 1 < k 2 < k 3 < . . . . . . k<k_1<k_2<k_3<...... ) such that we will have enough freedom to change n 1 n_1 to m = n 1 + l , l < 2 k m=n_1+l, l<2^{k} such that the x x will be vanished.

And in this way we can form infinitely many ( n , p ) (n,p) couple so that n r \lceil{nr}\rceil becomes a power of two. So, their will be no case of finitely many...

Nikola Alfredi
Feb 26, 2020

We can see this problem logically.... The least integer function give the nearest next integer for any given number i.e 8.6 = 9 \displaystyle \lceil 8.6 \rceil = 9

Hence n r > n , r ( 1 , 2 ) \displaystyle \lceil nr \rceil > n , \ \forall r \ \in \ (1,2) .

And as n N \displaystyle n \ \in \ \N thus there cannot be confined set.

But r ( 0 , 1 ) \displaystyle \ \forall r \ \in \ (0,1) we have a possiblity of having confined set giving rise to the possibility of having finite exponents of 2.

I did this way, please do ensure if it is correct.

This is not a valid solution. A set not having an upper bound is not enough to conclude that it contains infinitely many powers of 2 2 . As an example, consider the set of all odd numbers. It does not have an upper bound, yet it certainly contains only finitely many powers of 2 2 . Furthermore, 0 < r < 1 0<r<1 also does not give rise to bounded sets.

Simon Kaib - 1 year, 3 months ago

Log in to reply

Thank you for correcting. Please help me out ! Because I thought that there can be infinite natural numbers thus it would contain all natural numbers greater than 1. Please give me a solution for this question.

Nikola Alfredi - 1 year, 3 months ago

Log in to reply

I have posted my solution.

Simon Kaib - 1 year, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...