Maths Olympiad Prep

Library / /16 of 37

Combinatorics Difficulty 6.6 National olympiad Find the answer

Given 3030 students such that each student has at most 55 friends and for every 55 students there is a pair of students that are not friends, determine the maximum kk such that for all such possible configurations, there exists kk students who are all not friends.

A number or a short expression. Spacing and $ signs are ignored.

Solution

Given 30 students such that each student has at most 5 friends and for every 5 students there is a pair of students that are not friends, we need to determine the maximum k k such that for all such possible configurations, there exists k k students who are all not friends.

In graph theory terms, we are given a regular graph with 30 vertices and degree 5, with no K5 K_5 subgraphs. We aim to find the maximum size k k of an independent set in such a graph.

We claim that k=6 k = 6 . To show this, we need to construct a graph that satisfies the given conditions and has an independent set of size 6, and also prove that any such graph must have an independent set of at least size 6.

Consider a graph G G with 10 vertices: v1,v2,v3,v4,v5,w1,w2,w3,w4,w5 v_1, v_2, v_3, v_4, v_5, w_1, w_2, w_3, w_4, w_5 . Construct two cycles v1v2v3v4v5 v_1v_2v_3v_4v_5 and w1w2w3w4w5 w_1w_2w_3w_4w_5 , and for i,j{1,2,3,4,5} i, j \in \{1, 2, 3, 4, 5\} , join vi v_i and wj w_j if and only if ij0,±1(mod5) i - j \equiv 0, \pm 1 \pmod{5} . This graph G G has no independent set of size greater than 2 and no K5 K_5 .

Now, consider a graph G G' that consists of three copies of G G . The maximum size of an independent set in G G' is no more than three times the maximum size of an independent set in G G , which is 6. Thus, G G' is a K5 K_5 -free regular graph with degree 5 and an independent set of size at most 6.

To show that any graph satisfying the conditions has an independent set of size 6, we use Turán's Theorem. The complement graph G \overline{G} has 30 vertices and at least 360 edges. If G \overline{G} does not have a K6 K_6 , then by Turán's Theorem, G G can have at most 360 edges, leading to a contradiction. Therefore, G \overline{G} must have an independent set of size 6, implying G G has an independent set of size 6.

Thus, the maximum k k such that there exists k k students who are all not friends is:
6 \boxed{6}

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: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.