Skip to main content
OlympiadHQ

Browse · MathNet

Print

Winter Mathematical Competition

Bulgaria counting and probability

Problem

Find the minimum possible number of the edges of a graph with vertices having the following property:

a) If we draw an arbitrary new edge then a new triangle (3-clique) appears.

b) If we draw an arbitrary new edge then a new 4-clique appears.
Solution
a) Let be a graph with the required property and minimum possible number of edges. If is not connected then adding a new edge which connects two components does not give a new 3-clique, a contradiction. Therefore is connected and it has at least edges. On the other hand, the graph has the required property. ( is the graph with vertices which are divided into two sets of and elements, respectively, and two vertices are adjacent if and only if they belong to different sets; the edges are obviously .) Thus the answer is .

b) Consider a graph with vertices and edges all pairs , , together with . This graph has vertices, edges and adding any new edge increases the number of the 4-cliques. Hence the required minimum number does not exceed . We shall prove by induction on that the minimum possible number of edges is and it is attained only for a graph as above. The assertion is obvious for . Assume that the assertion is proved for graphs with or less vertices. Let be a graph with the required property having , vertices and minimum possible number of edges.

Since adding of a new edge increases the number of the 4-cliques, the graph has four vertices which determine exactly five edges joining them. Next we assume that the missing edge is . Let be the graph which is obtained from by cluing the vertices and (i.e. we remove and from , add a new vertex and save all remaining vertices; the new vertex is adjacent exactly to these vertices which were adjacent to at least one of and , all old edges are saved). Then Hence the graph has vertices, possesses the required property and has at most edges. Then the induction hypothesis implies that has exactly edges and it has the structure described above – two vertices of degree and all remaining of degree 2. At least one of the vertices of degree is or , say . Then the degree of in is . Denote by the graph obtained from by removing the vertex and all edges from it. The graph has at most edges since has at most edges. Moreover, has the property considered in a). Therefore it follows from the solution of a) that . It is easy to see now that has the required structure and this completes the induction step.
Final answer
a) n - 1; b) 2n - 3

Techniques

Graph TheoryColoring schemes, extremal argumentsInduction / smoothing