Talk:Treewidth

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

I changed (2013-07-15) this definition of tree decomposition

A tree decomposition of a graph G = (V, E) is a pair (X, T), where X = {X1, ..., Xn} is a family of subsets of V, and T is a tree whose nodes are the subsets Xi, satisfying the following properties:[1]

  1. The union of all sets Xi equals V. That is, each graph vertex is associated with at least one tree node.
  2. For every edge (v, w) in the graph, there is a subset Xi that contains both v and w. That is, vertices are adjacent in the graph only when the corresponding subtrees have a node in common.
  3. If Xi and Xj both contain a vertex v, then all nodes Xk of the tree in the (unique) path between Xi and Xj contain v as well.

to this one

A tree decomposition of a graph G = (V, E) is a pair (X, T), where X = (Xi)i∈T is a family of subsets of V indexed by a tree T satisfying the following properties:[2]

  1. The union of all sets Xi equals V.
  2. For every edge (v, w) in the graph, there is a subset Xi that contains both v and w.
  3. If Xi and Xj both contain a vertex v, then v is also in Xk for all k in the (unique) path between i and j in T. (Equivalently, for any v in V, the i such that v is in Xi is a connected subset of T.)

You (David Eppstein) reverted it, giving this reason: I don't think making this more notation-heavy and removing the English-language intuition is a helpful form of "clarification"

The reasons I made the change were:

  • I found the original slightly hard to parse, and containing phrases that could be taken in more than one way. It works if you already know what a tree decomposition is, but otherwise there are unnecessary stumbling blocks. I believe the changed version is "tighter".
  • The original sometimes uses the term "node" and sometimes "vertex", which I think isn't especially helpful. The reader may wonder whether the author is making a distinction or whether it is a kind of elegant variation. I realise that "node" is consistently being used for vertices of the tree, but this isn't obvious unless you know how to parse the whole definition at which point you are happy anyway. If you want to do this, then I suggest saying upfront that "node" is to be used for vertices of T.
  • It's not obvious a-priori on which level the phrase "T is a tree whose nodes are the subsets Xi" operates. It could mean that each Xi is a single vertex of T, or it could (just about) mean that the vertices of T are the elements of Xi. If it's meant to appeal to the mathematically unsophisticated (as your remark about English-language intuition suggests) then I think that using a set as a vertex with no explanation is potentially confusing, and not really necessary. If it's meant to appeal to the more sophisticated, then it's also confusing because you immediately wonder "why did he use a pair (X,T) when he could have just said a tree decomposition of G is a tree, T, whose vertices are subsets of V...?. Is there meant to be some extra structure? Why use the index i in Xi at all?"
  • I don't believe the English-language intuition in the original "That is, each graph vertex is associated with at least one tree node." is worth that much. It's unlikely that anyone who didn't know what a union was would seek to understand treewidth, and sometimes less clutter is better. And the word "associated" is not precise, which in a way makes things less clear rather than more clear.
  • Similarly, I don't believe the English-language intuition in the original "That is, vertices are adjacent in the graph only when the corresponding subtrees have a node in common." adds much either. It presumes that the reader will guess that the phrase "the corresponding subtrees" refers to the subtrees of T consisting of Xi that contain v (or w). This may seem obvious, but I think that's from the point of view of already understanding what everything means. Who is the reader who understands "corresponding subtrees", but finds the simple phrase "For every edge (v, w) in the graph, there is a subset Xi that contains both v and w." troublesome?
  • I'm not sure I understand what you mean by "notation-heavy": as far as I can see, the version I submitted relies on less hidden understanding. If you are referring to the set membership symbol, ∈, then it could be rephrased without it if you think this is an improvement.

These are all small points, by the way.—Alex Selby (talk) 19:02, 16 July 2013 (UTC)[reply]

