Documentation

Reconstruction.EdgeCount

Reconstruction Conjecture — Edge Count #

We prove that the number of edges is a reconstructible graph invariant: if two graphs on the same finite vertex set (≥ 3 vertices) have the same deck, they have the same number of edges.

Main results #

References #

Deleting vertex v removes exactly deg(v) edges: |E(G - v)| + deg_G(v) = |E(G)|.

Summing the per-vertex edge count formula over all vertices: ∑ v, |E(G - v)| + 2|E(G)| = |V| · |E(G)|.

Equivalently, each edge appears in exactly |V| - 2 of the |V| cards.

Edge count is reconstructible. If two graphs on ≥ 3 vertices have the same deck, they have the same number of edges.

This is a consequence of Kelly's counting lemma: each edge appears in exactly n - 2 of the n vertex-deleted subgraphs.