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