I agree with making "node" vs "vertex" consistent. I believe that the correct way of doing this is to make sure that "node" is used only to refer to the elements of the decomposition tree, and "vertex" is used only to refer to the elements of the graph. That was my intent in writing it that way, as a way of distinguishing these two very different kinds of elements, but it is entirely possible that that distinction slipped and should be corrected, or that more explanation of this distinction would be helpful. I strongly disagree with replacing sequence notation of the form with : that notation is too specialized and WP:TECHNICAL. I also strongly disagree with the removal of prose explanations such as "That is, each graph vertex is associated with at least one tree node." and "That is, vertices are adjacent in the graph only when the corresponding subtrees have a node in common." — again, see WP:TECHNICAL: we should be making our articles as accessible to non-expert readers as possible, and replacing prose by pure notation is the opposite of that. As for the phrase "a tree whose nodes are the subsets": it means exactly what it says, that there is a collection of subsets, forming the nodes of a tree. You don't believe that the nodes of a tree have to be numbers, or dimensionless points, do you? I suppose we could have said that the nodes correspond one-for-one with the subsets but I think that only makes it more confusing. I don't like your phrasing "a family of subsets of V indexed by a tree T": what does it mean to be indexed by a tree? As for why use a pair (X,T): because the family of subsets is not by itself the correct information (it doesn't describe how to connect the subsets into a tree) and because the tree as an abstract object (ignoring what its vertices are) is also not the correct information. I don't have any strong feelings about your rephrasing of the third numbered item in the definition, except that I don't see what the parentheses are for. —David Eppstein (talk) 19:15, 16 July 2013 (UTC)[reply]
You agreeing with making "node" vs "vertex" consistent is agreeing to something I didn't say, though of course consistency is desirable. I said that I believe it is confusing simply to use the two different terms, even consistently, without an explanation upfront.
You may be right about (Xi)iT notation, but I still think it is more confusing to the non-expert to name the nodes of T as Xi, rather than (say) i, without an explanatory remark. Of course nodes of a tree CAN be anything, but I'm thinking from the point of view of what would make it most clear.
I agree that articles should be as accessible as possible to the non-expert (which I'd class here as someone with a passing acquaintance with mathematics). We merely have a difference of opinion as to which versions are clearer. For example, you think the prose sentences at the end of 1. and 2. improve accessibility and I don't.
Your comments about the pair (X,T) seem to be arguing against something I didn't say.
But I obviously don't feel as strongly as you about this, so I'll leave the article as it is. — Alex Selby (talk) 20:30, 16 July 2013 (UTC)[reply]
I am not naming the nodes as Xi. I am naming the sets of vertices of G Xi, and then using those sets as nodes. Naming the nodes by i instead of Xi means that the definition needs to consist of three things: a family of sets, a tree, and a correspondence between the sets and the tree nodes. (The correspondence may be implicit in the numbering of the sets as i but then there are still three things: the family of sets, a sequence by which those sets are numbered, and the tree). Using the sets themselves as nodes allows the definition to use only two objects, the family of sets and the tree. —David Eppstein (talk) 21:14, 16 July 2013 (UTC)[reply]
PS I added an explanatory sentence about the vertex-node distinction, and made some other edits. Please do say something (or try editing again) if you think it is still unclear, confusing, or incorrect. —David Eppstein (talk) 23:09, 16 July 2013 (UTC)[reply]
Thank you for your latest changes, but (sorry) I think your original version was better. E.g., the new version has now lost the enumeration {X1, ..., Xn} which makes it visually clear that Xi is part of a collection and I think there is some doubt as to whether the correspondence is a map from V(T) to {X1, ..., Xn} or a collection of maps (as i varies) from V(T) to Xi, and the correspondence itself is a bit cumbersome.
I think I may be able to go back to your original version and adjust it to answer my reservations, while still retaining your basic setup and notation. Would you mind if I tried that?—Alex Selby (talk) 23:38, 16 July 2013 (UTC)[reply]
Rather than do that, I'll insert it here for discussion.
 
A tree decomposition of a graph G = (V, E) is a tree, T, with nodes X1, ..., Xn, where each Xi is a subset of V, satisfying the following properties[3] (note that the term node is used to refer to a vertex of T to avoid confusion with vertices of G):
  1. The union of all sets Xi equals V. That is, each graph vertex is contained in at least one tree node.
  2. If Xi and Xj both contain a vertex v, then all nodes Xk of the tree in the (unique) path between Xi and Xj contain v as well. Equivalently, the tree nodes containing vertex v form a connected subtree of T.
  3. For every edge (v, w) in the graph, there is a subset Xi that contains both v and w. That is, vertices are adjacent in the graph only when the corresponding subtrees have a node in common.
 
I'm slightly wondering whether it's worth adding one more sentence upfront defining the subtree corresponding to a vertex v. The explanatory remarks to all three of the conditions refer to this subtree in some way, and it would make it possible to go back to the original ordering of conditions (which had the aesthetically pleasing feature of going from least complicated to most complicated).—Alex Selby (talk) 00:11, 17 July 2013 (UTC)[reply]
I would remove "note that" per WP:NOTED, but other than that minor change this version looks ok to me. I agree that the ordering by complexity made more sense, and your idea of saying something earlier about the subtree would be a way to fix this; one way of doing this would be to move and rephrase the sentence about nodes forming a connected subtree in item 2, since that would become redundant. —David Eppstein (talk) 01:54, 17 July 2013 (UTC)[reply]
I've changed the definition in the article to the above version (without the "note that") since this appears to be some kind of consensus. It can probably be improved (possibly with a remark about subtree corresponding to v), but changing it might introduce other problems and it is now an improvement on what went before, in my opinion.—Alex Selby (talk) 00:33, 18 July 2013 (UTC)[reply]
  1. ^ Diestel (2005) section 12.3
  2. ^ Diestel (2005) section 12.3
  3. ^ Diestel (2005) section 12.3