YES NOTE: input TRS is reduced original is 5: c0() -> c1() 6: c0() -> g0(c1()) 7: c1() -> c1() reduced to 5: c0() -> c1() 6: c0() -> g0(c1()) 0.01