#6702 ⟨a, b | aab=b, baba=aa

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. a2b ⇒ b [1]
2. a4 ⇒ a2 [3]
3. ba3 ⇒ ba [5]
4. (ba)2 ⇒ a2 [2]
5. bab2 ⇒ ab [4]
# ab:aab=b,baba=aa ab
aab=b
aaaa=aa
baaa=ba
baba=aa
babb=ab