Hypergraph

From HandWiki
Short description: Generalization of graph theory
An example of an undirected hypergraph, with [math]\displaystyle{ X = \{v_1, v_2, v_3, v_4, v_5, v_6, v_7\} }[/math] and [math]\displaystyle{ E = \{e_1,e_2,e_3,e_4\} = }[/math] [math]\displaystyle{ \{\{v_1, v_2, v_3\}, }[/math] [math]\displaystyle{ \{v_2,v_3\}, }[/math] [math]\displaystyle{ \{v_3,v_5,v_6\}, }[/math] [math]\displaystyle{ \{v_4\}\} }[/math]. This hypergraph has order 7 and size 4. Here, edges do not just connect two vertices but several, and are represented by colors.
PAOH visualization of a hypergraph
Alternative representation of the hypergraph reported in the figure above, called PAOH.[1] Edges are vertical lines connecting vertices. V7 is an isolated vertex. Vertices are aligned to the left. The legend on the right shows the names of the edges.
An example of a directed hypergraph, with [math]\displaystyle{ X = \{1, 2, 3, 4, 5, 6\} }[/math] and [math]\displaystyle{ E = \{a_1, a_2, a_3, a_4, a_5\} = }[/math] [math]\displaystyle{ \{(\{1\}, \{2\}), }[/math] [math]\displaystyle{ (\{2\}, \{3\}), }[/math] [math]\displaystyle{ (\{3\}, \{1\}), }[/math] [math]\displaystyle{ (\{2, 3\}, \{4, 5\}), }[/math] [math]\displaystyle{ (\{3, 5\}, \{6\})\} }[/math].

In mathematics, a hypergraph is a generalization of a graph in which an edge can join any number of vertices. In contrast, in an ordinary graph, an edge connects exactly two vertices.

Formally, a directed hypergraph is a pair [math]\displaystyle{ (X,E) }[/math], where [math]\displaystyle{ X }[/math] is a set of elements called nodes, vertices, points, or elements and [math]\displaystyle{ E }[/math] is a set of pairs of subsets of [math]\displaystyle{ X }[/math]. Each of these pairs [math]\displaystyle{ (D,C)\in E }[/math] is called an edge or hyperedge; the vertex subset [math]\displaystyle{ D }[/math] is known as its tail or domain, and [math]\displaystyle{ C }[/math] as its head or codomain.

The order of a hypergraph [math]\displaystyle{ (X,E) }[/math] is the number of vertices in [math]\displaystyle{ X }[/math]. The size of the hypergraph is the number of edges in [math]\displaystyle{ E }[/math]. The order of an edge [math]\displaystyle{ e=(D,C) }[/math] in a directed hypergraph is [math]\displaystyle{ |e| = (|D|,|C|) }[/math]: that is, the number of vertices in its tail followed by the number of vertices in its head.

The definition above generalizes from a directed graph to a directed hypergraph by defining the head or tail of each edge as a set of vertices ([math]\displaystyle{ C\subseteq X }[/math] or [math]\displaystyle{ D\subseteq X }[/math]) rather than as a single vertex. A graph is then the special case where each of these sets contains only one element. Hence any standard graph theoretic concept that is independent of the edge orders [math]\displaystyle{ |e| }[/math] will generalize to hypergraph theory.

Under one definition, an undirected hypergraph [math]\displaystyle{ (X, E) }[/math] is a directed hypergraph which has a symmetric edge set: If [math]\displaystyle{ (D,C) \in E }[/math] then [math]\displaystyle{ (C,D) \in E }[/math]. For notational simplicity one can remove the "duplicate" hyperedges since the modifier "undirected" is precisely informing us that they exist: If [math]\displaystyle{ (D,C) \in E }[/math] then [math]\displaystyle{ (C,D) \vec{\in} E }[/math] where [math]\displaystyle{ \vec{\in} }[/math] means implicitly in.

While graph edges connect only 2 nodes, hyperedges connect an arbitrary number of nodes. However, it is often desirable to study hypergraphs where all hyperedges have the same cardinality; a k-uniform hypergraph is a hypergraph such that all its hyperedges have size k. (In other words, one such hypergraph is a collection of sets, each such set a hyperedge connecting k nodes.) So a 2-uniform hypergraph is a graph, a 3-uniform hypergraph is a collection of unordered triples, and so on. An undirected hypergraph is also called a set system or a family of sets drawn from the universal set.

Hypergraphs can be viewed as incidence structures. In particular, there is a bipartite "incidence graph" or "Levi graph" corresponding to every hypergraph, and conversely, every bipartite graph can be regarded as the incidence graph of a hypergraph when it is 2-colored and it is indicated which color class corresponds to hypergraph vertices and which to hypergraph edges.

Hypergraphs have many other names. In computational geometry, an undirected hypergraph may sometimes be called a range space and then the hyperedges are called ranges.[2] In cooperative game theory, hypergraphs are called simple games (voting games); this notion is applied to solve problems in social choice theory. In some literature edges are referred to as hyperlinks or connectors.[3]

The collection of hypergraphs is a category with hypergraph homomorphisms as morphisms.

Applications

