Trivalent graph isomorphism problem: Difference between revisions
No edit summary |
m (1 revision) |
(No difference)
|
Latest revision as of 00:33, 8 May 2008
This article describes a decision problem from or related to graph theory. The problem is mentioned in this wiki due to its close relation with computational and decision problems in computational group theory
Description
Given data
We are given two graphs and , with the promise that both of them are trivalent (viz the degree of every is bounded by 3).
Goal
We are required to determine whether and are isomorphic as graphs.
Solution
Variant for which we solve the problem
The variant of the trivalent graph isomorphism problem that we solve here is the following: Given a trivalent graph , and an edge of , find a small generating set for , viz the graph automorphisms of which fix the edge .
Here's how the trivalent graph isomorphism problem reduces to the edge-fixing trivalent graph automorphism problem. Take the two graphs and . Fix a . For each , consider the graph
PLACEHOLDER FOR INFORMATION TO BE FILLED IN: [SHOW MORE]