Graph theory in disguise?












2












$begingroup$


There are $2n-1$ two-element subsets of set ${1,2,...,n}$. Prove that one can choose $n$ out of these such that their union contains no more than $frac{2}{3}n+1$ elements.





I was trying this one too and with no success. Then I read the official solution and it is a kind of not natural to me. Can someone try to walk another way?










share|cite|improve this question











$endgroup$

















    2












    $begingroup$


    There are $2n-1$ two-element subsets of set ${1,2,...,n}$. Prove that one can choose $n$ out of these such that their union contains no more than $frac{2}{3}n+1$ elements.





    I was trying this one too and with no success. Then I read the official solution and it is a kind of not natural to me. Can someone try to walk another way?










    share|cite|improve this question











    $endgroup$















      2












      2








      2


      0



      $begingroup$


      There are $2n-1$ two-element subsets of set ${1,2,...,n}$. Prove that one can choose $n$ out of these such that their union contains no more than $frac{2}{3}n+1$ elements.





      I was trying this one too and with no success. Then I read the official solution and it is a kind of not natural to me. Can someone try to walk another way?










      share|cite|improve this question











      $endgroup$




      There are $2n-1$ two-element subsets of set ${1,2,...,n}$. Prove that one can choose $n$ out of these such that their union contains no more than $frac{2}{3}n+1$ elements.





      I was trying this one too and with no success. Then I read the official solution and it is a kind of not natural to me. Can someone try to walk another way?







      combinatorics graph-theory optimization extremal-combinatorics probabilistic-method






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 11 '18 at 15:30







      greedoid

















      asked Jul 15 '17 at 16:10









      greedoidgreedoid

      44k1155109




      44k1155109






















          1 Answer
          1






          active

          oldest

          votes


















          3












          $begingroup$

          We are given a graph $G = (V, E)$ where $V = {v_1,dots,v_n}$ and $|E| = 2n - 1$. What we are trying to do is to remove as few edges as possible to leave as many isolated vertices as possible. To do this, we try to find a vertex of least degree and remove its edges.



          The degree formula says that



          $$ sum_{i = 1}^n deg(v_i) = 2|E| = 4n - 2. $$



          It follows that there is a vertex in $G$ of degree $le 3$. If every vertex had degree $ge 4$ then $sum_{i = 1}^n deg(v_i) ge 4n$, which is impossible.



          Without loss of generality, let this vertex be $v_n$. Then form the graph $G_1 = Gsetminus v = (V_1, E_1)$. Now $|E_1| ge 2n - 4$. Again by the degree formula we have



          $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 tag{1}$$



          We want to conclude that there is a vertex of degree $le 3$. To conclude this, we would like to have an equality in $(1)$. To achieve this we allow ourselves to remove exactly three edges at each step (which might be more than the degree of the vertex we removed). Doing this, we have $2|E_1| = 4(n - 1) - 4$ and we get a vertex of degree $le 3$.



          Inductively, suppose we remove the vertices $v_{n - k + 1}, dots, v_n$ (after possibly relabeling) and $3k$ edges to get the graph $G_k = (V_k, E_k)$ where $|E_k| = 2n - 1 - 3k$. Then we have



          $$ sum_{i = 1}^{n - k} deg(v_i) = 2|E_k| = 4(n - k) - 2 - 2k $$



          so there is a vertex of degree $le 3$.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            How can you deduce this: $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 $$ so again there is a vertex of degree $le 3$.
            $endgroup$
            – greedoid
            Jul 15 '17 at 17:51












          • $begingroup$
            And, what then? Where is a contradiction? With what?
            $endgroup$
            – greedoid
            Jul 15 '17 at 17:56












          • $begingroup$
            @guest It should make sense now.
            $endgroup$
            – Trevor Gunn
            Jul 15 '17 at 18:03






          • 1




            $begingroup$
            You didn't finished explicitly but I can see where are you going (everybody does). So a process will terminate when $|E_k|le 0$ and this is when $nle {3k+1over 2}$. So when $k = {2n+1over 3}$ we get the desired union. Great solution. Thanks! Do you have any idea how to approach with the probabilistic method?
            $endgroup$
            – greedoid
            Jul 15 '17 at 18:12












          • $begingroup$
            @guest It's the same solution as given in the booklet but with graph terminology. Unfortunately I don't know a lot about probabilistic methods in combinatorics.
            $endgroup$
            – Trevor Gunn
            Jul 15 '17 at 18:19











          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "69"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2359773%2fgraph-theory-in-disguise%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3












          $begingroup$

          We are given a graph $G = (V, E)$ where $V = {v_1,dots,v_n}$ and $|E| = 2n - 1$. What we are trying to do is to remove as few edges as possible to leave as many isolated vertices as possible. To do this, we try to find a vertex of least degree and remove its edges.



          The degree formula says that



          $$ sum_{i = 1}^n deg(v_i) = 2|E| = 4n - 2. $$



          It follows that there is a vertex in $G$ of degree $le 3$. If every vertex had degree $ge 4$ then $sum_{i = 1}^n deg(v_i) ge 4n$, which is impossible.



          Without loss of generality, let this vertex be $v_n$. Then form the graph $G_1 = Gsetminus v = (V_1, E_1)$. Now $|E_1| ge 2n - 4$. Again by the degree formula we have



          $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 tag{1}$$



          We want to conclude that there is a vertex of degree $le 3$. To conclude this, we would like to have an equality in $(1)$. To achieve this we allow ourselves to remove exactly three edges at each step (which might be more than the degree of the vertex we removed). Doing this, we have $2|E_1| = 4(n - 1) - 4$ and we get a vertex of degree $le 3$.



          Inductively, suppose we remove the vertices $v_{n - k + 1}, dots, v_n$ (after possibly relabeling) and $3k$ edges to get the graph $G_k = (V_k, E_k)$ where $|E_k| = 2n - 1 - 3k$. Then we have



          $$ sum_{i = 1}^{n - k} deg(v_i) = 2|E_k| = 4(n - k) - 2 - 2k $$



          so there is a vertex of degree $le 3$.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            How can you deduce this: $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 $$ so again there is a vertex of degree $le 3$.
            $endgroup$
            – greedoid
            Jul 15 '17 at 17:51












          • $begingroup$
            And, what then? Where is a contradiction? With what?
            $endgroup$
            – greedoid
            Jul 15 '17 at 17:56












          • $begingroup$
            @guest It should make sense now.
            $endgroup$
            – Trevor Gunn
            Jul 15 '17 at 18:03






          • 1




            $begingroup$
            You didn't finished explicitly but I can see where are you going (everybody does). So a process will terminate when $|E_k|le 0$ and this is when $nle {3k+1over 2}$. So when $k = {2n+1over 3}$ we get the desired union. Great solution. Thanks! Do you have any idea how to approach with the probabilistic method?
            $endgroup$
            – greedoid
            Jul 15 '17 at 18:12












          • $begingroup$
            @guest It's the same solution as given in the booklet but with graph terminology. Unfortunately I don't know a lot about probabilistic methods in combinatorics.
            $endgroup$
            – Trevor Gunn
            Jul 15 '17 at 18:19
















          3












          $begingroup$

          We are given a graph $G = (V, E)$ where $V = {v_1,dots,v_n}$ and $|E| = 2n - 1$. What we are trying to do is to remove as few edges as possible to leave as many isolated vertices as possible. To do this, we try to find a vertex of least degree and remove its edges.



          The degree formula says that



          $$ sum_{i = 1}^n deg(v_i) = 2|E| = 4n - 2. $$



          It follows that there is a vertex in $G$ of degree $le 3$. If every vertex had degree $ge 4$ then $sum_{i = 1}^n deg(v_i) ge 4n$, which is impossible.



          Without loss of generality, let this vertex be $v_n$. Then form the graph $G_1 = Gsetminus v = (V_1, E_1)$. Now $|E_1| ge 2n - 4$. Again by the degree formula we have



          $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 tag{1}$$



          We want to conclude that there is a vertex of degree $le 3$. To conclude this, we would like to have an equality in $(1)$. To achieve this we allow ourselves to remove exactly three edges at each step (which might be more than the degree of the vertex we removed). Doing this, we have $2|E_1| = 4(n - 1) - 4$ and we get a vertex of degree $le 3$.



          Inductively, suppose we remove the vertices $v_{n - k + 1}, dots, v_n$ (after possibly relabeling) and $3k$ edges to get the graph $G_k = (V_k, E_k)$ where $|E_k| = 2n - 1 - 3k$. Then we have



          $$ sum_{i = 1}^{n - k} deg(v_i) = 2|E_k| = 4(n - k) - 2 - 2k $$



          so there is a vertex of degree $le 3$.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            How can you deduce this: $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 $$ so again there is a vertex of degree $le 3$.
            $endgroup$
            – greedoid
            Jul 15 '17 at 17:51












          • $begingroup$
            And, what then? Where is a contradiction? With what?
            $endgroup$
            – greedoid
            Jul 15 '17 at 17:56












          • $begingroup$
            @guest It should make sense now.
            $endgroup$
            – Trevor Gunn
            Jul 15 '17 at 18:03






          • 1




            $begingroup$
            You didn't finished explicitly but I can see where are you going (everybody does). So a process will terminate when $|E_k|le 0$ and this is when $nle {3k+1over 2}$. So when $k = {2n+1over 3}$ we get the desired union. Great solution. Thanks! Do you have any idea how to approach with the probabilistic method?
            $endgroup$
            – greedoid
            Jul 15 '17 at 18:12












          • $begingroup$
            @guest It's the same solution as given in the booklet but with graph terminology. Unfortunately I don't know a lot about probabilistic methods in combinatorics.
            $endgroup$
            – Trevor Gunn
            Jul 15 '17 at 18:19














          3












          3








          3





          $begingroup$

          We are given a graph $G = (V, E)$ where $V = {v_1,dots,v_n}$ and $|E| = 2n - 1$. What we are trying to do is to remove as few edges as possible to leave as many isolated vertices as possible. To do this, we try to find a vertex of least degree and remove its edges.



          The degree formula says that



          $$ sum_{i = 1}^n deg(v_i) = 2|E| = 4n - 2. $$



          It follows that there is a vertex in $G$ of degree $le 3$. If every vertex had degree $ge 4$ then $sum_{i = 1}^n deg(v_i) ge 4n$, which is impossible.



          Without loss of generality, let this vertex be $v_n$. Then form the graph $G_1 = Gsetminus v = (V_1, E_1)$. Now $|E_1| ge 2n - 4$. Again by the degree formula we have



          $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 tag{1}$$



          We want to conclude that there is a vertex of degree $le 3$. To conclude this, we would like to have an equality in $(1)$. To achieve this we allow ourselves to remove exactly three edges at each step (which might be more than the degree of the vertex we removed). Doing this, we have $2|E_1| = 4(n - 1) - 4$ and we get a vertex of degree $le 3$.



          Inductively, suppose we remove the vertices $v_{n - k + 1}, dots, v_n$ (after possibly relabeling) and $3k$ edges to get the graph $G_k = (V_k, E_k)$ where $|E_k| = 2n - 1 - 3k$. Then we have



          $$ sum_{i = 1}^{n - k} deg(v_i) = 2|E_k| = 4(n - k) - 2 - 2k $$



          so there is a vertex of degree $le 3$.






          share|cite|improve this answer











          $endgroup$



          We are given a graph $G = (V, E)$ where $V = {v_1,dots,v_n}$ and $|E| = 2n - 1$. What we are trying to do is to remove as few edges as possible to leave as many isolated vertices as possible. To do this, we try to find a vertex of least degree and remove its edges.



          The degree formula says that



          $$ sum_{i = 1}^n deg(v_i) = 2|E| = 4n - 2. $$



          It follows that there is a vertex in $G$ of degree $le 3$. If every vertex had degree $ge 4$ then $sum_{i = 1}^n deg(v_i) ge 4n$, which is impossible.



          Without loss of generality, let this vertex be $v_n$. Then form the graph $G_1 = Gsetminus v = (V_1, E_1)$. Now $|E_1| ge 2n - 4$. Again by the degree formula we have



          $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 tag{1}$$



          We want to conclude that there is a vertex of degree $le 3$. To conclude this, we would like to have an equality in $(1)$. To achieve this we allow ourselves to remove exactly three edges at each step (which might be more than the degree of the vertex we removed). Doing this, we have $2|E_1| = 4(n - 1) - 4$ and we get a vertex of degree $le 3$.



          Inductively, suppose we remove the vertices $v_{n - k + 1}, dots, v_n$ (after possibly relabeling) and $3k$ edges to get the graph $G_k = (V_k, E_k)$ where $|E_k| = 2n - 1 - 3k$. Then we have



          $$ sum_{i = 1}^{n - k} deg(v_i) = 2|E_k| = 4(n - k) - 2 - 2k $$



          so there is a vertex of degree $le 3$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Jul 15 '17 at 18:03

























          answered Jul 15 '17 at 17:19









          Trevor GunnTrevor Gunn

          14.7k32047




          14.7k32047












          • $begingroup$
            How can you deduce this: $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 $$ so again there is a vertex of degree $le 3$.
            $endgroup$
            – greedoid
            Jul 15 '17 at 17:51












          • $begingroup$
            And, what then? Where is a contradiction? With what?
            $endgroup$
            – greedoid
            Jul 15 '17 at 17:56












          • $begingroup$
            @guest It should make sense now.
            $endgroup$
            – Trevor Gunn
            Jul 15 '17 at 18:03






          • 1




            $begingroup$
            You didn't finished explicitly but I can see where are you going (everybody does). So a process will terminate when $|E_k|le 0$ and this is when $nle {3k+1over 2}$. So when $k = {2n+1over 3}$ we get the desired union. Great solution. Thanks! Do you have any idea how to approach with the probabilistic method?
            $endgroup$
            – greedoid
            Jul 15 '17 at 18:12












          • $begingroup$
            @guest It's the same solution as given in the booklet but with graph terminology. Unfortunately I don't know a lot about probabilistic methods in combinatorics.
            $endgroup$
            – Trevor Gunn
            Jul 15 '17 at 18:19


















          • $begingroup$
            How can you deduce this: $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 $$ so again there is a vertex of degree $le 3$.
            $endgroup$
            – greedoid
            Jul 15 '17 at 17:51












          • $begingroup$
            And, what then? Where is a contradiction? With what?
            $endgroup$
            – greedoid
            Jul 15 '17 at 17:56












          • $begingroup$
            @guest It should make sense now.
            $endgroup$
            – Trevor Gunn
            Jul 15 '17 at 18:03






          • 1




            $begingroup$
            You didn't finished explicitly but I can see where are you going (everybody does). So a process will terminate when $|E_k|le 0$ and this is when $nle {3k+1over 2}$. So when $k = {2n+1over 3}$ we get the desired union. Great solution. Thanks! Do you have any idea how to approach with the probabilistic method?
            $endgroup$
            – greedoid
            Jul 15 '17 at 18:12












          • $begingroup$
            @guest It's the same solution as given in the booklet but with graph terminology. Unfortunately I don't know a lot about probabilistic methods in combinatorics.
            $endgroup$
            – Trevor Gunn
            Jul 15 '17 at 18:19
















          $begingroup$
          How can you deduce this: $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 $$ so again there is a vertex of degree $le 3$.
          $endgroup$
          – greedoid
          Jul 15 '17 at 17:51






          $begingroup$
          How can you deduce this: $$ sum_{i = 1}^{n - 1} deg(v_i) = 2|E_1| ge 4(n - 1) - 4 $$ so again there is a vertex of degree $le 3$.
          $endgroup$
          – greedoid
          Jul 15 '17 at 17:51














          $begingroup$
          And, what then? Where is a contradiction? With what?
          $endgroup$
          – greedoid
          Jul 15 '17 at 17:56






          $begingroup$
          And, what then? Where is a contradiction? With what?
          $endgroup$
          – greedoid
          Jul 15 '17 at 17:56














          $begingroup$
          @guest It should make sense now.
          $endgroup$
          – Trevor Gunn
          Jul 15 '17 at 18:03




          $begingroup$
          @guest It should make sense now.
          $endgroup$
          – Trevor Gunn
          Jul 15 '17 at 18:03




          1




          1




          $begingroup$
          You didn't finished explicitly but I can see where are you going (everybody does). So a process will terminate when $|E_k|le 0$ and this is when $nle {3k+1over 2}$. So when $k = {2n+1over 3}$ we get the desired union. Great solution. Thanks! Do you have any idea how to approach with the probabilistic method?
          $endgroup$
          – greedoid
          Jul 15 '17 at 18:12






          $begingroup$
          You didn't finished explicitly but I can see where are you going (everybody does). So a process will terminate when $|E_k|le 0$ and this is when $nle {3k+1over 2}$. So when $k = {2n+1over 3}$ we get the desired union. Great solution. Thanks! Do you have any idea how to approach with the probabilistic method?
          $endgroup$
          – greedoid
          Jul 15 '17 at 18:12














          $begingroup$
          @guest It's the same solution as given in the booklet but with graph terminology. Unfortunately I don't know a lot about probabilistic methods in combinatorics.
          $endgroup$
          – Trevor Gunn
          Jul 15 '17 at 18:19




          $begingroup$
          @guest It's the same solution as given in the booklet but with graph terminology. Unfortunately I don't know a lot about probabilistic methods in combinatorics.
          $endgroup$
          – Trevor Gunn
          Jul 15 '17 at 18:19


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2359773%2fgraph-theory-in-disguise%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Plaza Victoria

          In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

          How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...