#16380 ⟨a, b | aba=ab, aaab=bb

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. aba ⇒ ab [1]
2. b2a ⇒ b2 [4]
3. a3b ⇒ b2 [2]
4. ab3 ⇒ ab2 [3]
5. b4 ⇒ b3 [5]
# ab:aba=ab,aaab=bb ab
aba=ab
bba=bb
aaab=bb
abbb=abb
bbbb=bbb