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 14 hours ago









      Especially Lime

      20.9k22655




      20.9k22655










      asked 15 hours ago









      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
            14 hours ago












          • @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
            – Especially Lime
            14 hours ago












          • Awesome. Thank you so much
            – johntc121
            8 hours ago











          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
            14 hours ago












          • @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
            – Especially Lime
            14 hours ago












          • Awesome. Thank you so much
            – johntc121
            8 hours ago















          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
            14 hours ago












          • @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
            – Especially Lime
            14 hours ago












          • Awesome. Thank you so much
            – johntc121
            8 hours ago













          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 14 hours ago









          Especially Lime

          20.9k22655




          20.9k22655












          • 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
            14 hours ago












          • @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
            – Especially Lime
            14 hours ago












          • Awesome. Thank you so much
            – johntc121
            8 hours ago


















          • 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
            14 hours ago












          • @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
            – Especially Lime
            14 hours ago












          • Awesome. Thank you so much
            – johntc121
            8 hours ago
















          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
          14 hours ago






          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
          14 hours ago














          @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
          – Especially Lime
          14 hours ago






          @johntc121 yes, that's exactly right (of course you can also swap $m$ and $n$ in the second case).
          – Especially Lime
          14 hours ago














          Awesome. Thank you so much
          – johntc121
          8 hours ago




          Awesome. Thank you so much
          – johntc121
          8 hours ago


















           

          draft saved


          draft discarded



















































           


          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

          Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

          Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

          A Topological Invariant for $pi_3(U(n))$