Browse · MathNet
PrintChina National Team Selection Test
China counting and probability
Problem
Let be the vertex number of a simple graph (integer ). If the degree of each vertex is not greater than , there exists at least one vertex with degree , and there exists a route with length not greater than between any two vertices. Prove that the minimum number of edges of is .
Remark. A route between two distinct vertices and with length is a sequence of vertices , where and , , are adjacent. (posed by Leng Gangsong)
Remark. A route between two distinct vertices and with length is a sequence of vertices , where and , , are adjacent. (posed by Leng Gangsong)
Solution
For any two distinct vertices and , we say that the distance between and is the shortest length of the route between and . Consider a graph with vertex set , where and are adjacent (), and are not adjacent (), and are adjacent if and only if . Thus, the degree of each is , and the degree of does not exceed It is easy to see that the distance between and is not greater than . So graph satisfies the condition of the problem. has edges.
In the following, we show that any graph satisfying the condition of the problem has at least edges. Let be the set of vertices with degree , be the set of remaining vertices adjacent to , and be the set of remaining vertices adjacent to . Let . We will point out the following facts.
Property 1. Any two vertices in are adjacent. This is because of the fact that if are two vertices, there exist that are adjacent to and , respectively; hence and are adjacent since the distance between and is not greater than .
Property 2. The distance between vertex in and vertex in is . This is because of the fact that if the distance between and is greater than (obviously, distance ), suppose that is adjacent to , then the distance between and is greater than , which is a contradiction. Furthermore, we know this Property 2 means each vertex in is adjacent to some vertex in .
Denote by and the numbers of elements in sets and , respectively. Now count the number of edges; there are edges between points in , edges from points of to , at least edges from points of to , and at least edges from points of to . So, if , then and if , since each degree of vertex is at most , Select a vertex in such that is adjacent as less as possible to vertices in . Suppose the least number is , (by Property 2). Denote the set of these vertices by .
Counting the number of the edges again, there are edges between points in , edges from points of to , at least edges from points of to (by Property 2, the distance from to vertex in is ), at least edges from points of to , and at least edges from points of to . Thus, If , then If , since the degree of each vertex in is at least , when we count the edges from points of to , we should add at least edges, so Summing up, the least number of edges is .
In the following, we show that any graph satisfying the condition of the problem has at least edges. Let be the set of vertices with degree , be the set of remaining vertices adjacent to , and be the set of remaining vertices adjacent to . Let . We will point out the following facts.
Property 1. Any two vertices in are adjacent. This is because of the fact that if are two vertices, there exist that are adjacent to and , respectively; hence and are adjacent since the distance between and is not greater than .
Property 2. The distance between vertex in and vertex in is . This is because of the fact that if the distance between and is greater than (obviously, distance ), suppose that is adjacent to , then the distance between and is greater than , which is a contradiction. Furthermore, we know this Property 2 means each vertex in is adjacent to some vertex in .
Denote by and the numbers of elements in sets and , respectively. Now count the number of edges; there are edges between points in , edges from points of to , at least edges from points of to , and at least edges from points of to . So, if , then and if , since each degree of vertex is at most , Select a vertex in such that is adjacent as less as possible to vertices in . Suppose the least number is , (by Property 2). Denote the set of these vertices by .
Counting the number of the edges again, there are edges between points in , edges from points of to , at least edges from points of to (by Property 2, the distance from to vertex in is ), at least edges from points of to , and at least edges from points of to . Thus, If , then If , since the degree of each vertex in is at least , when we count the edges from points of to , we should add at least edges, so Summing up, the least number of edges is .
Final answer
7/2 n^2 − 3/2 n
Techniques
Graph TheoryColoring schemes, extremal arguments