Undirected hypergraphs are useful in modelling such things as satisfiability problems,[4] databases,[5] machine learning,[6] and Steiner tree problems.[7] They have been extensively used in machine learning tasks as the data model and classifier regularization (mathematics).[8] The applications include recommender system (communities as hyperedges),[9] [10] image retrieval (correlations as hyperedges),[11] and bioinformatics (biochemical interactions as hyperedges).[12] Representative hypergraph learning techniques include hypergraph spectral clustering that extends the spectral graph theory with hypergraph Laplacian,[13] and hypergraph semi-supervised learning that introduces extra hypergraph structural cost to restrict the learning results.[14] For large scale hypergraphs, a distributed framework[6] built using Apache Spark is also available.

Directed hypergraphs can be used to model things including telephony applications,[15] detecting money laundering,[16] operations research,[17] and transportation planning. They can also be used to model Horn-satisfiability.[18]

Generalizations of concepts from graphs

Many theorems and concepts involving graphs also hold for hypergraphs, in particular:

In directed hypergraphs: transitive closure, and shortest path problems.[17]

Hypergraph drawing

This circuit diagram can be interpreted as a drawing of a hypergraph in which four vertices (depicted as white rectangles and disks) are connected by three hyperedges drawn as trees.

Although hypergraphs are more difficult to draw on paper than graphs, several researchers have studied methods for the visualization of hypergraphs.

In one possible visual representation for hypergraphs, similar to the standard graph drawing style in which curves in the plane are used to depict graph edges, a hypergraph's vertices are depicted as points, disks, or boxes, and its hyperedges are depicted as trees that have the vertices as their leaves.[19][20] If the vertices are represented as points, the hyperedges may also be shown as smooth curves that connect sets of points, or as simple closed curves that enclose sets of points.[21][22][23]

An order-4 Venn diagram, which can be interpreted as a subdivision drawing of a hypergraph with 15 vertices (the 15 colored regions) and 4 hyperedges (the 4 ellipses).

In another style of hypergraph visualization, the subdivision model of hypergraph drawing,[24] the plane is subdivided into regions, each of which represents a single vertex of the hypergraph. The hyperedges of the hypergraph are represented by contiguous subsets of these regions, which may be indicated by coloring, by drawing outlines around them, or both. An order-n Venn diagram, for instance, may be viewed as a subdivision drawing of a hypergraph with n hyperedges (the curves defining the diagram) and 2n − 1 vertices (represented by the regions into which these curves subdivide the plane). In contrast with the polynomial-time recognition of planar graphs, it is NP-complete to determine whether a hypergraph has a planar subdivision drawing,[25] but the existence of a drawing of this type may be tested efficiently when the adjacency pattern of the regions is constrained to be a path, cycle, or tree.[26]

An alternative representation of the hypergraph called PAOH[1] is shown in the figure on top of this article. Edges are vertical lines connecting vertices. Vertices are aligned on the left. The legend on the right shows the names of the edges. It has been designed for dynamic hypergraphs but can be used for simple hypergraphs as well.

Hypergraph coloring

Classic hypergraph coloring is assigning one of the colors from set [math]\displaystyle{ \{1,2,3,...,\lambda\} }[/math] to every vertex of a hypergraph in such a way that each hyperedge contains at least two vertices of distinct colors. In other words, there must be no monochromatic hyperedge with cardinality at least 2. In this sense it is a direct generalization of graph coloring. Minimum number of used distinct colors over all colorings is called the chromatic number of a hypergraph.

Hypergraphs for which there exists a coloring using up to k colors are referred to as k-colorable. The 2-colorable hypergraphs are exactly the bipartite ones.

There are many generalizations of classic hypergraph coloring. One of them is the so-called mixed hypergraph coloring, when monochromatic edges are allowed. Some mixed hypergraphs are uncolorable for any number of colors. A general criterion for uncolorability is unknown. When a mixed hypergraph is colorable, then the minimum and maximum number of used colors are called the lower and upper chromatic numbers respectively.[27]

Properties of hypergraphs

A hypergraph can have various properties, such as:

  • Empty - has no edges.
  • Non-simple (or multiple) - has loops (hyperedges with a single vertex) or repeated edges, which means there can be two or more edges containing the same set of vertices.
  • Simple - has no loops and no repeated edges.
  • [math]\displaystyle{ d }[/math]-regular - every vertex has degree [math]\displaystyle{ d }[/math], i.e., contained in exactly [math]\displaystyle{ d }[/math] hyperedges.
  • 2-colorable - its vertices can be partitioned into two classes U and V in such a way that each hyperedge with cardinality at least 2 contains at least one vertex from both classes. An alternative term is Property B.
  • [math]\displaystyle{ k }[/math]-uniform - each hyperedge contains precisely [math]\displaystyle{ k }[/math] vertices.
  • [math]\displaystyle{ k }[/math]-partite - the vertices are partitioned into [math]\displaystyle{ k }[/math] parts, and each hyperedge contains precisely one vertex of each type.
    • Every [math]\displaystyle{ k }[/math]-partite hypergraph (for [math]\displaystyle{ k\geq 2 }[/math]) is both [math]\displaystyle{ k }[/math]-uniform and bipartite (and 2-colorable).
  • Reduced:[28] no hyperedge is a strict subset of another hyperedge; equivalently, every hyperedge is maximal for inclusion. The reduction of a hypergraph is the reduced hypergraph obtained by removing every hyperedge which is included in another hyperedge.
  • Downward-closed - every subset of an undirected hypergraph's edges is a hyperedge too. A downward-closed hypergraph is usually called an abstract simplicial complex. It is generally not reduced, unless all hyperedges have cardinality 1.
    • An abstract simplicial complex with the augmentation property is called a matroid.
  • Laminar: for any two hyperedges, either they are disjoint, or one is included in the other. In other words, the set of hyperedges forms a laminar set family.

