How many Hamiltonian cycles in a complete graph cover edges that don't share vertices?
$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.

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
$endgroup$
add a comment |
$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.

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
$endgroup$
add a comment |
$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.

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

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
graph-theory hamiltonian-path
asked Nov 30 '18 at 7:40
potatoguypotatoguy
525
525
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$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}$.
$endgroup$
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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}$.
$endgroup$
add a comment |
$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}$.
$endgroup$
add a comment |
$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}$.
$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}$.
answered Nov 30 '18 at 8:36
plattyplatty
3,370320
3,370320
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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