A simple problem about 2-factor in graph theory
$begingroup$
For a given graph G(simple,no direction,connected),if every vertex has an even degree, then G has a 2-factor(i.e. there are edge-distinct cycles covering all vertices).
I think I've ever seen this before but I didn't find a proof. Could you please help me with this?
graph-theory
$endgroup$
|
show 7 more comments
$begingroup$
For a given graph G(simple,no direction,connected),if every vertex has an even degree, then G has a 2-factor(i.e. there are edge-distinct cycles covering all vertices).
I think I've ever seen this before but I didn't find a proof. Could you please help me with this?
graph-theory
$endgroup$
$begingroup$
You're missing the hypothesis that $G$ must be regular. Otherwise, there are graphs for which this does not hold; the simplest is this one.
$endgroup$
– Misha Lavrov
Jan 1 at 16:18
$begingroup$
en.wikipedia.org/wiki/Graph_factorization#2-factorization
$endgroup$
– saulspatz
Jan 1 at 16:18
$begingroup$
Maybe you are thinking of the fact that there is an Euler circuit if its connected and every vertex has an even degree?
$endgroup$
– Ben
Jan 1 at 16:25
$begingroup$
By induction on the number of edges. If the graph is even then it has a cycle. remove the edges of this cycle and apply the induction hypothesis to the remaining subgraph
$endgroup$
– mouthetics
Jan 1 at 16:33
$begingroup$
I mean it’s true for 2-regular graphs.
$endgroup$
– Zachary Hunter
Jan 1 at 16:34
|
show 7 more comments
$begingroup$
For a given graph G(simple,no direction,connected),if every vertex has an even degree, then G has a 2-factor(i.e. there are edge-distinct cycles covering all vertices).
I think I've ever seen this before but I didn't find a proof. Could you please help me with this?
graph-theory
$endgroup$
For a given graph G(simple,no direction,connected),if every vertex has an even degree, then G has a 2-factor(i.e. there are edge-distinct cycles covering all vertices).
I think I've ever seen this before but I didn't find a proof. Could you please help me with this?
graph-theory
graph-theory
asked Jan 1 at 15:49
FluquorFluquor
12
12
$begingroup$
You're missing the hypothesis that $G$ must be regular. Otherwise, there are graphs for which this does not hold; the simplest is this one.
$endgroup$
– Misha Lavrov
Jan 1 at 16:18
$begingroup$
en.wikipedia.org/wiki/Graph_factorization#2-factorization
$endgroup$
– saulspatz
Jan 1 at 16:18
$begingroup$
Maybe you are thinking of the fact that there is an Euler circuit if its connected and every vertex has an even degree?
$endgroup$
– Ben
Jan 1 at 16:25
$begingroup$
By induction on the number of edges. If the graph is even then it has a cycle. remove the edges of this cycle and apply the induction hypothesis to the remaining subgraph
$endgroup$
– mouthetics
Jan 1 at 16:33
$begingroup$
I mean it’s true for 2-regular graphs.
$endgroup$
– Zachary Hunter
Jan 1 at 16:34
|
show 7 more comments
$begingroup$
You're missing the hypothesis that $G$ must be regular. Otherwise, there are graphs for which this does not hold; the simplest is this one.
$endgroup$
– Misha Lavrov
Jan 1 at 16:18
$begingroup$
en.wikipedia.org/wiki/Graph_factorization#2-factorization
$endgroup$
– saulspatz
Jan 1 at 16:18
$begingroup$
Maybe you are thinking of the fact that there is an Euler circuit if its connected and every vertex has an even degree?
$endgroup$
– Ben
Jan 1 at 16:25
$begingroup$
By induction on the number of edges. If the graph is even then it has a cycle. remove the edges of this cycle and apply the induction hypothesis to the remaining subgraph
$endgroup$
– mouthetics
Jan 1 at 16:33
$begingroup$
I mean it’s true for 2-regular graphs.
$endgroup$
– Zachary Hunter
Jan 1 at 16:34
$begingroup$
You're missing the hypothesis that $G$ must be regular. Otherwise, there are graphs for which this does not hold; the simplest is this one.
$endgroup$
– Misha Lavrov
Jan 1 at 16:18
$begingroup$
You're missing the hypothesis that $G$ must be regular. Otherwise, there are graphs for which this does not hold; the simplest is this one.
$endgroup$
– Misha Lavrov
Jan 1 at 16:18
$begingroup$
en.wikipedia.org/wiki/Graph_factorization#2-factorization
$endgroup$
– saulspatz
Jan 1 at 16:18
$begingroup$
en.wikipedia.org/wiki/Graph_factorization#2-factorization
$endgroup$
– saulspatz
Jan 1 at 16:18
$begingroup$
Maybe you are thinking of the fact that there is an Euler circuit if its connected and every vertex has an even degree?
$endgroup$
– Ben
Jan 1 at 16:25
$begingroup$
Maybe you are thinking of the fact that there is an Euler circuit if its connected and every vertex has an even degree?
$endgroup$
– Ben
Jan 1 at 16:25
$begingroup$
By induction on the number of edges. If the graph is even then it has a cycle. remove the edges of this cycle and apply the induction hypothesis to the remaining subgraph
$endgroup$
– mouthetics
Jan 1 at 16:33
$begingroup$
By induction on the number of edges. If the graph is even then it has a cycle. remove the edges of this cycle and apply the induction hypothesis to the remaining subgraph
$endgroup$
– mouthetics
Jan 1 at 16:33
$begingroup$
I mean it’s true for 2-regular graphs.
$endgroup$
– Zachary Hunter
Jan 1 at 16:34
$begingroup$
I mean it’s true for 2-regular graphs.
$endgroup$
– Zachary Hunter
Jan 1 at 16:34
|
show 7 more comments
1 Answer
1
active
oldest
votes
$begingroup$
By induction of $E(G)$, the number of edges. Let $G$ be a graph as in your question. Then $G$ has a cycle (To show this consider a maximal path in $G$, it must be cycle.) say $C$. Let $F=Gsetminus E(C)$. It clear that $F$ is still an even graph, however it may not be connected. Apply the induction hypothesis to each component of $F$ and you're done.
$endgroup$
$begingroup$
I mention for completeness that this is a decomposition of the edges, not of the vertices; the resulting cycles are not necessarily vertex-disjoint. (This is not the standard definition of a 2-factor, but it may still be what the question is about, who knows.)
$endgroup$
– Misha Lavrov
Jan 1 at 17:06
add a comment |
Your Answer
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%2f3058598%2fa-simple-problem-about-2-factor-in-graph-theory%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$
By induction of $E(G)$, the number of edges. Let $G$ be a graph as in your question. Then $G$ has a cycle (To show this consider a maximal path in $G$, it must be cycle.) say $C$. Let $F=Gsetminus E(C)$. It clear that $F$ is still an even graph, however it may not be connected. Apply the induction hypothesis to each component of $F$ and you're done.
$endgroup$
$begingroup$
I mention for completeness that this is a decomposition of the edges, not of the vertices; the resulting cycles are not necessarily vertex-disjoint. (This is not the standard definition of a 2-factor, but it may still be what the question is about, who knows.)
$endgroup$
– Misha Lavrov
Jan 1 at 17:06
add a comment |
$begingroup$
By induction of $E(G)$, the number of edges. Let $G$ be a graph as in your question. Then $G$ has a cycle (To show this consider a maximal path in $G$, it must be cycle.) say $C$. Let $F=Gsetminus E(C)$. It clear that $F$ is still an even graph, however it may not be connected. Apply the induction hypothesis to each component of $F$ and you're done.
$endgroup$
$begingroup$
I mention for completeness that this is a decomposition of the edges, not of the vertices; the resulting cycles are not necessarily vertex-disjoint. (This is not the standard definition of a 2-factor, but it may still be what the question is about, who knows.)
$endgroup$
– Misha Lavrov
Jan 1 at 17:06
add a comment |
$begingroup$
By induction of $E(G)$, the number of edges. Let $G$ be a graph as in your question. Then $G$ has a cycle (To show this consider a maximal path in $G$, it must be cycle.) say $C$. Let $F=Gsetminus E(C)$. It clear that $F$ is still an even graph, however it may not be connected. Apply the induction hypothesis to each component of $F$ and you're done.
$endgroup$
By induction of $E(G)$, the number of edges. Let $G$ be a graph as in your question. Then $G$ has a cycle (To show this consider a maximal path in $G$, it must be cycle.) say $C$. Let $F=Gsetminus E(C)$. It clear that $F$ is still an even graph, however it may not be connected. Apply the induction hypothesis to each component of $F$ and you're done.
answered Jan 1 at 16:45
moutheticsmouthetics
52137
52137
$begingroup$
I mention for completeness that this is a decomposition of the edges, not of the vertices; the resulting cycles are not necessarily vertex-disjoint. (This is not the standard definition of a 2-factor, but it may still be what the question is about, who knows.)
$endgroup$
– Misha Lavrov
Jan 1 at 17:06
add a comment |
$begingroup$
I mention for completeness that this is a decomposition of the edges, not of the vertices; the resulting cycles are not necessarily vertex-disjoint. (This is not the standard definition of a 2-factor, but it may still be what the question is about, who knows.)
$endgroup$
– Misha Lavrov
Jan 1 at 17:06
$begingroup$
I mention for completeness that this is a decomposition of the edges, not of the vertices; the resulting cycles are not necessarily vertex-disjoint. (This is not the standard definition of a 2-factor, but it may still be what the question is about, who knows.)
$endgroup$
– Misha Lavrov
Jan 1 at 17:06
$begingroup$
I mention for completeness that this is a decomposition of the edges, not of the vertices; the resulting cycles are not necessarily vertex-disjoint. (This is not the standard definition of a 2-factor, but it may still be what the question is about, who knows.)
$endgroup$
– Misha Lavrov
Jan 1 at 17:06
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%2f3058598%2fa-simple-problem-about-2-factor-in-graph-theory%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
$begingroup$
You're missing the hypothesis that $G$ must be regular. Otherwise, there are graphs for which this does not hold; the simplest is this one.
$endgroup$
– Misha Lavrov
Jan 1 at 16:18
$begingroup$
en.wikipedia.org/wiki/Graph_factorization#2-factorization
$endgroup$
– saulspatz
Jan 1 at 16:18
$begingroup$
Maybe you are thinking of the fact that there is an Euler circuit if its connected and every vertex has an even degree?
$endgroup$
– Ben
Jan 1 at 16:25
$begingroup$
By induction on the number of edges. If the graph is even then it has a cycle. remove the edges of this cycle and apply the induction hypothesis to the remaining subgraph
$endgroup$
– mouthetics
Jan 1 at 16:33
$begingroup$
I mean it’s true for 2-regular graphs.
$endgroup$
– Zachary Hunter
Jan 1 at 16:34