Wikipedia:Reference desk/Archives/Mathematics/2016 February 6
Appearance
Mathematics desk | ||
---|---|---|
< February 5 | << Jan | February | Mar >> | February 7 > |
Welcome to the Wikipedia Mathematics Reference Desk Archives |
---|
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
February 6
[edit]question in graph theory
[edit]Hi,
Suppose we have a graph where (), and for all two non-neighbors vertices it holds that . How can we prove that the average degree of this graph is at least ?
Tnanks — Preceding unsigned comment added by 217.132.96.145 (talk) 19:51, 6 February 2016 (UTC)
- Just sum over all vertices, and show that the sum is greater than .
- The idea is to sum over couples of non-neighbors vertices.
- If all the vertices in the graph are neighbors, we're done, since , so each node has degree .
- Also, if all the vertices have degree , we're done.
- Otherwise, there're at least 2 non-neighbors vertices, v and u, that one of which has degree<k, and the second has degree>k.
- We know that . WLOG . So,
- Now, for every vertex, u, which is not a neighbor of v, it holds that . So, .
- Now, we remain only with the neighbors of v.
- If they're all neighbors, then we know that their degree .
- Otherwise, there are two vertices that are not neighbors - fix one of which and continue this way recursively.
- Since the statement (that the average of the degrees over the fixed vertex and its non-neighbors vertices is >= k) holds all the time during the recursion, so the statement is correct.
- Notice that this method of recursion is similar to inducion, that you're probably more familiar with. עברית (talk) 10:39, 8 February 2016 (UTC)
- I'm not clear on everything here but I'm pretty sure there is a flaw in this argument. The statement that there must be a pair of non-neighbors u and v with d(u)<k and d(v)>k does not follow; take k=3 and consider the complete bipartite graph K2,4. Also note that you only need to show that the sum of the degrees is at least |V|k, not 2|V|k. --RDBury (talk) 22:43, 8 February 2016 (UTC)
- Here's what I came up with. First, to simplify notation, let n=|V| = number of vertices in G, and let s be the degree sum = twice the number of edges. So
- We need to show s≥kn. Write
- so
- Split this sum according to u=v, u adjacent to v and u not adjacent to v. I'll use and for adjacent and non-adjacent. (Is there a standard notation for this or do graph theorists have to write "adjacent" all the time?)
- The first sum is simply
- The second sum is
- by a well known inequality I can't remember the name of at the moment. (Please fill this in if you know.) There are n2-n-s terms in the third sum so by assumption this is
- Putting this together gives
- As pointed out above, there must be at least one non-edge so
- and so
- Note, the inequality used above is strict unless the d(u)'s are all equal, so the average degree is strictly greater than k unless G is k-regular. --RDBury (talk) 00:30, 9 February 2016 (UTC)
- Re the inequality used above, the Cauchy–Schwarz inequality says
- and with yi≡1 this is
- but I thought there was another name for this special case. --RDBury (talk) 00:57, 9 February 2016 (UTC)
- Re the inequality used above, the Cauchy–Schwarz inequality says
- Here's what I came up with. First, to simplify notation, let n=|V| = number of vertices in G, and let s be the degree sum = twice the number of edges. So
- I'm not clear on everything here but I'm pretty sure there is a flaw in this argument. The statement that there must be a pair of non-neighbors u and v with d(u)<k and d(v)>k does not follow; take k=3 and consider the complete bipartite graph K2,4. Also note that you only need to show that the sum of the degrees is at least |V|k, not 2|V|k. --RDBury (talk) 22:43, 8 February 2016 (UTC)
Thank you all! — Preceding unsigned comment added by 217.132.96.145 (talk) 16:38, 10 February 2016 (UTC)