Nested set

From HandWiki
Revision as of 06:33, 27 June 2023 by AnLinks (talk | contribs) (url)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
A nested set of Russian dolls.
Nested set representing a biological taxonomy example. Outside-in: order, family, genus, species.

In a naive set theory, a nested set[dubious ] is a set containing a chain of subsets, forming a hierarchical structure, like Russian dolls.

It is used as reference-concept in all scientific hierarchy definitions, and many technical approaches, like the tree in computational data structures or nested set model of relational databases.

Sometimes the concept is confused with a "set of sets" with a hereditary property (like the finiteness in a hereditarily finite set).

Formal definition

Some authors prefer to use the term nested set collection, because it is a formal definition of a collective property of many sets. Others[1] prefer to classify this relation as an inclusion order. A collection is a "set of sets".

Let B be a non-empty set and C be a collection of subsets of B. Then C is a nested set collection if:

  • [math]\displaystyle{ B \in C }[/math] (and [math]\displaystyle{ \empty \notin C }[/math])
  • [math]\displaystyle{ \forall H,K \in C ~:~ H \cap K \neq \empty \implies H \subset K ~\lor~ K \subset H }[/math]

The first condition states that set B, which contains all the elements of any subset, must belong to the Nested Set Collection. Some authors[1] also state that B is not empty or the empty is not a subset of C.[clarification needed]

The second condition states the intersection of every couple of sets in the Nested Set Collection is not the empty-set only if one set is a subset of the other.[2]

In particular, when scanning all pairs of subsets at the second condition, it is true for any combination with B.

Example

Expressing the example as a partially ordered set by its Hasse diagram.

Using a set of atomic elements, as the set of the playing card suits:

B = {♠, ♥, ♦, ♣};     B1 = {♠, ♥};   B2 = {♦, ♣};   B3 = {♣};
C = {B, B1, B2, B3}.

The second condition (of the formal definition) can be checked by combining all pairs:

B1B2 = ∅;  B1B3 = ∅;  B3B2.

There is a hierarchy that can be expressed by two branches and its nested order: B3B2BB1B.

Derived concepts

As sets, that are general abstraction and foundations for many concepts, the nested set is the foundation for "nested hierarchy", "containment hierarchy" and others.

Nested hierarchy

A nested hierarchy or inclusion hierarchy is a hierarchical ordering of nested sets.[3] The concept of nesting is exemplified in Russian matryoshka dolls. Each doll is encompassed by another doll, all the way to the outer doll. The outer doll holds all of the inner dolls, the next outer doll holds all the remaining inner dolls, and so on. Matryoshkas represent a nested hierarchy where each level contains only one object, i.e., there is only one of each size of doll; a generalized nested hierarchy allows for multiple objects within levels but with each object having only one parent at each level. Illustrating the general concept:

[math]\displaystyle{ \text{square} \subset \text{quadrilateral} \subset \text{polygon} \subset \text{shape} \, }[/math]

A square can always also be referred to as a quadrilateral, polygon or shape. In this way, it is a hierarchy. However, consider the set of polygons using this classification. A square can only be a quadrilateral; it can never be a triangle, hexagon, etc.

Nested hierarchies are the organizational schemes behind taxonomies and systematic classifications. For example, using the original Linnaean taxonomy (the version he laid out in the 10th edition of Systema Naturae), a human can be formulated as:[4]

[math]\displaystyle{ \text{H. sapiens} \subset \text{Homo} \subset \text{Primates} \subset \text{Mammalia} \subset \text{Animalia} }[/math]

Taxonomies may change frequently (as seen in biological taxonomy), but the underlying concept of nested hierarchies is always the same.

Containment hierarchy

A containment hierarchy is a direct extrapolation of the nested hierarchy concept. All of the ordered sets are still nested, but every set must be "strict" — no two sets can be identical. The shapes example above can be modified to demonstrate this:

[math]\displaystyle{ \text{square} \subsetneq \text{quadrilateral} \subsetneq \text{polygon} \subsetneq \text{shape} \, }[/math]

The notation [math]\displaystyle{ x \subsetneq y \, }[/math] means x is a subset of y but is not equal to y.

Containment hierarchy is used in class inheritance of object-oriented programming.

See also

References

  1. 1.0 1.1 B. Korte, and J. Vygen (2012). Combinatorial optimization. Springer, Heidelberg. 
  2. (definition at page 221) "Digital Libraries and Archives: 8th Italian Research Conference, IRCDL 2012 - Bari, Italy, February 9–10, 2012, Revised Selected Papers", edited by Maristella Agosti, Floriana Esposito, Stefano Ferilli, Nicola Ferro. Published in 2013. ISBN:9783642358340.
  3. Lane, David (2006). "Hierarchy, Complexity, Society". in Pumain, Denise. Hierarchy in Natural and Social Sciences. New York, New York: Springer-Verlag. pp. 81–120. ISBN 978-1-4020-4126-6. 
  4. Linnaei, Carl von (1959) (in Latin). Systema naturae per regna tria naturae :secundum classes, ordines, genera, species, cum characteribus, differentiis, synonymis, locis (10th ed.). Stockholm: Impensis Direct. ISBN 0-665-53008-0. https://www.biodiversitylibrary.org/bibliography/542#. Retrieved 2011-09-24.