Talk:Transitive reduction
| WikiProject Mathematics (Rated Start-Class) | |||
|---|---|---|---|
| This article is within the scope of WikiProject Mathematics, a collaborative effort to improve the coverage of Mathematics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks. | |||
| Mathematics rating: | Start Class | Low Priority | Field: Discrete mathematics |
|
Please update this rating as the article progresses, or if the rating is inaccurate. |
|||
What about countably infinite graphs? It seems to me that the transitive reduction of the graph of "<" on the integers would be ... 1 -> 2 -> 3 ->... I would argue that it has a minimal number of edges because it has a 1-1 correspondence of edges with vertices, and every vertex needs at least one in-edge and at least one out-edge. Lyonsam 06:25, 19 January 2006 (UTC)
- OK, details (with the notation that S is the transitive closure):
- If S is antisymmetric, then the reduction is unique, if it exists.
- If S is locally finite then the transitive reduction exists. Possibly the locally bounded chain condition would be adequate. (The field (underlying set) of S must be well-ordered for the proof to work, if S is not antisymmetric.)
- Definitions
- A transitive binary relation S is locally finite if whenever a S b, {c | a S c S b} is finite.
- A transitive binary relation S satisfies the locally bounded chain condition if whenever a S b, the collection of all possible n such that
- a S x1, x1 S x2, …, xn−1 S xn, and xn S b, with all xk distinct
- is bounded.
Arthur Rubin | (talk) 18:28, 19 January 2006 (UTC)
It is questionable whether something with 26 citations at citeseer is "well-cited". It is definitely a very decent piece of work, but probably no need to mention that citation count in the article.
[edit] Relation vs. Graph
IMO the article suffers from a graph-centric organisation, in that it starts out with relations in the summary, but then continues to talk only about graphs. I wanted to add the formula
(D is the diagonal
), but there is no good place to put it as things are organised right now.
85.182.77.242 (talk) 23:45, 23 October 2008 (UTC)
- It's also not quite right unless the relation is antisymmetric and pseudo-atomic (or finite). There are minimal reductions if the relation is transitive and quasi-finitary, but it's not that simple. — Arthur Rubin (talk) 01:35, 24 October 2008 (UTC)
[edit] Definition
Isn't a transitive reduction of a relation required to be a subset of that relation? Rp (talk) 16:23, 16 June 2009 (UTC)
A transitive reduction of a relation is not required to be its subrelation, the Aho, Garey, and Ullman paper explicitly mentions that. — Emil J. 14:44, 4 January 2010 (UTC)
- Thanks - I have found the article and found this out myself. But it's really confusing not to explain this clearly, considering the name reduction. Rp (talk) 18:01, 6 January 2010 (UTC)
[edit] Reducing the acyclic part only
I have come to realize that my confusion was not only caused by cycles, but is also contained within them.
Suppose we define the transitive acyclic reduction TAR(R) of a relation R as follows: give each edge in R weight 0 if it is on a cycle, 1 if it is not; then TAR(R) contains exactly the edges in R that are not connected with a path of total weight > 1. In words: reduce just the acyclic part, without touching the cycles. TAR(R) is still what I would call a reduction: it is unique and a subset of R.
Now consider the cyclic parts: the set of strongly connected components of R. Each component "reduces" to a cycle on each of its elements, but any such cycle will do, and none may be present in the component, so this is neither determinate nor strictly a reduction. Aho et al.'s transitive reduction is the result of doing this component-wise, either before or after taking the TAR - the two are independent. Hence it seems more natural to treat TAR and component reduction as separate operations. Is there any citable work that does this? If there is, it may be helpful to add it to this article. Rp (talk) 11:06, 26 July 2010 (UTC)