R
↳Dependency Pair Analysis
F(s(x), y, y) -> F(y, x, s(x))
R
↳DPs
→DP Problem 1
↳Instantiation Transformation
F(s(x), y, y) -> F(y, x, s(x))
f(s(x), y, y) -> f(y, x, s(x))
one new Dependency Pair is created:
F(s(x), y, y) -> F(y, x, s(x))
F(s(x0), s(x'''), s(x''')) -> F(s(x'''), x0, s(x0))
R
↳DPs
→DP Problem 1
↳Inst
→DP Problem 2
↳Forward Instantiation Transformation
F(s(x0), s(x'''), s(x''')) -> F(s(x'''), x0, s(x0))
f(s(x), y, y) -> f(y, x, s(x))
one new Dependency Pair is created:
F(s(x0), s(x'''), s(x''')) -> F(s(x'''), x0, s(x0))
F(s(s(x'''''')), s(x'''0), s(x'''0)) -> F(s(x'''0), s(x''''''), s(s(x'''''')))
R
↳DPs
→DP Problem 1
↳Inst
→DP Problem 2
↳FwdInst
...
→DP Problem 3
↳Argument Filtering and Ordering
F(s(s(x'''''')), s(x'''0), s(x'''0)) -> F(s(x'''0), s(x''''''), s(s(x'''''')))
f(s(x), y, y) -> f(y, x, s(x))
F(s(s(x'''''')), s(x'''0), s(x'''0)) -> F(s(x'''0), s(x''''''), s(s(x'''''')))
POL(s(x1)) = 1 + x1 POL(F(x1, x2)) = 1 + x1 + x2
F(x1, x2, x3) -> F(x1, x2)
s(x1) -> s(x1)
R
↳DPs
→DP Problem 1
↳Inst
→DP Problem 2
↳FwdInst
...
→DP Problem 4
↳Dependency Graph
f(s(x), y, y) -> f(y, x, s(x))