A
hierarchy (in
Greek hieros, sacred, and
arkho, rule) is a system of
ranking and organizing things.
The first usage in the Oxford English Dictionary for hierarchy is from 1380, where it was used in reference to the three orders of three angels as depicted by
Pseudo-Dionysius the Areopagite. Areopagite used the word both in reference to the heavenly hierarchy and the ecclesiastical hierarchy
http://www.newadvent.org/cathen/07322c.htm. This was the origin of the common meaning of "rule by
priests". Since hierarchical
churches such as the Roman Catholic and Eastern Orthodox churches had tables of organization that were "hierarchical" in the modern sense of the word, the term came to refer to similar organizational methods in more general settings.
General description
Hierarchies can be generally divided into two kinds: those where the upper levels of the hierarchy are
superior to the lower in some way, and those where the lower levels are
contained in the upper, again in different ways. An example of the first kind might be a company organisational structure: the CEO is superior to the divisional managers, who are superior to their team leaders who are superior to their ordinary workers. An example of the second kind is the hierarchy of animal classification: the set of
birds contains the set of
birds of prey which contains the set of
eagles which contains the set of
golden eagles.
A precise,
mathematical definition of hierarchy will be given below. This section will try to explore the ideas behind that more succinct definition.
A hierarchy is a
transitive, irreflexive, asymmetric relationship, such as "is superior to", "is part of", or "is taller than":
- transitivity — if a is superior to b, and b is superior to c, then a is superior to c;
- irreflexivity — no-one can be superior to herself, or taller than herself;
- asymmetry — if a is superior to b, then b isn't superior to a. When two nodes are related, one is designated the "superior" (or sometimes the "parent") and the other the "subordinate" (or sometimes the "child"). In the intuitive case of the "is the boss of" relation, the boss is the superior and the employee is the subordinate.
A hierarchy's asymmetrical relationship can link entities in one of three ways: directly, indirectly, or not at all. The illustration shows a
direct link between the craft and culture sections; the craft section is directly linked to the culture section by the "contains" relationship. This is akin to how your boss is directly in charge of you. In contrast, the illustration shows an
indirect link between craft and encyclopedia; the craft section is only "contained" by the encyclopedia as a whole by virtue of being "contained" by the culture section. This is akin to how the CEO of a company is in charge of a factory worker only via middle management. Finally, there is effectively
no link between the art and the craft sections; neither section contains the other. This is akin to two co-workers, neither of whom is the other's boss.
Every member is reachable from any other by following the relationship in either direction, but there is no way of coming back to a particular member by always following the relationship in the same direction.
A hierarchy can be represented as a connected directed acyclic
graph with a designated initial node (the
root). Such structures are also commonly named
trees (since they look like upside-down trees, with the root at the top).
Examples of reasoning with hierarchies
Many aspects of the
world are analyzed, arguably fruitfully, from a hierarchical perspective. The concept of hierarchy thus qualifies as interdisciplinary. Science provides the following examples:
- In biology, organisms are commonly described as an assembly of parts (organs) which are themselves assemblies of yet smaller parts, and so on.
- In physics, the standard model decomposes bodies down to their smallest particle components.
- In linguistics, words or sentences are often broken down into hierarchies of parts and wholes.
- In ethics, various virtues are enumerated and sometimes organized hierarchically according to certain brands of virtue theory.
In all of these examples, the asymmetric relationship is "is composed of".
Hierarchies in programming
The concept of hierarchies plays a large part in
object oriented programming. For more information see
Hierarchy (object-oriented programming) and
memory hierarchy.
Containment hierarchy
A containment hierarchy is a collection of strictly nested sets. Each entry in the hierarchy designates a set such that the previous entry is a strict superset, and the next entry is a strict subset. For example, all rectangles are quadrilaterals, but not all quadrilaterals are rectangles, and all squares are rectangles, but not all rectangles are squares. (See also:
Taxonomy.)
- In geometry: shape, polygon, quadrilateral, rectangle, square
- In biology: animal, bird, raptor, eagle, golden eagle
- The Chomsky hierarchy in formal languages: recursively enumerable, context-sensitive, context-free, regular
- In physics: particle, elementary particle, fermion, lepton, electron
Social hierarchies
Many human
organizations, such as
businesses, churches, armies and political movements are structured hierarchically, at least officially; commonly superiors, called
bosses, have more
power than their subordinates. Thus the asymmetrical relationship might be "has power over". (Some analysts question whether power "really" works as the traditional organizational chart indicates, however.) See also
chain of command.
Many social criticisms include a questioning of social hierarchies seen as being unjust.
Feminism, for instance, often discusses a hierarchy of gender, in which a culture sees males or masculine traits as superior to females or feminine traits.
In the terms above, some feminism criticizes a hierarchy of only two nodes, "masculine" and "feminine", connected by the asymmetrical relationship "is more valuable to society", for example:
:The hierarchical nature of the dualism - the systematic devaluation of females and whatever is metaphorically understood as "feminine" - is what I identify as sexism. (Nelson 1992, p. 106)
Note that in this contexts and in other social criticisms, the word
hierarchy usually is used as meaning
power hierarchy or
power structure. Feminists may not take issue with inanimate objects being organized in a hierarchical fashion, but rather with the specific asymmetrical organization of unequal value and power between men and women and, usually, other social hierarchies such as in
racism and anti-gay bias.
Hierarchical nomenclatures in the arts and sciences
Hierarchies are important for categorization and organization of large numbers of objects.
Taxonomies, for example, such as biological taxonomies, are built on hierarchies. Hierarchy is also often used to control complexity in engineering endeavors. For example, large
electronic devices such as
computers are usually composed of modules, which are themselves created out of smaller components (
integrated circuits), which in turn are internally organized using hierarchical methods (e.g. using standard cells).
Hierarchies are used very extensively in
computer science and
information theory; here are a few examples.
Computer files in a
file system are stored in a hierarchy of
directories in most
operating systems. In object-oriented programming, classes are organized hierarchically; the relationship between two related classes is called inheritance. In the
Internet,
IP addresses are increasingly organized in a
hierarchy (so that the
routing will continue to function as the Internet grows).
The
pitches and
form of
tonal music are organized hierarchically, all pitches deriving their importance from their relationship to a
tonic key, and secondary themes in other keys are brought back to the tonic in a recapitulation of the primary theme.
Susan McClary connects this specifically in the sonata-allegro form to the feminist hierarchy of gender (see above) in her book Feminine Endings, even pointing out that primary themes were often previously called "masculine" and secondary themes "feminine."
Examples of hierarchies:
- Theological: God, saved souls, angels, man, birds, animals, plants, rocks
- * (See also Hierarchy of angels)
- Scientific classification of organisms: kingdom, phylum, class, order, family, genus, species
- Social: monarch, nobles, gentry, yeomanry, peasants, serfs
Alternatives
Hierarchies and hierarchical thinking has been criticized by many people, as above in #Social hierarchies and #Hierarchical nomenclatures in the arts and sciences. Possible alternatives include:
Specializations
- structural properties:
- * hierarchical tree structure
- * rooted hierarchy
- nature of the hierarchical relationship:
- * containment hierarchy
See also
External links
References
- Julie Nelson (1992). "Gender, Metaphor and the Definition of Economics". Economics and Philosophy, 8:103-125.
Category:Networks
da:Hierarki
de:Hierarchie
fr:Hiérarchie
it:Gerarchia
nl:Hiërarchie
ja:ヒエラルキー
pl:Hierarchia
simple:Power structure
sv:Hierarki