---
title: Wedge Sums in Graph Theory
url: https://www.emergentmind.com/topics/graph-wedge-sums
type: topic
---

# Wedge Sums in Graph Theory

A graph wedge sum, also known as the 1-sum or one-point union, is a fundamental operation in graph theory and topological combinatorics. It constructs a new connected graph by “gluing” several input graphs together at distinguished vertices, amalgamating these selected vertices into a unique shared point (“the wedge point”). The algebraic and topological properties of wedge sums have deep connections to independence complexes, graph minors, forbidden subgraph characterizations, and combinatorial constructions that underpin broader classes such as sesquicographs. The homotopical behavior of wedge sums, particularly regarding their independence complexes, renders these constructions central to inductive proofs and classification theorems for families of graphs and related simplicial complexes.

## 1. Definition and Formal Construction

Given a finite family of simple graphs $\{G_i=(V_i,E_i)\}_{i=1}^k$ and designated vertices $a_i\in V_i$, the wedge sum (or one-point union) $\bigvee_{i=1}^k G_i$ is formed by identifying all $a_i$ to a single new vertex $a$, the “wedge point.” Explicitly, the vertex set of the wedge is
$$
V(\bigvee_{i=1}^k G_i) = \Bigl(\bigcup_i(V_i\setminus\{a_i\})\Bigr)\cup\{a\}
$$
and the edge set is
$$
E(\bigvee_{i=1}^k G_i) = \Bigl(\bigcup_i(E_i\setminus\{e\mid a_i\in e\})\Bigr)\cup\{\{a,b\}\mid \{a_i,b\}\in E_i\}.
$$
Alternatively, for two graphs $G$ and $H$ with $V_G\cap V_H = \{v\}$, the 1-sum is $G+_{1}H = (V_G\cup V_H, E_G\cup E_H)$. The construction depends critically on the choice of wedge points; different choices produce non-isomorphic graphs and can yield non-homotopy-equivalent independence complexes [2303.08798] [2210.04139].

## 2. Illustrative Examples

Several canonical examples illustrate the diversity of graphs obtainable as wedge sums:

- **Wedge of Paths:** Wedging end-vertices of $P_3=1\text{–}2\text{–}3$ and $P_4=4\text{–}5\text{–}6\text{–}7$ yields $P_6$, a path on six vertices: $1\text{–}2\text{–}a\text{–}5\text{–}6\text{–}7$.
- **Wedge at Interior Vertices:** Wedging at internal vertices (e.g., $a_1=2$ in $P_3$, $a_2=6$ in $P_4$) produces a “T”-shaped graph.
- **Wedge of Cycles:** Wedging $C_4$ and $C_6$ at vertices yields a “figure-eight”—two cycles glued at a single point.
- **Path-Cycle Wedge (“Lollipop” Graphs):** Joining $C_n$ at a vertex to the $k$-th vertex of $P_m$ produces non-isomorphic graphs as $k$ varies, known as “lollipop” graphs [2303.08798].

These examples underscore the role of the wedge sum in generating both familiar and novel combinatorial structures.

## 3. Algebraic and Graph-Theoretic Properties

The wedge sum exhibits operations that mirror core graph-theoretic properties:

- **Commutativity and Associativity:** The wedge sum is commutative and associative up to isomorphism, provided the identifications are compatible.
- **Vertex and Edge Counts:** For $G=G_1\vee G_2$, $|V(G)|=|V(G_1)|+|V(G_2)|-1$ and $|E(G)|=|E(G_1)|+|E(G_2)|-d$, where $d$ is the sum of the degrees of the original wedge points (removing double-counting of edges reattached to $a$).
- **Connectivity:** $G$ is connected if and only if each $G_i$ is connected.
- **Chromatic Number:** $\chi(G_1\vee G_2)=\max\{\chi(G_1),\chi(G_2)\}$.
- **Cycle Space:** The cycle space of the wedge is the direct sum of the cycle spaces of the summands, all passing through the identified wedge point [2303.08798].
  
The operation is not idempotent: $G\vee G$ is not isomorphic to $G$.

## 4. Wedge Sums and the Structure of Graph Classes

Wedge sums are central to the recursive definition and decomposition of sesquicographs—graphs generated from $K_1$ by 0-sum (disjoint union), 1-sum (wedge sum), and join operations. The class of sesquicographs is closed under induced minors and edge-contraction. A graph is a sesquicograph if and only if it contains none of the following as induced subgraphs: cycles $C_n$ with $n\geq5$, the path $P_5$, the domino $C_6$ plus one chord, or five specified order-6 graphs ($H_1$–$H_5$). Every proper induced subgraph of these forbidden minors admits a decomposition by the allowed operations [2210.04139].

The wedge sum, in particular, encodes “gluing at a single cut-vertex” and is indispensable in polynomial-time recognition algorithms and decompositional structure theorems.

## 5. Independence Complexes and Homotopy Decomposition

Given a graph $G$, its independence complex $I(G)$ is the simplicial complex on $V(G)$ whose simplices are independent sets. For a wedge $G=G_1\vee G_2$ at $a$, the following facts hold:
- $\mathrm{lk}(a, I(G)) \simeq I(G_1-a_1)*I(G_2-a_2)$ (simplicial join).
- $\mathrm{del}(a, I(G)) \simeq I(G_1)*I(G_2)$.

The deletion–link decomposition and the (homotopy) Fold Lemma enable inductive splitting of $I(G)$ into joins and suspensions:
$$
I(G) \simeq \mathrm{del}(a,I(G)) \vee \Sigma(\mathrm{lk}(a,I(G)))
$$
Concrete results for paths and cycles include:

| Graph Type       | Independence Complex $I(G)$                    | Reference           |
|------------------|------------------------------------------------|---------------------|
| Wedge of $P_m$’s at endvertices | Point or $S^k$ (with $k$ periodic mod 3) | [2303.08798]        |
| Wedge of $C_n$’s at a vertex    | Contractible or wedge of one/two spheres (via $n \bmod 3$) | [2303.08798]        |
| Finite wedge of paths or cycles | Contractible or wedge of spheres, dim. by mod 3 counts      | [2303.08798]        |

Any finite wedge of paths and cycles yields an independence complex either contractible or a wedge of spheres, with explicit formulas available in terms of the lengths modulo 3 [2303.08798].

## 6. Extensions, Applications, and Further Directions

Applications and generalizations of the wedge sum include:

- **Chromatic Number Constraints:** The homotopy type of $I(G)$ for wedge-constructed graphs offers potential lower bounds on chromatic number, paralleling Lovász’s neighborhood complex bounds.
- **Graph Gluing and Hom Complexes:** The wedge sum exemplifies one-dimensional gluing. Extensions to Hom complexes for $Hom(H, G_1\vee G_2)$ and matching complexes are natural generalizations.
- **Higher-Dimensional Analogues:** Topological combinatorics uses analogous constructions for simplicial complexes, with wedge sums providing a 1-dimensional archetype.
- **Quantum Graph Theory:** Wedge sums inform computations in graph $C^*$-algebras, impacting K-theory via the structure of $I(G)$ under wedge formation [2303.08798].

A plausible implication is that inductive strategies leveraging wedge sums and independence complex decompositions will further unify graph and simplicial complex topology, particularly in the study of recursively constructed classes such as sesquicographs [2210.04139] and in combinatorial applications to coloring, homology, and configuration spaces.

Source: https://www.emergentmind.com/topics/graph-wedge-sums