How many Hamiltonian cycles in a complete graph cover edges that don't share vertices?












0












$begingroup$


Consider a complete graph, K, that has n vertices.



There is a set of edges within K that have a common property, which is that they do not share vertices anywhere on the graph. Let's call these set of edges "M".



The amount of edges in set M is limited: |M| <= n/2





Question: How many Hamiltonian cycles in graph K contain all the edges in set M? Give your answer in terms of n and |M|.





For the sake of this exercise, let's pretend graph K has 6 vertices.



enter image description here



My answer is that only one Hamiltonian cycle gets to cover all the edges in set M.



The reason for this is that it takes n/2 edges (in this case, 3) to surround the outer circuit of any complete graph.



Once these edges take hold you can't really make any edges inside the graph part of set M because they'd be sharing vertice with those on the outer layer.



Likewise, if you make the edges inside the graph members of set M, you won't be able to make edges on the outer circuit part of set M.



Either way, it seems to me only one Hamiltonian cycle can contain all members of set M.



Am I interpreting this correctly?










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    Consider a complete graph, K, that has n vertices.



    There is a set of edges within K that have a common property, which is that they do not share vertices anywhere on the graph. Let's call these set of edges "M".



    The amount of edges in set M is limited: |M| <= n/2





    Question: How many Hamiltonian cycles in graph K contain all the edges in set M? Give your answer in terms of n and |M|.





    For the sake of this exercise, let's pretend graph K has 6 vertices.



    enter image description here



    My answer is that only one Hamiltonian cycle gets to cover all the edges in set M.



    The reason for this is that it takes n/2 edges (in this case, 3) to surround the outer circuit of any complete graph.



    Once these edges take hold you can't really make any edges inside the graph part of set M because they'd be sharing vertice with those on the outer layer.



    Likewise, if you make the edges inside the graph members of set M, you won't be able to make edges on the outer circuit part of set M.



    Either way, it seems to me only one Hamiltonian cycle can contain all members of set M.



    Am I interpreting this correctly?










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      Consider a complete graph, K, that has n vertices.



      There is a set of edges within K that have a common property, which is that they do not share vertices anywhere on the graph. Let's call these set of edges "M".



      The amount of edges in set M is limited: |M| <= n/2





      Question: How many Hamiltonian cycles in graph K contain all the edges in set M? Give your answer in terms of n and |M|.





      For the sake of this exercise, let's pretend graph K has 6 vertices.



      enter image description here



      My answer is that only one Hamiltonian cycle gets to cover all the edges in set M.



      The reason for this is that it takes n/2 edges (in this case, 3) to surround the outer circuit of any complete graph.



      Once these edges take hold you can't really make any edges inside the graph part of set M because they'd be sharing vertice with those on the outer layer.



      Likewise, if you make the edges inside the graph members of set M, you won't be able to make edges on the outer circuit part of set M.



      Either way, it seems to me only one Hamiltonian cycle can contain all members of set M.



      Am I interpreting this correctly?










      share|cite|improve this question









      $endgroup$




      Consider a complete graph, K, that has n vertices.



      There is a set of edges within K that have a common property, which is that they do not share vertices anywhere on the graph. Let's call these set of edges "M".



      The amount of edges in set M is limited: |M| <= n/2





      Question: How many Hamiltonian cycles in graph K contain all the edges in set M? Give your answer in terms of n and |M|.





      For the sake of this exercise, let's pretend graph K has 6 vertices.



      enter image description here



      My answer is that only one Hamiltonian cycle gets to cover all the edges in set M.



      The reason for this is that it takes n/2 edges (in this case, 3) to surround the outer circuit of any complete graph.



      Once these edges take hold you can't really make any edges inside the graph part of set M because they'd be sharing vertice with those on the outer layer.



      Likewise, if you make the edges inside the graph members of set M, you won't be able to make edges on the outer circuit part of set M.



      Either way, it seems to me only one Hamiltonian cycle can contain all members of set M.



      Am I interpreting this correctly?







      graph-theory hamiltonian-path






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 30 '18 at 7:40









      potatoguypotatoguy

      525




      525






















          1 Answer
          1






          active

          oldest

          votes


















          1












          $begingroup$

          Not quite. The reasoning here is that you can change both the order these special edges appear in the cycle, as well as the order in which they are traversed (which vertex is seen first). In fact, if we let $|M| = m$, the answer should be $boxed{2^{m-1}(n-m-1)!}$; a proof can be found here.



          The counting argument there can be summarized as follows: Fix a particular edge $e in M$ and fix a direction to traverse this edge. Construct the rest of the Hamiltonian cycle by permuting the set of edges in $M setminus {e}$ and the vertices which are not endpoints of any edge in $M$. There are $n - m - 1$ such entities ($n-2m$ vertices which are not endpoints of edges in $M$ and $m-1$ edges in $M setminus {e}$), so $(n-m-1)!$ ways to permute them. But we also have to choose the direction each edge in $M$ is traversed (other than the one which we have already fixed); this adds the additional factor of $2^{m-1}$.






          share|cite|improve this answer









          $endgroup$













            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%2f3019787%2fhow-many-hamiltonian-cycles-in-a-complete-graph-cover-edges-that-dont-share-ver%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









            1












            $begingroup$

            Not quite. The reasoning here is that you can change both the order these special edges appear in the cycle, as well as the order in which they are traversed (which vertex is seen first). In fact, if we let $|M| = m$, the answer should be $boxed{2^{m-1}(n-m-1)!}$; a proof can be found here.



            The counting argument there can be summarized as follows: Fix a particular edge $e in M$ and fix a direction to traverse this edge. Construct the rest of the Hamiltonian cycle by permuting the set of edges in $M setminus {e}$ and the vertices which are not endpoints of any edge in $M$. There are $n - m - 1$ such entities ($n-2m$ vertices which are not endpoints of edges in $M$ and $m-1$ edges in $M setminus {e}$), so $(n-m-1)!$ ways to permute them. But we also have to choose the direction each edge in $M$ is traversed (other than the one which we have already fixed); this adds the additional factor of $2^{m-1}$.






            share|cite|improve this answer









            $endgroup$


















              1












              $begingroup$

              Not quite. The reasoning here is that you can change both the order these special edges appear in the cycle, as well as the order in which they are traversed (which vertex is seen first). In fact, if we let $|M| = m$, the answer should be $boxed{2^{m-1}(n-m-1)!}$; a proof can be found here.



              The counting argument there can be summarized as follows: Fix a particular edge $e in M$ and fix a direction to traverse this edge. Construct the rest of the Hamiltonian cycle by permuting the set of edges in $M setminus {e}$ and the vertices which are not endpoints of any edge in $M$. There are $n - m - 1$ such entities ($n-2m$ vertices which are not endpoints of edges in $M$ and $m-1$ edges in $M setminus {e}$), so $(n-m-1)!$ ways to permute them. But we also have to choose the direction each edge in $M$ is traversed (other than the one which we have already fixed); this adds the additional factor of $2^{m-1}$.






              share|cite|improve this answer









              $endgroup$
















                1












                1








                1





                $begingroup$

                Not quite. The reasoning here is that you can change both the order these special edges appear in the cycle, as well as the order in which they are traversed (which vertex is seen first). In fact, if we let $|M| = m$, the answer should be $boxed{2^{m-1}(n-m-1)!}$; a proof can be found here.



                The counting argument there can be summarized as follows: Fix a particular edge $e in M$ and fix a direction to traverse this edge. Construct the rest of the Hamiltonian cycle by permuting the set of edges in $M setminus {e}$ and the vertices which are not endpoints of any edge in $M$. There are $n - m - 1$ such entities ($n-2m$ vertices which are not endpoints of edges in $M$ and $m-1$ edges in $M setminus {e}$), so $(n-m-1)!$ ways to permute them. But we also have to choose the direction each edge in $M$ is traversed (other than the one which we have already fixed); this adds the additional factor of $2^{m-1}$.






                share|cite|improve this answer









                $endgroup$



                Not quite. The reasoning here is that you can change both the order these special edges appear in the cycle, as well as the order in which they are traversed (which vertex is seen first). In fact, if we let $|M| = m$, the answer should be $boxed{2^{m-1}(n-m-1)!}$; a proof can be found here.



                The counting argument there can be summarized as follows: Fix a particular edge $e in M$ and fix a direction to traverse this edge. Construct the rest of the Hamiltonian cycle by permuting the set of edges in $M setminus {e}$ and the vertices which are not endpoints of any edge in $M$. There are $n - m - 1$ such entities ($n-2m$ vertices which are not endpoints of edges in $M$ and $m-1$ edges in $M setminus {e}$), so $(n-m-1)!$ ways to permute them. But we also have to choose the direction each edge in $M$ is traversed (other than the one which we have already fixed); this adds the additional factor of $2^{m-1}$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Nov 30 '18 at 8:36









                plattyplatty

                3,370320




                3,370320






























                    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%2f3019787%2fhow-many-hamiltonian-cycles-in-a-complete-graph-cover-edges-that-dont-share-ver%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

                    Mont Emei

                    Province de Neuquén

                    Journaliste