Reconstruction Conjecture — Statement and Basic Properties #
The Reconstruction Conjecture states that every simple graph on at least 3 vertices is determined up to isomorphism by its deck — the multiset of vertex-deleted subgraphs considered up to isomorphism.
Main results #
SimpleGraph.SameDeck.refl—SameDeckis reflexiveSimpleGraph.SameDeck.symm—SameDeckis symmetricSimpleGraph.SameDeck.trans—SameDeckis transitivereconstruction_conjecture— the conjecture statement (open problem,sorry)
References #
- Kelly, P. J. (1942). "On isometric transformations".
- Ulam, S. M. (1960). A Collection of Mathematical Problems.
SameDeck is reflexive: every graph has the same deck as itself.
SameDeck is symmetric.
SameDeck is transitive.
Complementation #
Reconstructibility is closed under complementation: G is reconstructible iff
its complement Gᶜ is. This is a classical observation (Bondy's
"reconstructor's manual") and a basic tool — it lets every positive result be
dualized (e.g. universal-vertex ↔ isolated-vertex, dense ↔ sparse).
An isomorphism of graphs induces an isomorphism of their complements (same vertex map, adjacency negated).
Instances For
Deleting a vertex commutes with complementation: Gᶜ - v = (G - v)ᶜ.
The complement deck is reconstructible. If G and H have the same
deck, so do their complements. Hence reconstructibility is closed under
complementation.
The Reconstruction Conjecture (Kelly 1942, Ulam 1960).
Every simple graph on a finite vertex set with at least 3 vertices is
determined up to isomorphism by its deck: if G and H have the same
deck, then G ≅ H.
This is one of the foremost open problems in graph theory.