<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=128.210.3.54</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=128.210.3.54"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/128.210.3.54"/>
	<updated>2026-09-24T15:33:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Approximate_limit&amp;diff=25547</id>
		<title>Approximate limit</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Approximate_limit&amp;diff=25547"/>
		<updated>2013-03-08T15:12:22Z</updated>

		<summary type="html">&lt;p&gt;128.210.3.54: Various fixes - This still needs a lot of work, but at least it&amp;#039;s somewhat readable now...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Butterfly multitree.svg|thumb|300px|The butterfly network, a multitree used in distributed computation, showing the subtree reachable from one of its nodes]]&lt;br /&gt;
In [[combinatorics]] and [[order theory|order-theoretic]] mathematics, a &#039;&#039;&#039;multitree&#039;&#039;&#039; may describe either of two equivalent structures: a [[directed acyclic graph]] in which the set of nodes reachable from any node form a [[tree (graph theory)|tree]], or a [[partially ordered set]] that does not have four items &#039;&#039;a&#039;&#039;, &#039;&#039;b&#039;&#039;, &#039;&#039;c&#039;&#039;, and &#039;&#039;d&#039;&#039; forming a diamond suborder with {{nowrap|&#039;&#039;a&#039;&#039; ≤ &#039;&#039;b&#039;&#039; ≤ &#039;&#039;d&#039;&#039;}} and {{nowrap|&#039;&#039;a&#039;&#039; ≤ &#039;&#039;c&#039;&#039; ≤ &#039;&#039;d&#039;&#039;}} but with &#039;&#039;b&#039;&#039; and &#039;&#039;c&#039;&#039; incomparable to each other (also called a &#039;&#039;&#039;diamond-free poset&#039;&#039;&#039;&amp;lt;ref name=&amp;quot;gll&amp;quot;&amp;gt;{{citation&lt;br /&gt;
 | last1 = Griggs | first1 = Jerrold R.&lt;br /&gt;
 | last2 = Li | first2 = Wei-Tian&lt;br /&gt;
 | last3 = Lu | first3 = Linyuan&lt;br /&gt;
 | title = Diamond-free families&lt;br /&gt;
 | year = 2010&lt;br /&gt;
 | arxiv = 1010.5311}}.&amp;lt;/ref&amp;gt;). &lt;br /&gt;
