When does the complete bipartite graph K n,m have an Euler Trail(Path)?











up vote
1
down vote

favorite












So I know that an Euler trail must have no more than two odd degree vertices.



So does this mean that either $n$ or $m$ must be odd? Or is it $n = m + 1$?










share|cite|improve this question




























    up vote
    1
    down vote

    favorite












    So I know that an Euler trail must have no more than two odd degree vertices.



    So does this mean that either $n$ or $m$ must be odd? Or is it $n = m + 1$?










    share|cite|improve this question


























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      So I know that an Euler trail must have no more than two odd degree vertices.



      So does this mean that either $n$ or $m$ must be odd? Or is it $n = m + 1$?










      share|cite|improve this question















      So I know that an Euler trail must have no more than two odd degree vertices.



      So does this mean that either $n$ or $m$ must be odd? Or is it $n = m + 1$?







      proof-verification graph-theory bipartite-graph eulerian-path






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 19 at 10:15









      Especially Lime

      21.2k22656




      21.2k22656










      asked Nov 19 at 10:05









      johntc121

      194




      194






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          You're right that it has an Euler trail if and only if the number of odd-degree vertices is at most $2$.



          In $K_{m,n}$ there are $m$ vertices of degree $n$ and $n$ vertices of degree $n$.



          If $m,n$ are both even then all degrees are even so there is an Euler trail.



          If exactly one of them, say $m$, is odd then there are $n$ vertices of odd degree. So when can there be an Euler trail in this case?



          If $m,n$ are both odd then there are $m+n$ odd degree vertices. When does this give an Euler trail?






          share|cite|improve this answer





















          • So does this mean that there are two possiblities for the odd occurence? Ie... n = m =1? and n =2 and m = odd number >= 1?
            – johntc121
            Nov 19 at 10:30












          • @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
            – Especially Lime
            Nov 19 at 10:49












          • Awesome. Thank you so much
            – johntc121
            Nov 19 at 16:13











          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',
          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%2f3004736%2fwhen-does-the-complete-bipartite-graph-k-n-m-have-an-euler-trailpath%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








          up vote
          2
          down vote



          accepted










          You're right that it has an Euler trail if and only if the number of odd-degree vertices is at most $2$.



          In $K_{m,n}$ there are $m$ vertices of degree $n$ and $n$ vertices of degree $n$.



          If $m,n$ are both even then all degrees are even so there is an Euler trail.



          If exactly one of them, say $m$, is odd then there are $n$ vertices of odd degree. So when can there be an Euler trail in this case?



          If $m,n$ are both odd then there are $m+n$ odd degree vertices. When does this give an Euler trail?






          share|cite|improve this answer





















          • So does this mean that there are two possiblities for the odd occurence? Ie... n = m =1? and n =2 and m = odd number >= 1?
            – johntc121
            Nov 19 at 10:30












          • @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
            – Especially Lime
            Nov 19 at 10:49












          • Awesome. Thank you so much
            – johntc121
            Nov 19 at 16:13















          up vote
          2
          down vote



          accepted










          You're right that it has an Euler trail if and only if the number of odd-degree vertices is at most $2$.



          In $K_{m,n}$ there are $m$ vertices of degree $n$ and $n$ vertices of degree $n$.



          If $m,n$ are both even then all degrees are even so there is an Euler trail.



          If exactly one of them, say $m$, is odd then there are $n$ vertices of odd degree. So when can there be an Euler trail in this case?



          If $m,n$ are both odd then there are $m+n$ odd degree vertices. When does this give an Euler trail?






          share|cite|improve this answer





















          • So does this mean that there are two possiblities for the odd occurence? Ie... n = m =1? and n =2 and m = odd number >= 1?
            – johntc121
            Nov 19 at 10:30












          • @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
            – Especially Lime
            Nov 19 at 10:49












          • Awesome. Thank you so much
            – johntc121
            Nov 19 at 16:13













          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          You're right that it has an Euler trail if and only if the number of odd-degree vertices is at most $2$.



          In $K_{m,n}$ there are $m$ vertices of degree $n$ and $n$ vertices of degree $n$.



          If $m,n$ are both even then all degrees are even so there is an Euler trail.



          If exactly one of them, say $m$, is odd then there are $n$ vertices of odd degree. So when can there be an Euler trail in this case?



          If $m,n$ are both odd then there are $m+n$ odd degree vertices. When does this give an Euler trail?






          share|cite|improve this answer












          You're right that it has an Euler trail if and only if the number of odd-degree vertices is at most $2$.



          In $K_{m,n}$ there are $m$ vertices of degree $n$ and $n$ vertices of degree $n$.



          If $m,n$ are both even then all degrees are even so there is an Euler trail.



          If exactly one of them, say $m$, is odd then there are $n$ vertices of odd degree. So when can there be an Euler trail in this case?



          If $m,n$ are both odd then there are $m+n$ odd degree vertices. When does this give an Euler trail?







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 19 at 10:14









          Especially Lime

          21.2k22656




          21.2k22656












          • So does this mean that there are two possiblities for the odd occurence? Ie... n = m =1? and n =2 and m = odd number >= 1?
            – johntc121
            Nov 19 at 10:30












          • @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
            – Especially Lime
            Nov 19 at 10:49












          • Awesome. Thank you so much
            – johntc121
            Nov 19 at 16:13


















          • So does this mean that there are two possiblities for the odd occurence? Ie... n = m =1? and n =2 and m = odd number >= 1?
            – johntc121
            Nov 19 at 10:30












          • @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
            – Especially Lime
            Nov 19 at 10:49












          • Awesome. Thank you so much
            – johntc121
            Nov 19 at 16:13
















          So does this mean that there are two possiblities for the odd occurence? Ie... n = m =1? and n =2 and m = odd number >= 1?
          – johntc121
          Nov 19 at 10:30






          So does this mean that there are two possiblities for the odd occurence? Ie... n = m =1? and n =2 and m = odd number >= 1?
          – johntc121
          Nov 19 at 10:30














          @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
          – Especially Lime
          Nov 19 at 10:49






          @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
          – Especially Lime
          Nov 19 at 10:49














          Awesome. Thank you so much
          – johntc121
          Nov 19 at 16:13




          Awesome. Thank you so much
          – johntc121
          Nov 19 at 16:13


















          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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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.


          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%2f3004736%2fwhen-does-the-complete-bipartite-graph-k-n-m-have-an-euler-trailpath%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...