Graph Theory: Partition Edges of Multigraph
$begingroup$
Given a connected multigraph $ G = (V,E) $ show that if $d_G(x)$ is not even $forall x
in V $ or $|E|$ is even there exists a partition of $E = A $ $cup$ $B$ such that:
$|d_A(x) - d_B(x)| leq 1 $ $forall x in V $
where $ d_A(x) $ is the number of edges in $A$ incident to a vertex $x$ in $G$.
graph-theory
$endgroup$
add a comment |
$begingroup$
Given a connected multigraph $ G = (V,E) $ show that if $d_G(x)$ is not even $forall x
in V $ or $|E|$ is even there exists a partition of $E = A $ $cup$ $B$ such that:
$|d_A(x) - d_B(x)| leq 1 $ $forall x in V $
where $ d_A(x) $ is the number of edges in $A$ incident to a vertex $x$ in $G$.
graph-theory
$endgroup$
add a comment |
$begingroup$
Given a connected multigraph $ G = (V,E) $ show that if $d_G(x)$ is not even $forall x
in V $ or $|E|$ is even there exists a partition of $E = A $ $cup$ $B$ such that:
$|d_A(x) - d_B(x)| leq 1 $ $forall x in V $
where $ d_A(x) $ is the number of edges in $A$ incident to a vertex $x$ in $G$.
graph-theory
$endgroup$
Given a connected multigraph $ G = (V,E) $ show that if $d_G(x)$ is not even $forall x
in V $ or $|E|$ is even there exists a partition of $E = A $ $cup$ $B$ such that:
$|d_A(x) - d_B(x)| leq 1 $ $forall x in V $
where $ d_A(x) $ is the number of edges in $A$ incident to a vertex $x$ in $G$.
graph-theory
graph-theory
asked Jan 27 at 20:17
user638879user638879
92
92
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Let $V_o$ be a set of vertices of $G$ with odd degree. Then $|V_o|$ is even. Let $E’={(v_1,v’_1),dots, (v_k,v’_k)}$ be an arbitrary partition of $V_o$ into pairs and $G’$ be a multigraph obtained from $G$ by adding $E’$ to its set of edges. Then $G’$ has a Eulerian cycle $C$. We shall walk along $C$ starting from an arbitrary vertex $v’$ of an added edge $e’$, if there is any, or starting from an arbitrary vertex, otherwise, enumerating edges which we walked until we walk the whole $C$. Now let $A’$ (resp. $B’$) be the set of edges of $Ecup E’$ with even (resp. odd) numbers, $A=A’cap E$, and $B=B’cap E$. Since $C$ is a cycle, $d_{A’}(v)=d_{B’}(v)$ for any vertex $vne v'$ of $G$. Since at most one of edges incident to $v$ belongs to $E’$, then $|d_{A}(v')-d_{B}(v')|le 1$. If $C$ has even length then the same argument imply that $d_{A’}(v’)=d_{B’}(v’)$ and $|d_{A}(v)-d_{B}(v)|le 1$. Otherwise $d_{A’}(v’)=d_{B’}(v’)+2$. Since $| Ecup E’|=|C|$ is odd, the conditions imposed on $G$ imply that $E’$ is non-empty. Then exactly one edge of $G'$ incident to $v’$ (namely, the edge $e’$) belongs to $E’$ and $e’in A’$. Then $$d_A(v’)=d_{A’}(v’)-1=d_{B’}(v’)+1=d_{B}(v’)+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%2f3090063%2fgraph-theory-partition-edges-of-multigraph%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$
Let $V_o$ be a set of vertices of $G$ with odd degree. Then $|V_o|$ is even. Let $E’={(v_1,v’_1),dots, (v_k,v’_k)}$ be an arbitrary partition of $V_o$ into pairs and $G’$ be a multigraph obtained from $G$ by adding $E’$ to its set of edges. Then $G’$ has a Eulerian cycle $C$. We shall walk along $C$ starting from an arbitrary vertex $v’$ of an added edge $e’$, if there is any, or starting from an arbitrary vertex, otherwise, enumerating edges which we walked until we walk the whole $C$. Now let $A’$ (resp. $B’$) be the set of edges of $Ecup E’$ with even (resp. odd) numbers, $A=A’cap E$, and $B=B’cap E$. Since $C$ is a cycle, $d_{A’}(v)=d_{B’}(v)$ for any vertex $vne v'$ of $G$. Since at most one of edges incident to $v$ belongs to $E’$, then $|d_{A}(v')-d_{B}(v')|le 1$. If $C$ has even length then the same argument imply that $d_{A’}(v’)=d_{B’}(v’)$ and $|d_{A}(v)-d_{B}(v)|le 1$. Otherwise $d_{A’}(v’)=d_{B’}(v’)+2$. Since $| Ecup E’|=|C|$ is odd, the conditions imposed on $G$ imply that $E’$ is non-empty. Then exactly one edge of $G'$ incident to $v’$ (namely, the edge $e’$) belongs to $E’$ and $e’in A’$. Then $$d_A(v’)=d_{A’}(v’)-1=d_{B’}(v’)+1=d_{B}(v’)+1.$$
$endgroup$
add a comment |
$begingroup$
Let $V_o$ be a set of vertices of $G$ with odd degree. Then $|V_o|$ is even. Let $E’={(v_1,v’_1),dots, (v_k,v’_k)}$ be an arbitrary partition of $V_o$ into pairs and $G’$ be a multigraph obtained from $G$ by adding $E’$ to its set of edges. Then $G’$ has a Eulerian cycle $C$. We shall walk along $C$ starting from an arbitrary vertex $v’$ of an added edge $e’$, if there is any, or starting from an arbitrary vertex, otherwise, enumerating edges which we walked until we walk the whole $C$. Now let $A’$ (resp. $B’$) be the set of edges of $Ecup E’$ with even (resp. odd) numbers, $A=A’cap E$, and $B=B’cap E$. Since $C$ is a cycle, $d_{A’}(v)=d_{B’}(v)$ for any vertex $vne v'$ of $G$. Since at most one of edges incident to $v$ belongs to $E’$, then $|d_{A}(v')-d_{B}(v')|le 1$. If $C$ has even length then the same argument imply that $d_{A’}(v’)=d_{B’}(v’)$ and $|d_{A}(v)-d_{B}(v)|le 1$. Otherwise $d_{A’}(v’)=d_{B’}(v’)+2$. Since $| Ecup E’|=|C|$ is odd, the conditions imposed on $G$ imply that $E’$ is non-empty. Then exactly one edge of $G'$ incident to $v’$ (namely, the edge $e’$) belongs to $E’$ and $e’in A’$. Then $$d_A(v’)=d_{A’}(v’)-1=d_{B’}(v’)+1=d_{B}(v’)+1.$$
$endgroup$
add a comment |
$begingroup$
Let $V_o$ be a set of vertices of $G$ with odd degree. Then $|V_o|$ is even. Let $E’={(v_1,v’_1),dots, (v_k,v’_k)}$ be an arbitrary partition of $V_o$ into pairs and $G’$ be a multigraph obtained from $G$ by adding $E’$ to its set of edges. Then $G’$ has a Eulerian cycle $C$. We shall walk along $C$ starting from an arbitrary vertex $v’$ of an added edge $e’$, if there is any, or starting from an arbitrary vertex, otherwise, enumerating edges which we walked until we walk the whole $C$. Now let $A’$ (resp. $B’$) be the set of edges of $Ecup E’$ with even (resp. odd) numbers, $A=A’cap E$, and $B=B’cap E$. Since $C$ is a cycle, $d_{A’}(v)=d_{B’}(v)$ for any vertex $vne v'$ of $G$. Since at most one of edges incident to $v$ belongs to $E’$, then $|d_{A}(v')-d_{B}(v')|le 1$. If $C$ has even length then the same argument imply that $d_{A’}(v’)=d_{B’}(v’)$ and $|d_{A}(v)-d_{B}(v)|le 1$. Otherwise $d_{A’}(v’)=d_{B’}(v’)+2$. Since $| Ecup E’|=|C|$ is odd, the conditions imposed on $G$ imply that $E’$ is non-empty. Then exactly one edge of $G'$ incident to $v’$ (namely, the edge $e’$) belongs to $E’$ and $e’in A’$. Then $$d_A(v’)=d_{A’}(v’)-1=d_{B’}(v’)+1=d_{B}(v’)+1.$$
$endgroup$
Let $V_o$ be a set of vertices of $G$ with odd degree. Then $|V_o|$ is even. Let $E’={(v_1,v’_1),dots, (v_k,v’_k)}$ be an arbitrary partition of $V_o$ into pairs and $G’$ be a multigraph obtained from $G$ by adding $E’$ to its set of edges. Then $G’$ has a Eulerian cycle $C$. We shall walk along $C$ starting from an arbitrary vertex $v’$ of an added edge $e’$, if there is any, or starting from an arbitrary vertex, otherwise, enumerating edges which we walked until we walk the whole $C$. Now let $A’$ (resp. $B’$) be the set of edges of $Ecup E’$ with even (resp. odd) numbers, $A=A’cap E$, and $B=B’cap E$. Since $C$ is a cycle, $d_{A’}(v)=d_{B’}(v)$ for any vertex $vne v'$ of $G$. Since at most one of edges incident to $v$ belongs to $E’$, then $|d_{A}(v')-d_{B}(v')|le 1$. If $C$ has even length then the same argument imply that $d_{A’}(v’)=d_{B’}(v’)$ and $|d_{A}(v)-d_{B}(v)|le 1$. Otherwise $d_{A’}(v’)=d_{B’}(v’)+2$. Since $| Ecup E’|=|C|$ is odd, the conditions imposed on $G$ imply that $E’$ is non-empty. Then exactly one edge of $G'$ incident to $v’$ (namely, the edge $e’$) belongs to $E’$ and $e’in A’$. Then $$d_A(v’)=d_{A’}(v’)-1=d_{B’}(v’)+1=d_{B}(v’)+1.$$
answered Jan 28 at 1:56


Alex RavskyAlex Ravsky
42.7k32383
42.7k32383
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%2f3090063%2fgraph-theory-partition-edges-of-multigraph%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