#16401 ⟨a, b | aba=ab, abbb=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. a3 ⇒ a2 [5]
2. a2b ⇒ ab [4]
3. aba ⇒ ab [1]
4. ab2a ⇒ ab2 [3]
5. ab3 ⇒ a2 [2]
# ab:aba=ab,abbb=aa ab
aaa=aa
aab=ab
aba=ab
abba=abb
abbb=aa