&lt;br /&gt;
==Equivalence between directed acyclic graph and poset definitions==&lt;br /&gt;
If &#039;&#039;G&#039;&#039; is a directed acyclic graph (&amp;quot;DAG&amp;quot;) in which the nodes reachable from each vertex form a tree (or equivalently, if &#039;&#039;G&#039;&#039; is a directed graph in which there is at most one directed path between any two nodes, in either direction) then the [[reachability]] relation in &#039;&#039;G&#039;&#039; forms a diamond-free partial order. Conversely, if &#039;&#039;P&#039;&#039; is a diamond-free partial order, its  [[transitive reduction]] forms a DAG in which the successors of any node form a tree.&lt;br /&gt;
&lt;br /&gt;
==Diamond-free families==&lt;br /&gt;
A diamond-free [[family of sets]] is a family &#039;&#039;F&#039;&#039; of sets whose inclusion ordering forms a diamond-free poset. If &#039;&#039;D&#039;&#039;(&#039;&#039;n&#039;&#039;) denotes the largest possible diamond-free family of subsets of an &#039;&#039;n&#039;&#039;-element set, then it is known that&lt;br /&gt;
:&amp;lt;math&amp;gt;2\le \lim_{n\to\infty} D(n) \Big/ \binom{n}{\lfloor n/2\rfloor}\le 2\frac{3}{11}&amp;lt;/math&amp;gt;&lt;br /&gt;
and it is conjectured that the limit is 2.&amp;lt;ref name=&amp;quot;gll&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
Multitrees may be used to represent multiple overlapping [[Taxonomy (general)|taxonomies]] over the same ground set.&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | last1 = Furnas | first1 = George W. | author1-link = George Furnas&lt;br /&gt;
 | last2 = Zacks | first2 = Jeff&lt;br /&gt;
 | contribution = Multitrees: enriching and reusing hierarchical structure&lt;br /&gt;
 | doi = 10.1145/191666.191778&lt;br /&gt;
 | pages = 330–336&lt;br /&gt;
 | title = Proc. SIGCHI conference on Human Factors in Computing Systems (CHI &#039;94)&lt;br /&gt;
 | year = 1994}}.&amp;lt;/ref&amp;gt; If a [[family tree]] may contain multiple marriages from one family to another, but does not contain marriages between any two blood relatives, then it forms a multitree.&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | last1 = McGuffin | first1 = Michael J.&lt;br /&gt;
 | last2 = Balakrishnan | first2 = Ravin&lt;br /&gt;
 | contribution = Interactive visualization of genealogical graphs&lt;br /&gt;
 | doi = 10.1109/INFOVIS.2005.22&lt;br /&gt;
 | location = Los Alamitos, CA, USA&lt;br /&gt;
 | publisher = IEEE Computer Society&lt;br /&gt;
 | title = IEEE Symposium on Information Visualization&lt;br /&gt;
 | year = 2005&lt;br /&gt;
 | pages = 3–3}}.&amp;lt;/ref&amp;gt; In the context of [[computational complexity theory]], multitrees have also been called &#039;&#039;&#039;strongly unambiguous graphs&#039;&#039;&#039; or &#039;&#039;&#039;mangroves&#039;&#039;&#039;; they can be used to model [[nondeterministic algorithm]]s in which there is at most one computational path connecting any two states.&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | last1 = Allender | first1 = Eric | author1-link = Eric Allender&lt;br /&gt;
 | last2 = Lange | first2 = Klaus-Jörn&lt;br /&gt;
 | contribution = {{nowrap|StUSPACE(log &#039;&#039;n&#039;&#039;) ⊆ DSPACE(log&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; &#039;&#039;n&#039;&#039;/log log &#039;&#039;n&#039;&#039;)}}&lt;br /&gt;
 | doi = 10.1007/BFb0009495&lt;br /&gt;
 | pages = 193–202&lt;br /&gt;
 | publisher = Springer-Verlag&lt;br /&gt;
 | series = Lecture Notes in Computer Science&lt;br /&gt;
 | title = Algorithms and Computation, 7th International Symposium, ISAAC &#039;96, Osaka, Japan, December 16–18, 1996, Proceedings&lt;br /&gt;
 | volume = 1178&lt;br /&gt;
 | year = 1996}}.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==Related structures==&lt;br /&gt;
A [[polytree]], a [[directed acyclic graph]] formed by assigning an orientation to each edge of an undirected [[tree (graph theory)|tree]], may be viewed as a special case of a multitree.&lt;br /&gt;
&lt;br /&gt;
The set of all nodes connected to any node &#039;&#039;u&#039;&#039; in a multitree forms an [[Arborescence_(graph_theory)|arborescence]].&lt;br /&gt;
&lt;br /&gt;
The word &amp;quot;multitree&amp;quot; has also been used to refer to a [[series-parallel partial order]],&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | last = Jung | first = H. A.&lt;br /&gt;
 | title = On a class of posets and the corresponding comparability graphs&lt;br /&gt;
 | journal = [[Journal of Combinatorial Theory]], Series B&lt;br /&gt;
 | volume = 24&lt;br /&gt;
 | year = 1978&lt;br /&gt;
 | issue = 2&lt;br /&gt;
 | pages = 125–133&lt;br /&gt;
 | id = {{MathSciNet | id = 0491356}}&lt;br /&gt;
 | doi = 10.1016/0095-8956(78)90013-8}}.&amp;lt;/ref&amp;gt; or to other structures formed by combining multiple trees.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Order theory]]&lt;br /&gt;
[[Category:Directed graphs]]&lt;/div&gt;</summary>
		<author><name>128.210.3.54</name></author>
	</entry>
</feed>