Maths Olympiad Prep

Library / /5 of 6

, 2018

Combinatorics Difficulty 8.2 Shortlist Prove it Saudi Arabia

The partition of 2n2n positive integers into nn pairs is called square-free if the product of numbers in each pair is not a perfect square. Prove that if for 2n2n distinct positive integers, there exists one square-free partition, then there exists at least n!n! square-free partitions.

Solution

For convenience, let us call integers that are not perfect squares "good" and integers that are perfect squares "bad". We shall prove the given estimation by induction.

Indeed,

For n=1n=1 we only have 1 square-free partition.

For n=2n=2 we have four numbers x1,x2,y1,y2x_{1}, x_{2}, y_{1}, y_{2} with x1y1x_{1}y_{1} and x2y2x_{2}y_{2} are good. Since x12=x1x2x1y2x2y2x_{1}^{2} = \frac{x_{1}x_{2} \cdot x_{1}y_{2}}{x_{2}y_{2}} and the number x2y2x_{2}y_{2} is good, then two numbers x1x2,x1y2x_{1}x_{2}, x_{1}y_{2} cannot be both bad. We have some cases:

- If x1x2,x1y2x_{1}x_{2}, x_{1}y_{2} are both good, then we have two subcases: if x2y1x_{2}y_{1} is good, then we are done; otherwise, consider the ratio y1y2=x2y1x2y2x22y_{1}y_{2} = \frac{x_{2}y_{1} \cdot x_{2}y_{2}}{x_{2}^{2}}, then this number must be good, so the other partition (x1,x2),(y1,y2)\left(x_{1}, x_{2}\right), \left(y_{1}, y_{2}\right) is square-free.

- Otherwise, assume that x1x2x_{1}x_{2} is bad and x1y2x_{1}y_{2} is good. By a similar argument, we have the partition (x1,y2),(x2,y1)\left(x_{1}, y_{2}\right), \left(x_{2}, y_{1}\right).

So in all cases, we always have one more partition, the statement is true for n=2n=2.

Suppose that for some n2n \geq 2, the statement is true. Consider 2n+22n+2 numbers with one square-free partition
(x1,y1),(x2,y2),,(xn+1,yn+1), \left(x_{1}, y_{1}\right), \left(x_{2}, y_{2}\right), \ldots, \left(x_{n+1}, y_{n+1}\right),
First, fix the pair (x1,y1)(x_{1}, y_{1}) then apply the induction hypothesis for the other nn pairs, we have n!n! square-free partitions. After that, take some index 2kn+12 \leq k \leq n+1, then change four numbers x1,y1,xk,ykx_{1}, y_{1}, x_{k}, y_{k} to another partition; so for 2(n1)2(n-1) other pairs, we have at least (n1)!(n-1)! square-free partitions. In total, we get at least
n!+n(n1)!=(n+1)! square-free partitions.  n! + n \cdot (n-1)! = (n+1)! \text{ square-free partitions. }
Hence, the statement is also true for n+1n+1. This finishes our proof.

Remark. We can show an example that satisfies the equality as: p,p2,p3,,pnp, p^{2}, p^{3}, \ldots, p^{n}. We just can make pairs of different parity exponents. \square

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.