Related hypergraphs

Because hypergraph links can have any cardinality, there are several notions of the concept of a subgraph, called subhypergraphs, partial hypergraphs and section hypergraphs.

Let [math]\displaystyle{ H=(X,E) }[/math] be the hypergraph consisting of vertices

[math]\displaystyle{ X = \lbrace x_i \mid i \in I_v \rbrace, }[/math]

and having edge set

[math]\displaystyle{ E = \lbrace e_i \mid i\in I_e, e_i \subseteq X, e_i \neq \emptyset \rbrace, }[/math]

where [math]\displaystyle{ I_v }[/math] and [math]\displaystyle{ I_e }[/math] are the index sets of the vertices and edges respectively.

A subhypergraph is a hypergraph with some vertices removed. Formally, the subhypergraph [math]\displaystyle{ H_A }[/math] induced by [math]\displaystyle{ A \subseteq X }[/math] is defined as

[math]\displaystyle{ H_A=\left(A, \lbrace e \cap A \mid e \in E, e \cap A \neq \emptyset \rbrace \right). }[/math]

An alternative term is the restriction of H to A.[29]:468

An extension of a subhypergraph is a hypergraph where each hyperedge of [math]\displaystyle{ H }[/math] which is partially contained in the subhypergraph [math]\displaystyle{ H_A }[/math] is fully contained in the extension [math]\displaystyle{ Ex(H_A) }[/math]. Formally

