Friday, October 28, 2005
Andrews-Curtis Conjecture
ProblemThe
Bradley BEAR group that I am involved in is looking to prove/disprove the following concept.
DefinitionsAlphabet: X={x
1, x
2,..., x
n}
Syllables: x
1±1, x
2±1,..., x
n±1Words: Strings of syllables
Ex: x
1 x
2 x
1-1 x
5Syllables are words of length one.
The (unique) word of length zero is denoted *.
Words are multiplied by using concatenation (and reduction)
Ex:
w
1 = x
1 x
3 x
2-1w
2 = x
2 x
3-1 x
4w
1 * w
2 = (x
1 x
3 x
2-1) * (x
2 x
3-1 x
4) = x
1 x
4You can only reduce when the inverses are touching.
Given w, to form w
-1 read right to left and change the signs (NOTE: w * w
-1 = *)
Ex: w = x
1 x
3 x
2-1 → w
-1 = x
2 x
3-1 x
1-1List of Moves on Collections of WordsLet (r
1, r
2, ..., r
n} be a list of n words on n letters.
(1) r
j → r
j-1(2) r
j → w
1r
jw
1-1(3) r
j → r
j r
k or r
k r
j for some j≠k
(4) In all words, replace x
i throughout with
i) x
i-1 ii) x
i x
k (k≠i)
iii) x
k x
i (k≠i)
(5)Add one new letter x
n+1 and one new word r
n+1 = x
n+1 to the list
(6)The opposite of (5), if possible
(7)Just add * to the list
(8)Remove * from the list
EquivalenceTwo lists of words, W
1, W
2, are
T-Equivalent if one can be transformed to the other by a sequence of moves of type (1)-(8). W
1 ~T W
2Two lists of words are
N-Equivalent if one can be transformed to the other by a sequence of moves of type (1)-(6). W
1 ~N W
2Let {W
o} denote the trivial list of words.
Andrews-Curtis Conjecture (1960's)If W
~T {W
o}, then W
~N {W
o}
I.e. if a collection of words can be transformed to {} by moves (1)-(8), then it can be transformed to {} by moves (1)-(6).
It is believed that AC is false. Potential counterexamples include:
{c
-1 b c b
-2, a
-1 c a c
-2, b
-1 a b a
-2}
{b a
2 b
-1 a
-3, a b
2 a
-1 b
-3}
{a b a b
-1 a
-1 b
-1, a
4 b
5}
These are known to be T-equivalent to {w
o, but cannot be shown to be N-equivalent.
If there is no algorithm to reconize balanced presentations of the trivial group, then AC is false.
Posted by Jon Heizer at
5:05 PM


1 Comments:
-
and I am just past that point now after looking at this for a few days...
and I am just past that point now after looking at this for a few days...