#15830 ⟨a, b | aba=aa, baaab=b

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 ⇒ a2 [1]
2. a5 ⇒ a2 [5]
3. a4b ⇒ ab [3]
4. ba4 ⇒ ba [4]
5. ba3b ⇒ b [2]
# ab:aba=aa,baaab=b ab
aba=aa
aaaaa=aa
aaaab=ab
baaaa=ba
baaab=b