Certification Problem

Input (TPDB TRS_Standard/SK90/4.44)

The rewrite relation of the following TRS is considered.

f(h(x)) f(i(x)) (1)
g(i(x)) g(h(x)) (2)
h(a) b (3)
i(a) b (4)

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by AProVE @ termCOMP 2023)

1 Bounds

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