[math]\displaystyle{ Ex(H_A) = (A \cup A', E' ) }[/math] with [math]\displaystyle{ A' = \bigcup_{e \in E} e \setminus A }[/math] and [math]\displaystyle{ E' = \lbrace e \in E \mid e \subseteq (A \cup A') \rbrace }[/math].

The partial hypergraph is a hypergraph with some edges removed.[29]:468 Given a subset [math]\displaystyle{ J \subset I_e }[/math] of the edge index set, the partial hypergraph generated by [math]\displaystyle{ J }[/math] is the hypergraph

[math]\displaystyle{ \left(X, \lbrace e_i \mid i\in J \rbrace \right). }[/math]

Given a subset [math]\displaystyle{ A\subseteq X }[/math], the section hypergraph is the partial hypergraph

[math]\displaystyle{ H \times A = \left(A, \lbrace e_i \mid i\in I_e, e_i \subseteq A \rbrace \right). }[/math]

The dual [math]\displaystyle{ H^* }[/math] of [math]\displaystyle{ H }[/math] is a hypergraph whose vertices and edges are interchanged, so that the vertices are given by [math]\displaystyle{ \lbrace e_i \rbrace }[/math] and whose edges are given by [math]\displaystyle{ \lbrace X_m \rbrace }[/math] where

[math]\displaystyle{ X_m = \lbrace e_i \mid x_m \in e_i \rbrace. }[/math]

When a notion of equality is properly defined, as done below, the operation of taking the dual of a hypergraph is an involution, i.e.,

[math]\displaystyle{ \left(H^*\right)^* = H. }[/math]

A connected graph G with the same vertex set as a connected hypergraph H is a host graph for H if every hyperedge of H induces a connected subgraph in G. For a disconnected hypergraph H, G is a host graph if there is a bijection between the connected components of G and of H, such that each connected component G' of G is a host of the corresponding H'.

The 2-section (or clique graph, representing graph, primal graph, Gaifman graph) of a hypergraph is the graph with the same vertices of the hypergraph, and edges between all pairs of vertices contained in the same hyperedge.

Incidence matrix

Let [math]\displaystyle{ V = \{v_1, v_2, ~\ldots, ~ v_n\} }[/math] and [math]\displaystyle{ E = \{e_1, e_2, ~ \ldots ~ e_m\} }[/math]. Every hypergraph has an [math]\displaystyle{ n \times m }[/math] incidence matrix.

For an undirected hypergraph, [math]\displaystyle{ I = (b_{ij}) }[/math] where

[math]\displaystyle{ b_{ij} = \left\{ \begin{matrix} 1 & \mathrm{if} ~ v_i \in e_j \\ 0 & \mathrm{otherwise}. \end{matrix} \right. }[/math]

The transpose [math]\displaystyle{ I^t }[/math] of the incidence matrix defines a hypergraph [math]\displaystyle{ H^* = (V^*,\ E^*) }[/math] called the dual of [math]\displaystyle{ H }[/math], where [math]\displaystyle{ V^* }[/math] is an m-element set and [math]\displaystyle{ E^* }[/math] is an n-element set of subsets of [math]\displaystyle{ V^* }[/math]. For [math]\displaystyle{ v^*_j \in V^* }[/math] and [math]\displaystyle{ e^*_i \in E^*, ~ v^*_j \in e^*_i }[/math] if and only if [math]\displaystyle{ b_{ij} = 1 }[/math].

For a directed hypergraph, the heads and tails of each hyperedge [math]\displaystyle{ e_j }[/math] are denoted by [math]\displaystyle{ H(e_j) }[/math] and [math]\displaystyle{ T(e_j) }[/math] respectively.[18] [math]\displaystyle{ I = (b_{ij}) }[/math] where

[math]\displaystyle{ b_{ij} = \left\{ \begin{matrix} -1 & \mathrm{if} ~ v_i \in T(e_j) \\ 1 & \mathrm{if} ~ v_i \in H(e_j) \\ 0 & \mathrm{otherwise}. \end{matrix} \right. }[/math]

Incidence graph

A hypergraph H may be represented by a bipartite graph BG as follows: the sets X and E are the parts of BG, and (x1, e1) are connected with an edge if and only if vertex x1 is contained in edge e1 in H.

Conversely, any bipartite graph with fixed parts and no unconnected nodes in the second part represents some hypergraph in the manner described above. This bipartite graph is also called incidence graph.

Adjacency matrix

A parallel for the adjacency matrix of a hypergraph can be drawn from the adjacency matrix of a graph. In the case of a graph, the adjacency matrix is a square matrix which indicates whether pairs of vertices are adjacent. Likewise, we can define the adjacency matrix [math]\displaystyle{ A = (a_{ij}) }[/math] for a hypergraph in general where the hyperedges [math]\displaystyle{ e_{k \leq m} }[/math]have real weights [math]\displaystyle{ w_{e_{k}} \in \R }[/math] with

[math]\displaystyle{ a_{ij} = \left\{ \begin{matrix} w_{e_{k}} & \mathrm{if} ~ (v_i, v_j) \in E \\ 0 & \mathrm{otherwise}. \end{matrix} \right. }[/math]

Cycles

In contrast with ordinary undirected graphs for which there is a single natural notion of cycles and acyclic graphs, there are multiple natural non-equivalent definitions of acyclicity for hypergraphs which collapse to ordinary graph acyclicity for the special case of ordinary graphs.

A first definition of acyclicity for hypergraphs was given by Claude Berge:[30] a hypergraph is Berge-acyclic if its incidence graph (the bipartite graph defined above) is acyclic. This definition is very restrictive: for instance, if a hypergraph has some pair [math]\displaystyle{ v \neq v' }[/math] of vertices and some pair [math]\displaystyle{ f \neq f' }[/math] of hyperedges such that [math]\displaystyle{ v, v' \in f }[/math] and [math]\displaystyle{ v, v' \in f' }[/math], then it is Berge-cyclic. Berge-cyclicity can obviously be tested in linear time by an exploration of the incidence graph.

We can define a weaker notion of hypergraph acyclicity,[5] later termed α-acyclicity. This notion of acyclicity is equivalent to the hypergraph being conformal (every clique of the primal graph is covered by some hyperedge) and its primal graph being chordal; it is also equivalent to reducibility to the empty graph through the GYO algorithm[31][32] (also known as Graham's algorithm), a confluent iterative process which removes hyperedges using a generalized definition of ears. In the domain of database theory, it is known that a database schema enjoys certain desirable properties if its underlying hypergraph is α-acyclic.[33] Besides, α-acyclicity is also related to the expressiveness of the guarded fragment of first-order logic.

We can test in linear time if a hypergraph is α-acyclic.[34]

Note that α-acyclicity has the counter-intuitive property that adding hyperedges to an α-cyclic hypergraph may make it α-acyclic (for instance, adding a hyperedge containing all vertices of the hypergraph will always make it α-acyclic). Motivated in part by this perceived shortcoming, Ronald Fagin[35] defined the stronger notions of β-acyclicity and γ-acyclicity. We can state β-acyclicity as the requirement that all subhypergraphs of the hypergraph are α-acyclic, which is equivalent[35] to an earlier definition by Graham.[32] The notion of γ-acyclicity is a more restrictive condition which is equivalent to several desirable properties of database schemas and is related to Bachman diagrams. Both β-acyclicity and γ-acyclicity can be tested in polynomial time.

Those four notions of acyclicity are comparable: Berge-acyclicity implies γ-acyclicity which implies β-acyclicity which implies α-acyclicity. However, none of the reverse implications hold, so those four notions are different.[35]

Isomorphism, symmetry, and equality

A hypergraph homomorphism is a map from the vertex set of one hypergraph to another such that each edge maps to one other edge.

A hypergraph [math]\displaystyle{ H=(X,E) }[/math] is isomorphic to a hypergraph [math]\displaystyle{ G=(Y,F) }[/math], written as [math]\displaystyle{ H \simeq G }[/math] if there exists a bijection

[math]\displaystyle{ \phi:X \to Y }[/math]

and a permutation [math]\displaystyle{ \pi }[/math] of [math]\displaystyle{ I }[/math] such that

[math]\displaystyle{ \phi(e_i) = f_{\pi(i)} }[/math]

The bijection [math]\displaystyle{ \phi }[/math] is then called the isomorphism of the graphs. Note that

[math]\displaystyle{ H \simeq G }[/math] if and only if [math]\displaystyle{ H^* \simeq G^* }[/math].

When the edges of a hypergraph are explicitly labeled, one has the additional notion of strong isomorphism. One says that [math]\displaystyle{ H }[/math] is strongly isomorphic to [math]\displaystyle{ G }[/math] if the permutation is the identity. One then writes [math]\displaystyle{ H \cong G }[/math]. Note that all strongly isomorphic graphs are isomorphic, but not vice versa.

When the vertices of a hypergraph are explicitly labeled, one has the notions of equivalence, and also of equality. One says that [math]\displaystyle{ H }[/math] is equivalent to [math]\displaystyle{ G }[/math], and writes [math]\displaystyle{ H\equiv G }[/math] if the isomorphism [math]\displaystyle{ \phi }[/math] has

[math]\displaystyle{ \phi(x_n) = y_n }[/math]

and

[math]\displaystyle{ \phi(e_i) = f_{\pi(i)} }[/math]

Note that

[math]\displaystyle{ H\equiv G }[/math] if and only if [math]\displaystyle{ H^* \cong G^* }[/math]

If, in addition, the permutation [math]\displaystyle{ \pi }[/math] is the identity, one says that [math]\displaystyle{ H }[/math] equals [math]\displaystyle{ G }[/math], and writes [math]\displaystyle{ H=G }[/math]. Note that, with this definition of equality, graphs are self-dual:

[math]\displaystyle{ \left(H^*\right) ^* = H }[/math]

A hypergraph automorphism is an isomorphism from a vertex set into itself, that is a relabeling of vertices. The set of automorphisms of a hypergraph H (= (XE)) is a group under composition, called the automorphism group of the hypergraph and written Aut(H).

Examples

Consider the hypergraph [math]\displaystyle{ H }[/math] with edges

[math]\displaystyle{ H = \lbrace e_1 = \lbrace a,b \rbrace, e_2 = \lbrace b,c \rbrace, e_3 = \lbrace c,d \rbrace, e_4 = \lbrace d,a \rbrace, e_5 = \lbrace b,d \rbrace, e_6 = \lbrace a,c \rbrace \rbrace }[/math]

and

[math]\displaystyle{ G = \lbrace f_1 = \lbrace \alpha,\beta \rbrace, f_2 = \lbrace \beta,\gamma \rbrace, f_3 = \lbrace \gamma,\delta \rbrace, f_4 = \lbrace \delta,\alpha \rbrace, f_5 = \lbrace \alpha,\gamma \rbrace, f_6 = \lbrace \beta,\delta \rbrace \rbrace }[/math]

Then clearly [math]\displaystyle{ H }[/math] and [math]\displaystyle{ G }[/math] are isomorphic (with [math]\displaystyle{ \phi(a)=\alpha }[/math], etc.), but they are not strongly isomorphic. So, for example, in [math]\displaystyle{ H }[/math], vertex [math]\displaystyle{ a }[/math] meets edges 1, 4 and 6, so that,

[math]\displaystyle{ e_1 \cap e_4 \cap e_6 = \lbrace a\rbrace }[/math]

In graph [math]\displaystyle{ G }[/math], there does not exist any vertex that meets edges 1, 4 and 6:

[math]\displaystyle{ f_1 \cap f_4 \cap f_6 = \varnothing }[/math]

In this example, [math]\displaystyle{ H }[/math] and [math]\displaystyle{ G }[/math] are equivalent, [math]\displaystyle{ H\equiv G }[/math], and the duals are strongly isomorphic: [math]\displaystyle{ H^*\cong G^* }[/math].

Symmetry

The rank [math]\displaystyle{ r(H) }[/math] of a hypergraph [math]\displaystyle{ H }[/math] is the maximum cardinality of any of the edges in the hypergraph. If all edges have the same cardinality k, the hypergraph is said to be uniform or k-uniform, or is called a k-hypergraph. A graph is just a 2-uniform hypergraph.

The degree d(v) of a vertex v is the number of edges that contain it. H is k-regular if every vertex has degree k.

The dual of a uniform hypergraph is regular and vice versa.

Two vertices x and y of H are called symmetric if there exists an automorphism such that [math]\displaystyle{ \phi(x)=y }[/math]. Two edges [math]\displaystyle{ e_i }[/math] and [math]\displaystyle{ e_j }[/math] are said to be symmetric if there exists an automorphism such that [math]\displaystyle{ \phi(e_i)=e_j }[/math].

A hypergraph is said to be vertex-transitive (or vertex-symmetric) if all of its vertices are symmetric. Similarly, a hypergraph is edge-transitive if all edges are symmetric. If a hypergraph is both edge- and vertex-symmetric, then the hypergraph is simply transitive.

Because of hypergraph duality, the study of edge-transitivity is identical to the study of vertex-transitivity.

Partitions

A partition theorem due to E. Dauber[36] states that, for an edge-transitive hypergraph [math]\displaystyle{ H=(X,E) }[/math], there exists a partition

[math]\displaystyle{ (X_1, X_2,\cdots,X_K) }[/math]

of the vertex set [math]\displaystyle{ X }[/math] such that the subhypergraph [math]\displaystyle{ H_{X_k} }[/math] generated by [math]\displaystyle{ X_k }[/math] is transitive for each [math]\displaystyle{ 1\le k \le K }[/math], and such that

[math]\displaystyle{ \sum_{k=1}^K r\left(H_{X_k} \right) = r(H) }[/math]

where [math]\displaystyle{ r(H) }[/math] is the rank of H.

As a corollary, an edge-transitive hypergraph that is not vertex-transitive is bicolorable.

Graph partitioning (and in particular, hypergraph partitioning) has many applications to IC design[37] and parallel computing.[38][39][40] Efficient and scalable hypergraph partitioning algorithms are also important for processing large scale hypergraphs in machine learning tasks.[6]

Further generalizations

One possible generalization of a hypergraph is to allow edges to point at other edges. There are two variations of this generalization. In one, the edges consist not only of a set of vertices, but may also contain subsets of vertices, subsets of subsets of vertices and so on ad infinitum. In essence, every edge is just an internal node of a tree or directed acyclic graph, and vertices are the leaf nodes. A hypergraph is then just a collection of trees with common, shared nodes (that is, a given internal node or leaf may occur in several different trees). Conversely, every collection of trees can be understood as this generalized hypergraph. Since trees are widely used throughout computer science and many other branches of mathematics, one could say that hypergraphs appear naturally as well. So, for example, this generalization arises naturally as a model of term algebra; edges correspond to terms and vertices correspond to constants or variables.

For such a hypergraph, set membership then provides an ordering, but the ordering is neither a partial order nor a preorder, since it is not transitive. The graph corresponding to the Levi graph of this generalization is a directed acyclic graph. Consider, for example, the generalized hypergraph whose vertex set is [math]\displaystyle{ V= \{a,b\} }[/math] and whose edges are [math]\displaystyle{ e_1=\{a,b\} }[/math] and [math]\displaystyle{ e_2=\{a,e_1\} }[/math]. Then, although [math]\displaystyle{ b\in e_1 }[/math] and [math]\displaystyle{ e_1\in e_2 }[/math], it is not true that [math]\displaystyle{ b\in e_2 }[/math]. However, the transitive closure of set membership for such hypergraphs does induce a partial order, and "flattens" the hypergraph into a partially ordered set.

Alternately, edges can be allowed to point at other edges, irrespective of the requirement that the edges be ordered as directed, acyclic graphs. This allows graphs with edge-loops, which need not contain vertices at all. For example, consider the generalized hypergraph consisting of two edges [math]\displaystyle{ e_1 }[/math] and [math]\displaystyle{ e_2 }[/math], and zero vertices, so that [math]\displaystyle{ e_1 = \{e_2\} }[/math] and [math]\displaystyle{ e_2 = \{e_1\} }[/math]. As this loop is infinitely recursive, sets that are the edges violate the axiom of foundation. In particular, there is no transitive closure of set membership for such hypergraphs. Although such structures may seem strange at first, they can be readily understood by noting that the equivalent generalization of their Levi graph is no longer bipartite, but is rather just some general directed graph.

The generalized incidence matrix for such hypergraphs is, by definition, a square matrix, of a rank equal to the total number of vertices plus edges. Thus, for the above example, the incidence matrix is simply

[math]\displaystyle{ \left[ \begin{matrix} 0 & 1 \\ 1 & 0 \end{matrix} \right]. }[/math]

See also


Notes

  1. 1.0 1.1 Valdivia, Paola; Buono, Paolo; Plaisant, Catherine; Dufournaud, Nicole; Fekete, Jean-Daniel (2020). "Analyzing Dynamic Hypergraphs with Parallel Aggregated Ordered Hypergraph Visualization". IEEE Transactions on Visualization and Computer Graphics (IEEE) 26 (1): 12. doi:10.1109/TVCG.2019.2933196. ISSN 1077-2626. PMID 31398121. https://hal.inria.fr/hal-02264960/file/Paohvis.pdf. Retrieved 2020-09-08. 
  2. "ε-nets and simplex range queries", Discrete and Computational Geometry 2 (2): 127–151, 1987, doi:10.1007/BF02187876 .
  3. Pearl, Judea (1984). Heuristics: Intelligent Search Strategies for Computer Problem Solving. Addison-Wesley Publishing Company. p. 25. ISBN 978-0-201-05594-8. https://books.google.com/books?id=0XtQAAAAMAAJ. Retrieved 2021-06-12. 
  4. Feige, Uriel; Kim, Jeong Han; Ofek, Eran (2006). "Witnesses for non-satisfiability of dense random 3CNF formulas". 47th Annual IEEE Symposium on Foundations of Computer Science (FOCS'06). IEEE. pp. 497–508. doi:10.1109/FOCS.2006.78. https://ieeexplore.ieee.org/document/4031385. Retrieved 2021-01-20. 
  5. 5.0 5.1 Beeri, C.; Fagin, R.; Maier, D.; Yannakakis, M. (1983). "On the Desirability of Acyclic Database Schemes". Journal of the ACM 30 (3): 479–513. doi:10.1145/2402.322389. http://cse.unl.edu/~choueiry/Documents/jacm83a.pdf. Retrieved 2021-01-03. 
  6. 6.0 6.1 6.2 Huang, Jin; Zhang, Rui; Yu, Jeffrey Xu (2015). "Scalable Hypergraph Learning and Processing". 2015 IEEE International Conference on Data Mining. pp. 775–780. doi:10.1109/ICDM.2015.33. ISBN 978-1-4673-9504-5. https://www.ruizhang.info/publications/Icdm2015-hyperx.pdf. Retrieved 2021-01-08. 
  7. Brazil, M; Zachariasen, M (2015). "Steiner Trees in Graphs and Hypergraphs". Optimal Interconnection Trees in the Plane. Algorithms and Combinatorics. 29. Springer. pp. 301–317. doi:10.1007/978-3-319-13915-9_5. ISBN 978-3-319-13915-9. https://link.springer.com/chapter/10.1007/978-3-319-13915-9_5. Retrieved 2021-01-20. 
  8. Zhou, Dengyong; Huang, Jiayuan; Scholkopf, Bernhard (2006), "Learning with hypergraphs: clustering, classification, and embedding", Advances in Neural Information Processing Systems, MIT Press, pp. 1601–8, ISBN 9780262256919, https://ieeexplore.ieee.org/document/6287378, retrieved 2021-07-24 
  9. Ghoshal, Gourab; Zlatic, Vinko; Caldarelli, Guido; Newman, Mark E.J. (2009), "Random Hypergraphs and their applications", Physical Review E 79 (6): 066118, doi:10.1103/PhysRevE.79.066118, PMID 19658575, Bibcode2009PhRvE..79f6118G 
  10. Tan, Shulong; Bu, Jiajun; Chen, Chun; Xu, Bin; Wang, Can; He, Xiaofei (October 2011), "Using rich social media information for music recommendation via hypergraph model", ACM Transactions on Multimedia Computing, Communications, and Applications 7S (1): Article 22, doi:10.1145/2037676.2037679, Bibcode2011smma.book..213T, https://www.researchgate.net/publication/226075153 
  11. Liu, Qingshan; Huang, Yuchi; Metaxas, Dimitris N. (2013), "Hypergraph with sampling for image retrieval", Pattern Recognition 44 (10–11): 2255–2262, doi:10.1016/j.patcog.2010.07.014 
  12. Patro, Rob; Kingsoford, Carl (2013), "Predicting protein interactions via parsimonious network history inference", Bioinformatics 29 (10–11): 237–246, doi:10.1093/bioinformatics/btt224, PMID 23812989 
  13. Gao, Tue; Wang, Meng; Zha, Zheng-Jun; Shen, Jialie; Li, Xuelong; Wu, Xindong (2013), "Visual-textual joint relevance learning for tag-based social image search", IEEE Transactions on Image Processing 22 (1): 363–376, doi:10.1109/tip.2012.2202676, PMID 22692911, Bibcode2013ITIP...22..363Y, http://ink.library.smu.edu.sg/cgi/viewcontent.cgi?article=2510&context=sis_research, retrieved 2017-09-22 
  14. Tian, Ze; Hwang, TaeHyun; Kuang, Rui (2009), "A hypergraph-based learning algorithm for classifying gene expression and arrayCGH data with prior knowledge", Bioinformatics 25 (21): 2831–2838, doi:10.1093/bioinformatics/btp467, PMID 19648139 
  15. Goldstein, A. (1982). "A Directed Hypergraph Database: A Model for the Local Loop Telephone Plant". Bell System Technical Journal 61 (9): 2529–54. doi:10.1002/j.1538-7305.1982.tb03439.x. https://archive.org/details/bstj61-9-2529. 
  16. Ranshous, Stephen; Joslyn, Cliff; Kreyling, Sean; Nowak, Kathleen; Samatova, Nagiza; West, Curtis; Winters, Samuel (2017). "Exchange Pattern Mining in the Bitcoin Transaction Directed Hypergraph". Financial Cryptography and Data Security. Springer. doi:10.1007/978-3-319-70278-0_16. http://fc17.ifca.ai/bitcoin/papers/bitcoin17-final17.pdf. Retrieved 2021-01-20. 
  17. 17.0 17.1 Ausiello, Giorgio; Laura, Luigi (2017). "Directed hypergraphs: Introduction and fundamental algorithms - A survey". Theoretical Computer Science 658: 293–306. doi:10.1016/j.tcs.2016.03.016. 
  18. 18.0 18.1 Gallo, G.; Longo, G.; Pallottino, S.; Nguyen, S. (1993). "Directed hypergraphs and applications". Discrete Applied Mathematics 42 (2–3): 177–201. doi:10.1016/0166-218X(93)90045-P. 
  19. Sander, G. (2003), "Layout of directed hypergraphs with orthogonal hyperedges", Proc. 11th International Symposium on Graph Drawing (GD 2003), Lecture Notes in Computer Science, 2912, Springer, pp. 381–6, ISBN 978-3-540-24595-7, http://gdea.informatik.uni-koeln.de/585/1/hypergraph.ps, retrieved 2010-05-17 .
  20. Eschbach, Thomas; Günther, Wolfgang; Becker, Bernd (2006), "Orthogonal hypergraph drawing for improved visibility", Journal of Graph Algorithms and Applications 10 (2): 141–157, doi:10.7155/jgaa.00122, http://jgaa.info/accepted/2006/EschbachGuentherBecker2006.10.2.pdf, retrieved 2010-05-17 .
  21. Mäkinen, Erkki (1990), "How to draw a hypergraph", International Journal of Computer Mathematics 34 (3): 177–185, doi:10.1080/00207169008803875 .
  22. Bertault, François; Eades, Peter (2001), "Drawing hypergraphs in the subset standard", Graph Drawing, Lecture Notes in Computer Science, 1984, Springer-Verlag, pp. 45–76, doi:10.1007/3-540-44541-2_15, ISBN 978-3-540-41554-1 .
  23. Naheed Anjum, Arafat; Bressan, Stéphane (2017), "Hypergraph Drawing by Force-Directed Placement", Database and Expert Systems Applications, Lecture Notes in Computer Science, 10439, Springer International Publishing, pp. 387–394, doi:10.1007/978-3-319-64471-4_31, ISBN 978-3-319-64470-7 .
  24. Kaufmann, Michael; van Kreveld, Marc; Speckmann, Bettina (2009), "Subdivision drawings of hypergraphs", Graph Drawing, Lecture Notes in Computer Science, 5417, Springer-Verlag, pp. 396–407, doi:10.1007/978-3-642-00219-9_39, ISBN 978-3-642-00218-2 .
  25. "Hypergraph planarity and the complexity of drawing Venn diagrams", Journal of Graph Theory 11 (3): 309–325, 2006, doi:10.1002/jgt.3190110306 .
  26. Buchin, Kevin; van Kreveld, Marc; Meijer, Henk; Speckmann, Bettina; Verbeek, Kevin (2010), "On planar supports for hypergraphs", Graph Drawing, Lecture Notes in Computer Science, 5849, Springer-Verlag, pp. 345–356, doi:10.1007/978-3-642-11805-0_33, ISBN 978-3-642-11804-3 .
  27. "Vitaly Voloshin: Mixed Hypergraph Coloring Website". http://spectrum.troy.edu/voloshin/mh.html. 
  28. Fagin, Ronald (1983-07-01). "Degrees of acyclicity for hypergraphs and relational database schemes". Journal of the ACM 30 (3): 514–550. doi:10.1145/2402.322390. ISSN 0004-5411. 
  29. 29.0 29.1 Lovász, László; Plummer, M. D. (1986), Matching Theory, Annals of Discrete Mathematics, 29, North-Holland, ISBN 0-444-87916-1 
  30. Berge, Claude (1973). Graphs and Hypergraphs. Amsterdam: North-Holland. ISBN 0-7204-2450-X. 
  31. Yu, C. T.; Özsoyoğlu, M. Z. (1979). "An algorithm for tree-query membership of a distributed query". Proc. IEEE COMPSAC: 306–312. doi:10.1109/CMPSAC.1979.762509. https://www.computer.org/csdl/proceedings/cmpsac/1979/9999/00/00762509.pdf. Retrieved 2018-09-02. 
  32. 32.0 32.1 Graham, M. H. (1979). "On the universal relation". Technical Report (Toronto, Ontario, Canada: University of Toronto). 
  33. Abiteboul, S.; Hull, R. B.; Vianu, V. (1995). Foundations of Databases. Addison-Wesley. ISBN 0-201-53771-0. 
  34. Tarjan, R. E.; Yannakakis, M. (1984). "Simple linear-time algorithms to test chordality of graphs, test acyclicity of hypergraphs, and selectively reduce acyclic hypergraphs". SIAM Journal on Computing 13 (3): 566–579. doi:10.1137/0213035. 
  35. 35.0 35.1 35.2 Fagin, Ronald (1983). "Degrees of Acyclicity for Hypergraphs and Relational Database Schemes". Journal of the ACM 30 (3): 514–550. doi:10.1145/2402.322390. 
  36. Harary, F. (2018). Graph Theory. CRC Press. p. 172. ISBN 978-0-429-96231-8. https://books.google.com/books?id=AmhQDwAAQBAJ. Retrieved 2021-06-12. "We next state a theorem due to Elayne Dauber whose corollaries describe properties of line-symmetric graphs. Note the obvious but important observation that every line-symmetric graph is line-regular." 
  37. Karypis, G., Aggarwal, R., Kumar, V., and Shekhar, S. (March 1999), "Multilevel hypergraph partitioning: applications in VLSI domain", IEEE Transactions on Very Large Scale Integration (VLSI) Systems 7 (1): 69–79, doi:10.1109/92.748202. 
  38. Hendrickson, B., Kolda, T.G. (2000), "Graph partitioning models for parallel computing", Parallel Computing 26 (12): 1519–1545, doi:10.1016/S0167-8191(00)00048-X, https://digital.library.unt.edu/ark:/67531/metadc684945/, retrieved 2018-10-13. 
  39. Catalyurek, U.V.; Aykanat, C. (1995). "A Hypergraph Model for Mapping Repeated Sparse Matrix–Vector Product Computations onto Multicomputers". Proc. International Conference on Hi Performance Computing (HiPC'95). 
  40. Catalyurek, U.V.; Aykanat, C. (1999), "Hypergraph-Partitioning Based Decomposition for Parallel Sparse-Matrix Vector Multiplication", IEEE Transactions on Parallel and Distributed Systems 10 (7): 673–693, doi:10.1109/71.780863. 

References

External links

  • PAOHVis: open-source PAOHVis system for visualizing dynamic hypergraphs.

de:Graph (Graphentheorie)#Hypergraph