Naive definition of treewidthHow large a treewidth can a tree plus half the edges have?What is the correct definition of $k$-tree?Tree width of a particular graphA graph parameter possibly related to treewidthGeneralization of locally bounded treewidth graphsChordal Graphs and maximum independent setsSomething-Treewidth PropertyShortest cycle separator for biconnected planar graphsTreewidth of two complete binary trees joined at their leavesFinding subgraphs with high treewidth and constant degree

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

Have I saved too much for retirement so far?

Finding all intervals that match predicate in vector

Was Spock the First Vulcan in Starfleet?

Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?

What is the opposite of 'gravitas'?

How to be diplomatic in refusing to write code that breaches the privacy of our users

How does residential electricity work?

Mapping a list into a phase plot

What is the oldest known work of fiction?

The plural of 'stomach"

Tiptoe or tiphoof? Adjusting words to better fit fantasy races

Modulo 2 binary long division in European notation

Is there a good way to store credentials outside of a password manager?

If a character can use a +X magic weapon as a spellcasting focus, does it add the bonus to spell attacks or spell save DCs?

Go Pregnant or Go Home

Bash method for viewing beginning and end of file

Can I convert a rim brake wheel to a disc brake wheel?

There is only s̶i̶x̶t̶y one place he can be

Star/Wye electrical connection math symbol

Trouble understanding overseas colleagues

Why does John Bercow say “unlock” after reading out the results of a vote?

Invariants between two isomorphic vector spaces

Why is delta-v is the most useful quantity for planning space travel?



Naive definition of treewidth


How large a treewidth can a tree plus half the edges have?What is the correct definition of $k$-tree?Tree width of a particular graphA graph parameter possibly related to treewidthGeneralization of locally bounded treewidth graphsChordal Graphs and maximum independent setsSomething-Treewidth PropertyShortest cycle separator for biconnected planar graphsTreewidth of two complete binary trees joined at their leavesFinding subgraphs with high treewidth and constant degree













6












$begingroup$


Treewidth has arguably pretty involved definition. Recently I was thinking about a problem and turns out it easy to solve it for graphs with small ``naive treewidth''.



Naive treewidth is defined as follows. Let $G=(V,E)$ be a graph. We say that $G$ has naive treewidth $k$ if there exists a partition $V_1 sqcup V_2 sqcup ldots sqcup V_m = V$ such that $|V_i| le k$ and a tree $T = ([m], E_T)$ such that for every $(u,v) in E$ either $u,v in V_i$ for some $i in [m]$ or $(u,v) in V_i times V_j$ such that $(i,j) in E_T$.



If $T$ is a path than we say that $G$ has naive pathwidth $k$.



For naive pathwidth it is easy to see that it can be much larger than pathwidth. Consider a full binary tree with $2^k$ leaves. It has pathwidth $k-1$. On the other hand notice that if naive pathwidth of a graph is $le t$ than the partition contains at least $V$ blocks. Thus there exists a path in $G$ of length at least $V - 1$. Since the longer path in the full binary tree of height $k$ is $2k$, naive pathwidth of the full binary tree is at least $2^k over 2k$.



Notice that instead of the full binary tree it was possible to use a tree with one vertex connected to the remaining $|V|-1$ vertices which gives even better separation. The reason I've used the binary tree is that for my purposes all graphs have constant degree.



My questions are:



  1. For a graph with small pathwidth (and constant degree if it is needed) can it be shown that it has small naive treewidth? If it is not true, how the counterexample looks like?

  2. The same question for a graph with small treewidth.

Update: for arbitrary degrees there is a separation between treewidth and naive treewidth. The example is a path of length $n$ and a vertex connected to all vertices of the path. Treewidth of such graph is $2$ and naive treewidth is $Omega(sqrtn)$. The proof goes like this: consider the block $B$ containing the vertex of degree $n$. Assume that this block contains at most $sqrtn / 2$ vertices. Then there exists a path in $G - B$ containing at least $2 sqrtn$. Notice that in $T$ all the blocks should be connected to $B$. Thus this path of length $2 sqrtn$ must be contained in a single block.










