R
↳Dependency Pair Analysis
F(s(x)) -> F(f(p(s(x))))
F(s(x)) -> F(p(s(x)))
F(s(x)) -> P(s(x))
R
↳DPs
→DP Problem 1
↳Rewriting Transformation
F(s(x)) -> F(p(s(x)))
F(s(x)) -> F(f(p(s(x))))
f(s(x)) -> s(f(f(p(s(x)))))
f(0) -> 0
p(s(x)) -> x
innermost
one new Dependency Pair is created:
F(s(x)) -> F(f(p(s(x))))
F(s(x)) -> F(f(x))
R
↳DPs
→DP Problem 1
↳Rw
→DP Problem 2
↳Rewriting Transformation
F(s(x)) -> F(f(x))
F(s(x)) -> F(p(s(x)))
f(s(x)) -> s(f(f(p(s(x)))))
f(0) -> 0
p(s(x)) -> x
innermost
one new Dependency Pair is created:
F(s(x)) -> F(p(s(x)))
F(s(x)) -> F(x)
R
↳DPs
→DP Problem 1
↳Rw
→DP Problem 2
↳Rw
...
→DP Problem 3
↳Remaining Obligation(s)
F(s(x)) -> F(x)
F(s(x)) -> F(f(x))
f(s(x)) -> s(f(f(p(s(x)))))
f(0) -> 0
p(s(x)) -> x
innermost