The Imomi archipelago consists of $n\geq 2$ islands. Between each pair of distinct islands is a unique ferry line that runs in both directions, and each ferry line is operated by one of $k$ companies. It is known that if any one of the $k$ companies closes all its ferry lines, then it becomes impossible for a traveller, no matter where the traveller starts at, to visit all the islands exactly once (in particular, not returning to the island the traveller started at). Determine the maximal possible value of $k$ in terms of $n$. Anton Trygub, Ukraine
Problem
Source: IMO Shortlist 2023 C7
Tags: combinatorics, graph theory, IMO Shortlist
17.07.2024 15:34
I loudly complained to the mentor who took the training set containing this problem that "I only know one if and only if condition for Hamiltonian graphs and it is unusable". Apparently it is usable
17.07.2024 15:42
This insanely hard problem was proposed by Anton Trygub from Ukraine.
17.07.2024 17:06
24.07.2024 12:37
A incredible abstruse one,took me approximate 7hours to finish.Frankly,the answer above is totally wrong It’s [log2 (8(n-1))/3]
24.07.2024 12:49
ZussimanSupremacy wrote: A incredible abstruse one,took me approximate 7hours to finish.Frankly,the answer above is totally wrong It’s [log2 (8(n-1))/3] …. the official sl booklet said it’s floor(log2n)?
24.07.2024 13:49
I've solved this problem and can attest to the answer being $\lfloor\log_2 n\rfloor$.
24.07.2024 15:05
I am sorry I thought it’s Hamilton cycle
24.07.2024 15:06
But it’s harder for Hamilton cycle
24.07.2024 15:12
My bad ,but I checked the main idea of both cycle and path are the same, I obtained the wrong translation into Chinese
24.07.2024 15:33
Curious as to how considering it instead as a hamiltonian cycle leads to the addition of a division by 3 factor.
15.08.2024 14:07
Redacted.
19.11.2024 04:01
CANBANKAN wrote: squarc_rs3v2m wrote: I loudly complained to the mentor who took the training set containing this problem that "I only know one if and only if condition for Hamiltonian graphs and it is unusable". Apparently it is usable If and only if? wow. Tell me more abt it. Quite literally the Bondy-Chvatal theorem you used???