R
↳Dependency Pair Analysis
H(f(f(x))) -> H(f(g(f(x))))
H(f(f(x))) -> F(g(f(x)))
F(g(f(x))) -> F(f(x))
R
↳DPs
→DP Problem 1
↳Narrowing Transformation
H(f(f(x))) -> H(f(g(f(x))))
h(f(f(x))) -> h(f(g(f(x))))
f(g(f(x))) -> f(f(x))
innermost
two new Dependency Pairs are created:
H(f(f(x))) -> H(f(g(f(x))))
H(f(f(x''))) -> H(f(f(x'')))
H(f(f(g(f(x''))))) -> H(f(g(f(f(x'')))))
R
↳DPs
→DP Problem 1
↳Nar
→DP Problem 2
↳Remaining Obligation(s)
H(f(f(x''))) -> H(f(f(x'')))
h(f(f(x))) -> h(f(g(f(x))))
f(g(f(x))) -> f(f(x))
innermost