Certification Problem

Input (TPDB TRS_Innermost/Transformed_CSR_innermost_04/Ex23_Luc06_L)

The rewrite relation of the following TRS is considered.

f(f(a)) c (1)
The evaluation strategy is innermost.

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by AProVE @ termCOMP 2023)

1 Constant to Unary

Every constant is turned into a unary function symbol to obtain the TRS
f(f(a'(x))) c'(x) (2)

1.1 String Reversal

Since only unary symbols occur, one can reverse all terms and obtains the TRS
a'(f(f(x))) c'(x) (3)

1.1.1 Bounds

The given TRS is match-(raise)-bounded by 1. This is shown by the following automaton.