Maths Olympiad Prep

Library / /12 of 14

, 2022

Combinatorics Difficulty 8.8 Shortlist Prove it Balkan Mathematical Olympiad

Find the largest positive integer kk for which there exists a convex polyhedron PP with the following properties:
(a) PP has exactly 20222022 edges.
(b) The degrees of the vertices of PP don't differ by more than 11.
(c) It is possible to colour the edges of PP with kk colours such that for every colour cc, and every pair of vertices (v1v_1, v2v_2) of PP, there is a monochromatic path between v1v_1 and v2v_2 in the colour cc.

Solutions — 2

Solution 1

We divide the solution in two steps, first we prove that k<3k < 3, and then give an inductive construction of PP for k=2k = 2.
Let PP have VV vertices, EE edges and FF faces. Suppose the contrary, that k>2k > 2. We have kk disjoint trees on VV vertices, so E3(V1)E \ge 3(V - 1). This is a contradiction as for every polyhedron we have E3V6E \le 3V - 6.

Now we take k=2k=2 and prove that for every positive integer nn, we can find a convex polyhedron P6nP_{6n} with exactly 6n6n edges that satisfies the condition of the problem.
For n=1n=1, let's consider the tetrahedron ABCDABCD. One colouring that works is: ABAB, ADAD and CDCD are in one colour, and ACAC, BCBC and BDBD are in the other colour.

Suppose we have constructed P6nP_{6n}, here is how to construct P6n+6P_{6n+6}: Consider the triangular face T=xyzT = xyz most recently added to P6nP_{6n}, glue on top of TT a truncated pyramid whose larger base is TT. We are effectively adding 3 new vertices, say xx', yy', zz', 3 faces, and 6 edges, say xxxx', yyyy', zzzz', xyx'y', yzy'z', zxz'x'. We colour xyx'y', xzx'z', yyyy' with the first colour, and all other new edges with the second colour. It is now easy to see that in any one of the colours, a tree on the vertices of P6nP_{6n} in that colour, together with the newly added edges of that colour give a tree on the vertices of P6n+6P_{6n+6} in that colour.

Note that xyzx'y'z' is the most recently added triangular face, so the construction can proceed inductively by glueing another truncated pyramid on top of it. It's easy to see (and prove inductively) that every vertex has degree 3 or 4, so condition (b) is satisfied and we are done.

Solution 2

For the construction we can also use Steinitz's Theorem on the characterization of convex polyhedra: A planar graph is the graph of a convex polyhedron if and only if it is 3-vertex connected. So we can take for example the graph on {v1,v2,,v2n}\{v_1, v_2, \dots, v_{2n}\} with edges v1v2v_1v_2, v2v3v_2v_3, \dots, v2n1v2nv_{2n-1}v_{2n} in one colour and v1v3v_1v_3, v2v4v_2v_4, \dots, v2n2v2nv_{2n-2}v_{2n} and v2nv1v_{2n}v_1 in the other colour. It is easy to get a planar embedding of this graph as for example in the following figure for the case n=4n=4.
Figure 1

This graph is 3-connected: Suppose we remove the vertices viv_i and vjv_j with i<ji < j. If i=1i = 1, j=2j = 2 or i=2n1i = 2n-1, j=2nj = 2n the remaining graph is obviously connected. If 1<i1 < i and j=i+1<2nj = i + 1 < 2n the remaining graph is also connected having the spanning path vi1vi2v1v2nv2n1vi+1v_{i-1}v_{i-2}\cdots v_1v_{2n}v_{2n-1}\cdots v_{i+1}. Otherwise j>i+1j > i + 1 and we have the spanning path v1vi1vi+1vj1vj+1v2nv_1\cdots v_{i-1}v_{i+1}\cdots v_{j-1}v_{j+1}\cdots v_{2n}.

This graph has 2n22n-2 edges so for n=1012n = 1012 it has the required number of edges. Furthermore it satisfies (b) as every vertex has degree 3 or 4.

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.