(1) Strip Symbols Proof (SOUND transformation)
We were given the following TRS:
f(f(a)) → f(g)
By stripping symbols from the only rule of the system, we obtained the following TRS [ENDRULLIS]:
f(a) → g
(3) RFCMatchBoundsTRSProof (EQUIVALENT transformation)
Termination of the TRS R could be shown with a Match Bound [MATCHBOUNDS1,MATCHBOUNDS2] of 0. This implies Q-termination of R.
The following rules were used to construct the certificate:
f(a) → g
The certificate found is represented by the following graph.
The certificate consists of the following enumerated nodes:
1, 3
Node 1 is start node and node 3 is final node.
Those nodes are connected through the following edges:
- 1 to 3 labelled g(0)
- 3 to 3 labelled #_1(0)