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
↳Remaining Obligation(s)
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))