Let $n\ge 2$ be an integer. Given numbers $a_1, a_2, \ldots, a_n \in \{1,2,3,\ldots,2n\}$ such that $\operatorname{lcm}(a_i,a_j)>2n$ for all $1\le i<j\le n$, prove that $$a_1a_2\ldots a_n \mid (n+1)(n+2)\ldots (2n-1)(2n).$$
Problem
Source: Baltic Way 2021, Problem 20
Tags: number theory, number theory proposed, Divisibility, least common multiple
15.11.2021 22:14
This problem was proposed by Burii.
15.11.2021 22:41
rafaello wrote: Let $n\ge 2$ be an integer. Given numbers $a_1, a_2, \ldots, a_n \in \{1,2,3,\ldots,2n\}$ such that $\operatorname{lcm}(a_i,a_j)>2n$ for all $1\le i<j\le n$, prove that $$a_1a_2\ldots a_n \mid (n+1)(n+2)\ldots (2n-1)(2n).$$ Any $n\in\{1,2,\cdots 2n\}$ divides a number $m\in\{n+1,n+2,\cdots,2n\}$. For any $m\in\{n+1,n+2,\cdots,2n\}$ there can't be different $i,j$ with $a_i\mid m,a_j\mid m$. Thus there is a bijektion $\phi:\{1,2,\cdots,n\}\to\{n+1,n+2,\cdots,2n\}$ with $a_{i}\mid\phi(i)$ and $a_1a_2\ldots a_n \mid (n+1)(n+2)\ldots (2n-1)(2n)$.
04.12.2021 22:38
Here is a much less elegant one.
04.12.2021 23:23
All numbers are of the form $2^{x_i}y_i$ where $y_i$ is odd. Because of the condition $\operatorname{lcm}(a_i,a_j)>2n$, $\{y_i|i=1,2,...,n\}=\{1,3,5,...,2n-1\}$. Obviously, there exists $z_i$ for all $i$ such that $n<z_i \le 2n$ and $\frac{z_i}{2^{x_i}y_i}$ is a power of two. Also these $z_i$'s are different because $y_i$ is the largest odd divisor of $z_i$. Thus $\{z_i|i=1,2,...,n\}=\{n+1,n+2,n+3,...,2n\}$.$\square$