How does treewidth behave under graph minor operations?
$begingroup$
It is a well-known fact that for any minor H of a graph G (commonly written as $H leq_m G$), the treewidth of H is smaller than or equal to that of G.
Minors of a graph are created through the operations of (1) vertex deletion, (2) edge deletion and (3) edge contraction. I am curious as to whether one can bound the decrease in treewidth when applying any single operation from (1)-(3).
Of particular interest for me is the question whether said decrease can always be bounded by some constant.
graph-theory discrete-mathematics graph-minors treewidth
$endgroup$
add a comment |
$begingroup$
It is a well-known fact that for any minor H of a graph G (commonly written as $H leq_m G$), the treewidth of H is smaller than or equal to that of G.
Minors of a graph are created through the operations of (1) vertex deletion, (2) edge deletion and (3) edge contraction. I am curious as to whether one can bound the decrease in treewidth when applying any single operation from (1)-(3).
Of particular interest for me is the question whether said decrease can always be bounded by some constant.
graph-theory discrete-mathematics graph-minors treewidth
$endgroup$
add a comment |
$begingroup$
It is a well-known fact that for any minor H of a graph G (commonly written as $H leq_m G$), the treewidth of H is smaller than or equal to that of G.
Minors of a graph are created through the operations of (1) vertex deletion, (2) edge deletion and (3) edge contraction. I am curious as to whether one can bound the decrease in treewidth when applying any single operation from (1)-(3).
Of particular interest for me is the question whether said decrease can always be bounded by some constant.
graph-theory discrete-mathematics graph-minors treewidth
$endgroup$
It is a well-known fact that for any minor H of a graph G (commonly written as $H leq_m G$), the treewidth of H is smaller than or equal to that of G.
Minors of a graph are created through the operations of (1) vertex deletion, (2) edge deletion and (3) edge contraction. I am curious as to whether one can bound the decrease in treewidth when applying any single operation from (1)-(3).
Of particular interest for me is the question whether said decrease can always be bounded by some constant.
graph-theory discrete-mathematics graph-minors treewidth
graph-theory discrete-mathematics graph-minors treewidth
edited Feb 17 at 20:51
D.W.♦
99.5k12121286
99.5k12121286
asked Feb 17 at 13:41
SmeltQuakeSmeltQuake
283
283
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The decrease in tree width of any of the three operations will be 0 or 1. The proof is simple (I will take the case of the vertex deletion).
Let $G$ be the original graph and $G' = G - v$ be the graph obtained by deleting $v$.
Let $T'$ be an optimal tree decomposition of $G'$, with $text{tw}(G') = w'$.
Now, construct $T$ from $T'$ by adding $v$ to every bag of $T'$. Clearly, $T$ is a tree decomposition for $G$ with width $text{tw}(G) leq text{tw}(T) = 1 + text{tw}(G') = 1 + w'$.
$endgroup$
1
$begingroup$
Indeed, it seems trivial now. Thank you.
$endgroup$
– SmeltQuake
Feb 17 at 15:06
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: "419"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
},
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%2fcs.stackexchange.com%2fquestions%2f104467%2fhow-does-treewidth-behave-under-graph-minor-operations%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$
The decrease in tree width of any of the three operations will be 0 or 1. The proof is simple (I will take the case of the vertex deletion).
Let $G$ be the original graph and $G' = G - v$ be the graph obtained by deleting $v$.
Let $T'$ be an optimal tree decomposition of $G'$, with $text{tw}(G') = w'$.
Now, construct $T$ from $T'$ by adding $v$ to every bag of $T'$. Clearly, $T$ is a tree decomposition for $G$ with width $text{tw}(G) leq text{tw}(T) = 1 + text{tw}(G') = 1 + w'$.
$endgroup$
1
$begingroup$
Indeed, it seems trivial now. Thank you.
$endgroup$
– SmeltQuake
Feb 17 at 15:06
add a comment |
$begingroup$
The decrease in tree width of any of the three operations will be 0 or 1. The proof is simple (I will take the case of the vertex deletion).
Let $G$ be the original graph and $G' = G - v$ be the graph obtained by deleting $v$.
Let $T'$ be an optimal tree decomposition of $G'$, with $text{tw}(G') = w'$.
Now, construct $T$ from $T'$ by adding $v$ to every bag of $T'$. Clearly, $T$ is a tree decomposition for $G$ with width $text{tw}(G) leq text{tw}(T) = 1 + text{tw}(G') = 1 + w'$.
$endgroup$
1
$begingroup$
Indeed, it seems trivial now. Thank you.
$endgroup$
– SmeltQuake
Feb 17 at 15:06
add a comment |
$begingroup$
The decrease in tree width of any of the three operations will be 0 or 1. The proof is simple (I will take the case of the vertex deletion).
Let $G$ be the original graph and $G' = G - v$ be the graph obtained by deleting $v$.
Let $T'$ be an optimal tree decomposition of $G'$, with $text{tw}(G') = w'$.
Now, construct $T$ from $T'$ by adding $v$ to every bag of $T'$. Clearly, $T$ is a tree decomposition for $G$ with width $text{tw}(G) leq text{tw}(T) = 1 + text{tw}(G') = 1 + w'$.
$endgroup$
The decrease in tree width of any of the three operations will be 0 or 1. The proof is simple (I will take the case of the vertex deletion).
Let $G$ be the original graph and $G' = G - v$ be the graph obtained by deleting $v$.
Let $T'$ be an optimal tree decomposition of $G'$, with $text{tw}(G') = w'$.
Now, construct $T$ from $T'$ by adding $v$ to every bag of $T'$. Clearly, $T$ is a tree decomposition for $G$ with width $text{tw}(G) leq text{tw}(T) = 1 + text{tw}(G') = 1 + w'$.
edited Feb 17 at 14:39
answered Feb 17 at 14:14
Pål GDPål GD
6,9652342
6,9652342
1
$begingroup$
Indeed, it seems trivial now. Thank you.
$endgroup$
– SmeltQuake
Feb 17 at 15:06
add a comment |
1
$begingroup$
Indeed, it seems trivial now. Thank you.
$endgroup$
– SmeltQuake
Feb 17 at 15:06
1
1
$begingroup$
Indeed, it seems trivial now. Thank you.
$endgroup$
– SmeltQuake
Feb 17 at 15:06
$begingroup$
Indeed, it seems trivial now. Thank you.
$endgroup$
– SmeltQuake
Feb 17 at 15:06
add a comment |
Thanks for contributing an answer to Computer Science 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%2fcs.stackexchange.com%2fquestions%2f104467%2fhow-does-treewidth-behave-under-graph-minor-operations%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