Let $a_1,a_2,\ldots,a_n,\ldots$ be any permutation of all positive integers. Prove that there exist infinitely many positive integers $i$ such that $\gcd(a_i,a_{i+1})\leq \frac{3}{4} i$.
Problem
Source: China TST 2011 - Quiz 3 - D2 - P2
Tags: ceiling function, floor function, number theory unsolved, number theory
21.05.2011 01:22
The hidden content is a proof for existence of an $i$. However, I think you can modify it a little to show that there are infinitely many $i$'s. Many apologies for this mistake. (It is easy to change my incomplete proof to show that for any $\gamma > \frac{3}{4}$, there exist infinitely many $i$ such that $\gcd\left(a_i,a_{i+1}\right) < \gamma i$.)
26.05.2011 15:35
17.02.2012 21:28
Assume for the sake of contradiction that there exists a positive integer $N$ such that $\gcd(a_i,a_{i+1})>3i/4\forall{i\ge N}$, and let $M=\max(a_1,\ldots,a_{N-1})$. We will repeatedly use the fact that $\min(a_i,a_{i+1})\ge 1+\lfloor{3i/4}\rfloor$ and $\max(a_i,a_{i+1})\ge 2+2\lfloor{3i/4}\rfloor$ for all $i\ge N$. (*) Now take a sufficiently large $n>M,N$ with $\{1,2,\ldots,M\}\subseteq\{a_1,\ldots,a_N,\ldots,a_{4m-1}\}$. Clearly we have $|\{1,2,\ldots,M\}\cap\{a_1,\ldots,a_{N-1}\}| = N-1$, so $|\{1,2,\ldots,M\}\cap\{a_N,\ldots,a_{4n-1}\}| = M-N+1$ and \begin{align*} |\{M+1,\ldots,6n\}\cap\{a_1,\ldots,a_{4n-1}\}| &=|\{M+1,\ldots,6n\}\cap\{a_N,\ldots,a_{4n-1}\}| \\ &\le 4n-1-N+1-(M-N+1)=4n-M-1. \end{align*}On the other hand, if $a_i\le 6n$, then by (*) and the fact that $1+\lfloor{3(8n)/4}\rfloor=1+6n$ we have $i\le 8n-1$. Furthermore, if $4n\le i\le 8n-1$, then $\max(a_i,a_{i+1})\ge 2+2\lfloor{3(4n)/4}\rfloor=2+6n$, so we can't have $a_i,a_{i+1}\le 6n$. Thus \begin{align*} 6n-M=|\{M+1,\ldots,6n\}\cap\{a_i\}_{i=1}^{\infty}| &=|\{M+1,\ldots,6n\}\cap\{a_i\}_{i=N}^{8n-1}| \\ &\le (4n-M-1)+\frac{8n-1-4n+1}{2}=6n-M-1, \end{align*}contradiction.
04.05.2015 18:02
How much can the bound $ 3/4 $ be lowered?
08.08.2019 08:01
One can prove the constant is at least $\frac{1}{2}$ by constructing a sequence. However, the 'best' constant I know so far is $\sqrt{3}-1$, which is far from $1/2$.
08.03.2020 08:20
Using techniques similar to math154's we can replace the constant with $\frac{8}{11}(<\sqrt{3}-1)$.
27.01.2021 15:35
Here's a pretty quick proof for the original problem: Suppose there exists a positive integer $N$ such that $\gcd(a_i,a_{i+1})>3i/4\forall{i\ge N}$, then using the fact that all integers appears at least once in the sequence, we have that for any $k>N$, all integers from $1$ to $3k$ must appear among $a_1,a_2,\ldots a_{4k-1}$. Let $S_k = \{1,2,\ldots 3k\}$. Hence among $a_{2k},a_{2k+1},\ldots a_{4k-1}$ we can find at least $k+1$ of them belonging to $S_k$, thus there must exist $i$ with $2k\le i \le 4k-2$ such that $a_i, a_{i+1}$ both belong to $S_k$. Then since $a_i$ and $a_{i+1}$ are distinct, $\gcd(a_i,a_{i+1})\le \frac{3k}{2} = \frac{3}{4} (2k)$ and we are done.