Lemma 3: Relative Vertex-to-Edge Expansion #
Main Results #
relativeVertexToEdgeExpansion: For a finite, connected,s-regular graph with second-largest eigenvalueλ₂, parameterα ∈ (0,1), subsetSwith|S| ≤ α|V|, and0 < b ≤ s, defineA = {v ∈ S | |(δS)_v| ≥ s - b}andβ = ((b - λ₂) - α(s - λ₂))/b. Then|A| ≥ β|S|.
Definitions #
The edges in the edge boundary δS incident to vertex v (for SimpleGraph).
Equations
- RelativeVertexToEdgeExpansion.edgeBoundaryAtVertex G S v = {e ∈ CheegerConstant.edgeBoundary G S | v ∈ e}
Instances For
The set A = {v ∈ S | |(δS)_v| ≥ s - b}: vertices in S with high boundary degree.
Equations
- RelativeVertexToEdgeExpansion.highExpansionVertices G S s b = {v ∈ S | ↑s - b ≤ ↑(RelativeVertexToEdgeExpansion.edgeBoundaryAtVertex G S v).card}
Instances For
A ⊆ S.
Witness: highExpansionVertices is nonempty when there exists a vertex in S
with high boundary degree.
Partition of the edge boundary #
Each edge in δS has exactly one endpoint in S, so {(δS)_v}_{v ∈ S} partitions δS.
This gives |δS| = ∑_{v ∈ S} |(δS)_v|.
The edge boundary card equals the sum of edgeBoundaryAtVertex cards over S.
Degree bound #
The number of boundary edges incident to v is at most s (the degree).
Helper: Relative Cheeger with ≤ #
The relative Cheeger bound with |S| ≤ α|V| (non-strict).
Derived from the spectralLaplacianBound axiom in Lem_1.
Step 2: Upper bound on |δS| #
The upper bound |δS| ≤ s|A| + (s-b)|B| where B = S \ A.
Main Theorem #
Relative Vertex-to-Edge Expansion. For a finite, connected, s-regular graph
with second-largest eigenvalue λ₂, α ∈ (0,1), S ⊆ V with |S| ≤ α|V|,
and 0 < b ≤ s, define A = {v ∈ S | |(δS)_v| ≥ s - b} and
β = ((b - λ₂) - α(s - λ₂))/b. Then |A| ≥ β|S|.