share|cite|improve this question











$endgroup$
















    6












    $begingroup$


    Treewidth has arguably pretty involved definition. Recently I was thinking about a problem and turns out it easy to solve it for graphs with small ``naive treewidth''.



    Naive treewidth is defined as follows. Let $G=(V,E)$ be a graph. We say that $G$ has naive treewidth $k$ if there exists a partition $V_1 sqcup V_2 sqcup ldots sqcup V_m = V$ such that $|V_i| le k$ and a tree $T = ([m], E_T)$ such that for every $(u,v) in E$ either $u,v in V_i$ for some $i in [m]$ or $(u,v) in V_i times V_j$ such that $(i,j) in E_T$.



    If $T$ is a path than we say that $G$ has naive pathwidth $k$.



    For naive pathwidth it is easy to see that it can be much larger than pathwidth. Consider a full binary tree with $2^k$ leaves. It has pathwidth $k-1$. On the other hand notice that if naive pathwidth of a graph is $le t$ than the partition contains at least $V$ blocks. Thus there exists a path in $G$ of length at least $V - 1$. Since the longer path in the full binary tree of height $k$ is $2k$, naive pathwidth of the full binary tree is at least $2^k over 2k$.



    Notice that instead of the full binary tree it was possible to use a tree with one vertex connected to the remaining $|V|-1$ vertices which gives even better separation. The reason I've used the binary tree is that for my purposes all graphs have constant degree.



    My questions are:



    1. For a graph with small pathwidth (and constant degree if it is needed) can it be shown that it has small naive treewidth? If it is not true, how the counterexample looks like?

    2. The same question for a graph with small treewidth.

    Update: for arbitrary degrees there is a separation between treewidth and naive treewidth. The example is a path of length $n$ and a vertex connected to all vertices of the path. Treewidth of such graph is $2$ and naive treewidth is $Omega(sqrtn)$. The proof goes like this: consider the block $B$ containing the vertex of degree $n$. Assume that this block contains at most $sqrtn / 2$ vertices. Then there exists a path in $G - B$ containing at least $2 sqrtn$. Notice that in $T$ all the blocks should be connected to $B$. Thus this path of length $2 sqrtn$ must be contained in a single block.










    share|cite|improve this question











    $endgroup$














      6












      6








      6


      2



      $begingroup$


      Treewidth has arguably pretty involved definition. Recently I was thinking about a problem and turns out it easy to solve it for graphs with small ``naive treewidth''.



      Naive treewidth is defined as follows. Let $G=(V,E)$ be a graph. We say that $G$ has naive treewidth $k$ if there exists a partition $V_1 sqcup V_2 sqcup ldots sqcup V_m = V$ such that $|V_i| le k$ and a tree $T = ([m], E_T)$ such that for every $(u,v) in E$ either $u,v in V_i$ for some $i in [m]$ or $(u,v) in V_i times V_j$ such that $(i,j) in E_T$.



      If $T$ is a path than we say that $G$ has naive pathwidth $k$.



      For naive pathwidth it is easy to see that it can be much larger than pathwidth. Consider a full binary tree with $2^k$ leaves. It has pathwidth $k-1$. On the other hand notice that if naive pathwidth of a graph is $le t$ than the partition contains at least $V$ blocks. Thus there exists a path in $G$ of length at least $V - 1$. Since the longer path in the full binary tree of height $k$ is $2k$, naive pathwidth of the full binary tree is at least $2^k over 2k$.



      Notice that instead of the full binary tree it was possible to use a tree with one vertex connected to the remaining $|V|-1$ vertices which gives even better separation. The reason I've used the binary tree is that for my purposes all graphs have constant degree.



      My questions are:



      1. For a graph with small pathwidth (and constant degree if it is needed) can it be shown that it has small naive treewidth? If it is not true, how the counterexample looks like?

      2. The same question for a graph with small treewidth.

      Update: for arbitrary degrees there is a separation between treewidth and naive treewidth. The example is a path of length $n$ and a vertex connected to all vertices of the path. Treewidth of such graph is $2$ and naive treewidth is $Omega(sqrtn)$. The proof goes like this: consider the block $B$ containing the vertex of degree $n$. Assume that this block contains at most $sqrtn / 2$ vertices. Then there exists a path in $G - B$ containing at least $2 sqrtn$. Notice that in $T$ all the blocks should be connected to $B$. Thus this path of length $2 sqrtn$ must be contained in a single block.










      share|cite|improve this question











      $endgroup$




      Treewidth has arguably pretty involved definition. Recently I was thinking about a problem and turns out it easy to solve it for graphs with small ``naive treewidth''.



      Naive treewidth is defined as follows. Let $G=(V,E)$ be a graph. We say that $G$ has naive treewidth $k$ if there exists a partition $V_1 sqcup V_2 sqcup ldots sqcup V_m = V$ such that $|V_i| le k$ and a tree $T = ([m], E_T)$ such that for every $(u,v) in E$ either $u,v in V_i$ for some $i in [m]$ or $(u,v) in V_i times V_j$ such that $(i,j) in E_T$.



      If $T$ is a path than we say that $G$ has naive pathwidth $k$.



      For naive pathwidth it is easy to see that it can be much larger than pathwidth. Consider a full binary tree with $2^k$ leaves. It has pathwidth $k-1$. On the other hand notice that if naive pathwidth of a graph is $le t$ than the partition contains at least $V$ blocks. Thus there exists a path in $G$ of length at least $V - 1$. Since the longer path in the full binary tree of height $k$ is $2k$, naive pathwidth of the full binary tree is at least $2^k over 2k$.



      Notice that instead of the full binary tree it was possible to use a tree with one vertex connected to the remaining $|V|-1$ vertices which gives even better separation. The reason I've used the binary tree is that for my purposes all graphs have constant degree.



      My questions are:



      1. For a graph with small pathwidth (and constant degree if it is needed) can it be shown that it has small naive treewidth? If it is not true, how the counterexample looks like?

      2. The same question for a graph with small treewidth.

      Update: for arbitrary degrees there is a separation between treewidth and naive treewidth. The example is a path of length $n$ and a vertex connected to all vertices of the path. Treewidth of such graph is $2$ and naive treewidth is $Omega(sqrtn)$. The proof goes like this: consider the block $B$ containing the vertex of degree $n$. Assume that this block contains at most $sqrtn / 2$ vertices. Then there exists a path in $G - B$ containing at least $2 sqrtn$. Notice that in $T$ all the blocks should be connected to $B$. Thus this path of length $2 sqrtn$ must be contained in a single block.







      graph-theory treewidth






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 20 at 16:51







      Artur Riazanov

















      asked Mar 20 at 9:14









      Artur RiazanovArtur Riazanov

      1957




      1957




















          1 Answer
          1






          active

          oldest

          votes


















          8












          $begingroup$

          Your parameter "naive treewidth" is known as tree-partition-width in the literature.
          It is known that if a graph has constant treewidth and constant maximum degree, then it has constant tree-partition-width. See [Wood 2009].



          Note that your example in the update actually has pathwidth 2.



          [Wood 2009] David R. Wood. On tree-partition-width. European Journal of Combinatorics 30 (2009) 1245-1253. https://doi.org/10.1016/j.ejc.2008.11.010
          (also on arXiv https://arxiv.org/abs/math/0602507)






          share|cite|improve this answer









          $endgroup$








          • 1




            $begingroup$
            Thanks a lot! I thought that full binary tree with the path going through all leaves might provide a separation, but apparently that is not the case. Is there a simple tree-partition-width decomposition?
            $endgroup$
            – Artur Riazanov
            Mar 20 at 16:08










          • $begingroup$
            That's a good example.... I don't have a quick answer for it. We may read the proof in [Wood 2009] (or the references therein).
            $endgroup$
            – Yota Otachi
            Mar 21 at 3:07










          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: "114"
          ;
          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
          ,
          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%2fcstheory.stackexchange.com%2fquestions%2f42555%2fnaive-definition-of-treewidth%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









          8












          $begingroup$

          Your parameter "naive treewidth" is known as tree-partition-width in the literature.
          It is known that if a graph has constant treewidth and constant maximum degree, then it has constant tree-partition-width. See [Wood 2009].



          Note that your example in the update actually has pathwidth 2.



          [Wood 2009] David R. Wood. On tree-partition-width. European Journal of Combinatorics 30 (2009) 1245-1253. https://doi.org/10.1016/j.ejc.2008.11.010
          (also on arXiv https://arxiv.org/abs/math/0602507)






          share|cite|improve this answer









          $endgroup$








          • 1




            $begingroup$
            Thanks a lot! I thought that full binary tree with the path going through all leaves might provide a separation, but apparently that is not the case. Is there a simple tree-partition-width decomposition?
            $endgroup$
            – Artur Riazanov
            Mar 20 at 16:08










          • $begingroup$
            That's a good example.... I don't have a quick answer for it. We may read the proof in [Wood 2009] (or the references therein).
            $endgroup$
            – Yota Otachi
            Mar 21 at 3:07















          8












          $begingroup$

          Your parameter "naive treewidth" is known as tree-partition-width in the literature.
          It is known that if a graph has constant treewidth and constant maximum degree, then it has constant tree-partition-width. See [Wood 2009].



          Note that your example in the update actually has pathwidth 2.



          [Wood 2009] David R. Wood. On tree-partition-width. European Journal of Combinatorics 30 (2009) 1245-1253. https://doi.org/10.1016/j.ejc.2008.11.010
          (also on arXiv https://arxiv.org/abs/math/0602507)






          share|cite|improve this answer









          $endgroup$








          • 1




            $begingroup$
            Thanks a lot! I thought that full binary tree with the path going through all leaves might provide a separation, but apparently that is not the case. Is there a simple tree-partition-width decomposition?
            $endgroup$
            – Artur Riazanov
            Mar 20 at 16:08










          • $begingroup$
            That's a good example.... I don't have a quick answer for it. We may read the proof in [Wood 2009] (or the references therein).
            $endgroup$
            – Yota Otachi
            Mar 21 at 3:07













          8












          8








          8





          $begingroup$

          Your parameter "naive treewidth" is known as tree-partition-width in the literature.
          It is known that if a graph has constant treewidth and constant maximum degree, then it has constant tree-partition-width. See [Wood 2009].



          Note that your example in the update actually has pathwidth 2.



          [Wood 2009] David R. Wood. On tree-partition-width. European Journal of Combinatorics 30 (2009) 1245-1253. https://doi.org/10.1016/j.ejc.2008.11.010
          (also on arXiv https://arxiv.org/abs/math/0602507)






          share|cite|improve this answer









          $endgroup$



          Your parameter "naive treewidth" is known as tree-partition-width in the literature.
          It is known that if a graph has constant treewidth and constant maximum degree, then it has constant tree-partition-width. See [Wood 2009].



          Note that your example in the update actually has pathwidth 2.



          [Wood 2009] David R. Wood. On tree-partition-width. European Journal of Combinatorics 30 (2009) 1245-1253. https://doi.org/10.1016/j.ejc.2008.11.010
          (also on arXiv https://arxiv.org/abs/math/0602507)







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Mar 20 at 15:19









          Yota OtachiYota Otachi

          1,3101322




          1,3101322







          • 1




            $begingroup$
            Thanks a lot! I thought that full binary tree with the path going through all leaves might provide a separation, but apparently that is not the case. Is there a simple tree-partition-width decomposition?
            $endgroup$
            – Artur Riazanov
            Mar 20 at 16:08










          • $begingroup$
            That's a good example.... I don't have a quick answer for it. We may read the proof in [Wood 2009] (or the references therein).
            $endgroup$
            – Yota Otachi
            Mar 21 at 3:07












          • 1




            $begingroup$
            Thanks a lot! I thought that full binary tree with the path going through all leaves might provide a separation, but apparently that is not the case. Is there a simple tree-partition-width decomposition?
            $endgroup$
            – Artur Riazanov
            Mar 20 at 16:08










          • $begingroup$
            That's a good example.... I don't have a quick answer for it. We may read the proof in [Wood 2009] (or the references therein).
            $endgroup$
            – Yota Otachi
            Mar 21 at 3:07







          1




          1




          $begingroup$
          Thanks a lot! I thought that full binary tree with the path going through all leaves might provide a separation, but apparently that is not the case. Is there a simple tree-partition-width decomposition?
          $endgroup$
          – Artur Riazanov
          Mar 20 at 16:08




          $begingroup$
          Thanks a lot! I thought that full binary tree with the path going through all leaves might provide a separation, but apparently that is not the case. Is there a simple tree-partition-width decomposition?
          $endgroup$
          – Artur Riazanov
          Mar 20 at 16:08












          $begingroup$
          That's a good example.... I don't have a quick answer for it. We may read the proof in [Wood 2009] (or the references therein).
          $endgroup$
          – Yota Otachi
          Mar 21 at 3:07




          $begingroup$
          That's a good example.... I don't have a quick answer for it. We may read the proof in [Wood 2009] (or the references therein).
          $endgroup$
          – Yota Otachi
          Mar 21 at 3:07

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Theoretical 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.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcstheory.stackexchange.com%2fquestions%2f42555%2fnaive-definition-of-treewidth%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

          Is flight data recorder erased after every flight?When are black boxes used?What protects the location beacon (pinger) of a flight data recorder?Is there anywhere I can pick up raw flight data recorder information?Who legally owns the Flight Data Recorder?Constructing flight recorder dataWhy are FDRs and CVRs still two separate physical devices?What are the data elements shown on the GE235 flight data recorder (FDR) plot?Are CVR and FDR reset after every flight?What is the format of data stored by a Flight Data Recorder?How much data is stored in the flight data recorder per hour in a typical flight of an A380?Is a smart flight data recorder possible?

          Which is better: GPT or RelGAN for text generation?2019 Community Moderator ElectionWhat is the difference between TextGAN and LM for text generation?GANs (generative adversarial networks) possible for text as well?Generator loss not decreasing- text to image synthesisChoosing a right algorithm for template-based text generationHow should I format input and output for text generation with LSTMsGumbel Softmax vs Vanilla Softmax for GAN trainingWhich neural network to choose for classification from text/speech?NLP text autoencoder that generates text in poetic meterWhat is the interpretation of the expectation notation in the GAN formulation?What is the difference between TextGAN and LM for text generation?How to prepare the data for text generation task

          Is there a general name for the setup in which payoffs are not known exactly but players try to influence each other's perception of the payoffs?Osborne, Nash equilibria and the correctness of beliefsIs there a name for this family of games (Binomial games?)?Perfect Bayesian EquilibriumCalculating mixed strategy equilibrium in battle of sexesPure Strategy SPNEIs there a commitment mechanism which allows players to achieve pareto optimal solutions?Extensive Form GamesAn $n$-player prisoner's dilemma where a coalition of 2 players is better off defectingTit-For-Stat Strategy Best RepliesPotential solutions of the $n$-player Prisoner's Dilemma