Graph operations

From HandWiki
Revision as of 15:49, 6 February 2024 by TextAI2 (talk | contribs) (over-write)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Procedures for constructing new graphs in graph theory

In the mathematical field of graph theory, graph operations are operations which produce new graphs from initial ones. They include both unary (one input) and binary (two input) operations.

Unary operations

Unary operations create a new graph from a single initial graph.

Elementary operations

Elementary operations or editing operations, which are also known as graph edit operations, create a new graph from one initial one by a simple local change, such as addition or deletion of a vertex or of an edge, merging and splitting of vertices, edge contraction, etc. The graph edit distance between a pair of graphs is the minimum number of elementary operations required to transform one graph into the other.

Advanced operations

Advanced operations create a new graph from initial one by a complex changes, such as:

Binary operations

Binary operations create a new graph from two initial graphs G1 = (V1, E1) and G2 = (V2, E2), such as:

  • graph union: G1G2. There are two definitions. In the most common one, the disjoint union of graphs, the union is assumed to be disjoint. Less commonly (though more consistent with the general definition of union in mathematics) the union of two graphs is defined as the graph (V1V2, E1E2).
  • graph intersection: G1G2 = (V1V2, E1E2);[1]
  • graph join: [math]\displaystyle{ G_1 \nabla G_2 }[/math]. graph with all the edges that connect the vertices of the first graph with the vertices of the second graph. It is a commutative operation (for unlabelled graphs);[2]
  • graph products based on the cartesian product of the vertex sets:
    • cartesian graph product: it is a commutative and associative operation (for unlabelled graphs),[2]
    • lexicographic graph product (or graph composition): it is an associative (for unlabelled graphs) and non-commutative operation,[2]
    • strong graph product: it is a commutative and associative operation (for unlabelled graphs),
    • tensor graph product (or direct graph product, categorical graph product, cardinal graph product, Kronecker graph product): it is a commutative and associative operation (for unlabelled graphs),
    • zig-zag graph product;[3]
  • graph product based on other products:
    • rooted graph product: it is an associative operation (for unlabelled but rooted graphs),
    • corona graph product: it is a non-commutative operation;[4]
  • series–parallel graph composition:
    • parallel graph composition: it is a commutative operation (for unlabelled graphs),
    • series graph composition: it is a non-commutative operation,
    • source graph composition: it is a commutative operation (for unlabelled graphs);
  • Hajós construction.

Notes

  1. Bondy, J. A.; Murty, U. S. R. (2008). Graph Theory. Graduate Texts in Mathematics. Springer. pp. 29. ISBN 978-1-84628-969-9. 
  2. 2.0 2.1 2.2 Harary, F. Graph Theory. Reading, MA: Addison-Wesley, 1994.
  3. Reingold, O.; Vadhan, S.; Wigderson, A. (2002). "Entropy waves, the zig-zag graph product, and new constant-degree expanders". Annals of Mathematics 155 (1): 157–187. doi:10.2307/3062153. 
  4. Frucht, Robert; Harary, Frank (1970). "On the corona of two graphs". Aequationes Mathematicae 4: 322–324. doi:10.1007/bf01844162.