(1) NonTerminationProof (COMPLETE transformation)
We used the non-termination processor [OPPELT08] to show that the SRS problem is infinite.
Found the self-embedding DerivationStructure:
Wait Left b b a c End → Wait Left b b a c End
Wait Left b b a c End →
Wait Left b b a c Endby OverlapClosure OC 3
Wait Left b b a c End → Wait Left a b a c End
by OverlapClosure OC 2Wait Left → Begin
by original rule (OC 1)
Begin b b a c End → Wait Left a b a c End
by OverlapClosure OC 2Begin b b → Wait Right2
by original rule (OC 1)
Right2 a c End → Left a b a c End
by OverlapClosure OC 3Right2 a c End → Left a a End
by OverlapClosure OC 3Right2 a c End → Aa Left a End
by OverlapClosure OC 2Right2 a → Aa Right2
by original rule (OC 1)
Right2 c End → Left a End
by original rule (OC 1)
Aa Left → Left a
by original rule (OC 1)
a a → a b a c
by original rule (OC 1)
a → b
by original rule (OC 1)