IMO 2026

Day 1

There are 20262026 integers greater than 11 written on a blackboard, not necessarily different. In a move, Confucius chooses two integers m>1m > 1 and n>1n > 1 from different places on the blackboard and replaces these two integers with gcd(m,n)\gcd(m, n) and lcm(m,n)gcd(m,n)\dfrac{\operatorname{lcm}(m, n)}{\gcd(m, n)}. He continues to make moves while it is possible to do so.

(a) Prove that, regardless of the choices of Confucius, after finitely many moves, exactly one integer MM on the blackboard is greater than 11.

(b) Prove that the value of MM does not depend on the choices of Confucius.

Solution
Theorem

Let SS be the multiset of all numbers on the board at any point. For a fixed prime pp and an integer xx, let vp(x)v_p(x) denote the exponent of pp in the prime factorisation of xx (with vp(1)=0v_p(1)=0). Consider the multiset

Ep={vp(x):xS}.E_p = \{v_p(x) : x \in S\}.

When we replace m,nm,n with g=gcd(m,n)g=\gcd(m,n) and h=lcm(m,n)gcd(m,n)h=\dfrac{\operatorname{lcm}(m,n)}{\gcd(m,n)}, we have for each prime pp:

vp(g)=min(a,b),vp(h)=ab,v_p(g) = \min(a,b), \qquad v_p(h) = |a-b|,

where a=vp(m)a=v_p(m) and b=vp(n)b=v_p(n).

Definition

For a fixed prime pp, the operation replaces the two exponents a,ba,b with min(a,b)\min(a,b) and ab|a-b|. This is exactly one step of the Euclidean algorithm applied to the pair (a,b)(a,b).

Remark

The sum of all pp-exponents on the board strictly decreases in every move that affects the exponents of pp, because

min(a,b)+ab=max(a,b)<a+b\min(a,b) + |a-b| = \max(a,b) < a+b

unless one of a,ba,b is zero.

Since the sum of exponents for each prime is a positive integer that strictly decreases whenever a move involves two numbers both divisible by pp, the process must terminate. At termination, for each prime pp, at most one number on the board has vp>0v_p > 0.

Hence, when no further moves are possible, exactly one integer MM on the board exceeds 11. The value MM is the product over all primes pp of pdpp^{\,d_p}, where dpd_p is the greatest common divisor of all initial pp-exponents — i.e. M=gcdM = \gcd of all original numbers. This is independent of Confucius’s choices.

Let ABCABC be a triangle and let points MM and NN be the midpoints of sides ABAB and ACAC, respectively. Let points KK and LL be chosen strictly inside triangles BMCBMC and BNCBNC, respectively, such that KK lies strictly inside triangle LBALBA, and LL lies strictly inside triangle ACKACK. Suppose that

BKC=BLC=90.\angle BKC = \angle BLC = 90^\circ.

Let OO be the circumcentre of triangle AKLAKL. Prove that OM=ONOM = ON.

Solution

Let nn be a positive integer. Liu Bang and Xiang Yu have a stick of length 11 and want to divide it between themselves. Liu marks at most nn points on the stick, and then Xiang marks at most nn points on the stick. The marked points are distinct. Then, the stick is cut at all marked points, creating a number of pieces. Afterwards, they take turns claiming any unclaimed piece of the stick, with Liu going first. Each player’s goal is to maximise the total length of their own pieces.

For each nn, determine the largest value cc such that Liu may guarantee a total length of at least cc, regardless of Xiang’s play.

Solution

Day 2

Shan-Yu and Mulan are playing a game. Let θ\theta be an angle with 0<θ<1800^\circ < \theta < 180^\circ known to both players. Initially, Shan-Yu makes a paper triangle TT with measurements of his choice. Then, they repeatedly perform the following steps:

  • If TT has at least one angle measuring exactly θ\theta, then the game stops and Mulan wins.
  • Otherwise, Mulan chooses a point PP on the perimeter of TT, different from its three vertices. She then makes a straight cut from PP to the opposite vertex of TT, splitting it into two triangles.
  • Shan-Yu discards one of the two triangles. The remaining triangle becomes the new TT.

For which real values of θ\theta can Mulan guarantee her victory in finitely many steps, no matter how Shan-Yu plays?

Solution

Let R>0\mathbb{R}_{>0} be the set of positive real numbers. Determine all functions f ⁣:R>0R>0f\colon \mathbb{R}_{>0} \to \mathbb{R}_{>0} such that

x2+f(y)2f(x)+y2xf(y)\sqrt{x^2 + f(y)^2} \ge \frac{f(x) + y}{2} \ge \sqrt{x\,f(y)}

for every x,yR>0x, y \in \mathbb{R}_{>0}.

Solution

Let a1,a2,a3,a_1, a_2, a_3, \ldots be an infinite sequence of positive integers greater than 11. Suppose that for all positive integers nn, the number an+1a_{n+1} is the smallest positive integer greater than ana_n such that

gcd(an+1,ai)>1for every i=1,2,,n.\gcd(a_{n+1}, a_i) > 1 \quad \text{for every } i = 1, 2, \ldots, n.

Prove that there exist positive integers TT and LL such that

an+T=an+Lfor every positive integer n.a_{n+T} = a_n + L \quad \text{for every positive integer } n.
Solution