MarketCartesian product of graphs
Company Profile

Cartesian product of graphs

In graph theory, the Cartesian product G □ H of graphs G and H is a graph such that:the vertex set of G □ H is the Cartesian product V(G) × V(H); and two vertices (u,v) and (u' ,v' ) are adjacent in G □ H if and only if either u = u' and v is adjacent to v' in H, or v = v' and u is adjacent to u' in G.

Examples
• The Cartesian product of two edges is a cycle on four vertices: K2K2 = C4. • The Cartesian product of K2 and a path graph is a ladder graph. • The Cartesian product of two path graphs is a grid graph. • The Cartesian product of n edges is a hypercube: :: (K_2)^{\square n} = Q_n. :Thus, the Cartesian product of two hypercube graphs is another hypercube: QiQj = Qi+j. • The Cartesian product of two median graphs is another median graph. • The graph of vertices and edges of an n-prism is the Cartesian product graph K2Cn. • The rook's graph is the Cartesian product of two complete graphs. == Properties ==
Properties
If a connected graph is a Cartesian product, it can be factorized uniquely as a product of prime factors, graphs that cannot themselves be decomposed as products of graphs. However, describe a disconnected graph that can be expressed in two different ways as a Cartesian product of prime graphs: :(K_1 + K_2 + K_2^2) \mathbin{\square} (K_1 + K_2^3) = (K_1 + K_2^2 + K_2^4) \mathbin{\square} (K_1 + K_2), where the plus sign denotes disjoint union and the superscripts denote exponentiation over Cartesian products. This is related to the identity that : \begin{align} (1 + x + x^2)(1 + x^3) &= (1 + x^2 + x^4)(1 + x) \\ &= 1 + x + x^2 + x^3 + x^4 + x^5 \\ &= (1 + x)(1 + x + x^2)(1 - x + x^2) \end{align} Both the factors 1+x^3 and 1+x^2+x^4 are not irreducible polynomials, but their factors include negative coefficients and thus the corresponding graphs cannot be decomposed. In this sense, the failure of unique factorization on (possibly disconnected) graphs is akin to the statement that polynomials with nonnegative integer coefficients is a semiring that fails the unique factorization property. A Cartesian product is vertex transitive if and only if each of its factors is. A Cartesian product is bipartite if and only if each of its factors is. More generally, the chromatic number of the Cartesian product satisfies the equation :\chi (G \mathbin{\square} H) = \max \{ \chi (G), \chi (H) \}. The Hedetniemi conjecture states a related equality for the tensor product of graphs. The independence number of a Cartesian product is not so easily calculated, but as showed it satisfies the inequalities :\alpha (G) \alpha (H) + \min \{ |V(G)| -\alpha (G), |V(H)| - \alpha (H) \} \le \alpha (G \mathbin{\square} H) \le \min \{ \alpha (G) |V(H)|, \alpha (H) |V(G)| \}. The Vizing conjecture states that the domination number of a Cartesian product satisfies the inequality :\gamma (G \mathbin{\square} H) \ge \gamma (G) \gamma (H). The Cartesian product of unit distance graphs is another unit distance graph. Cartesian product graphs can be recognized efficiently, in linear time. The number of edges is equal to . == Algebraic graph theory ==
Algebraic graph theory
Algebraic graph theory can be used to analyse the Cartesian graph product. If the graph G_1 has n_1 vertices and the n_1\times n_1 adjacency matrix \mathbf A_1, and the graph G_2 has n_2 vertices and the n_2\times n_2 adjacency matrix \mathbf A_2, then the adjacency matrix of the Cartesian product of both graphs is given by : \mathbf A_{1\mathbin{\square} 2} = \mathbf A_1 \otimes \mathbf I_{n_2} + \mathbf I_{n_1} \otimes \mathbf A_2, where \otimes denotes the Kronecker product of matrices and \mathbf I_n denotes the n\times n identity matrix. The adjacency matrix of the Cartesian graph product is therefore the Kronecker sum of the adjacency matrices of the factors. == Category theory ==
Category theory
Viewing a graph as a category whose objects are the vertices and whose morphisms are the paths in the graph, the cartesian product of graphs corresponds to the funny tensor product of categories. The cartesian product of graphs is one of two graph products that turn the category of graphs and graph homomorphisms into a symmetric closed monoidal category (as opposed to merely symmetric monoidal), the other being the tensor product of graphs. The internal hom [G, H] for the cartesian product of graphs has graph homomorphisms from G to H as vertices and "unnatural transformations" between them as edges. == History ==
History
According to , Cartesian products of graphs were defined in 1912 by Whitehead and Russell. They were repeatedly rediscovered later, notably by . ==Notes==
tickerdossier.comtickerdossier.substack.com