Certification Problem
Input (TPDB SRS_Relative/Mixed_relative_SRS/zr13)
The relative rewrite relation R/S is considered where R is the following TRS
and S is the following TRS.
Property / Task
Prove or disprove termination.Answer / Result
No.Proof (by AProVE @ termCOMP 2023)
1 String Reversal
Since only unary symbols occur, one can reverse all terms and obtains the TRSs
and
1.1 Loop
The following loop proves that R/S is not relative terminating.
t0
|
= |
c(b(c(x1'))) |
|
→S
|
c(b(a(b(c(x1'))))) |
|
→R
|
c(b(c(x1'))) |
|
= |
t2
|
where t2 =
t0σ
and
σ =
{x1'/x1'}