Regular Graph Expansion To Incidence Expansion¶
Claim/Theorem¶
This node is a graph-internal corollary schema. Let \(G\) be a \(D\)-regular graph on \(n\) vertices, and let \(I(G)\) be its vertex-edge incidence graph with left vertices the edges of \(G\) and right vertices the vertices of \(G\). If \(h_\varepsilon(G)\ge \alpha_G\), then
So any local-expansion bound for the regular graph \(G\) induces a local-expansion bound for its incidence graph.
The proof is a direct counting argument. For a subset \(W=S\cup U\) of the incidence graph, write \(U\) for the chosen graph vertices and \(S\) for the chosen graph edges. Edges of \(S\) not incident to \(U\) contribute boundary 2 each, while the remaining boundary is at least the edge boundary of \(U\) in \(G\). Since at most \(D|U|\) graph edges are incident to \(U\), one gets
and
Taking the ratio yields the stated lower bound.
Dependencies¶
- [[spectral-gap-to-regular-graph-expansion.md]]
Conflicts/Gaps¶
- This is a corollary schema rather than a named theorem from a source paper.
- The argument uses the ordinary incidence graph of a regular graph. Applying it to a concrete code family still requires identifying that incidence graph inside the code construction.
- The expansion constant degrades by the factor
D+1, which is harmless for constant-degree constructions but would be weak in growing-degree families.
Sources¶
10.1007/BF0257916610.48550/arXiv.2109.14599