#1119 ⟨a, b | ababab=aba

Quick links

  1. Properties
  2. Rewriting system

Properties

Rewriting system

Format:
Word to reduce:
Tips:
  • Lowercase letters stand for generators.
  • Spaces are ignored.
  • Numbers repeat the previous letter, e.g. b90.
Reduction strategy:
Path to normal form: 1
1
#RuleProof
1. c2b ⇒ cbc [12]
2. cbcb2 ⇒ c [10]
3. (cb)3 ⇒ c2 [11]
4. abc ⇒ (cb)2 [7]
5. ca ⇒ cbc [13]
6. cba ⇒ (cb)2 [8]
7. aba ⇒ c [2]
# ab:ababab=aba bc/a aba=c magic:0
ccb=cbc
cbcbb=c
cbcbcb=cc
abc=cbcb
ca=cbc
cba=cbcb
aba=c