R
↳Dependency Pair Analysis
F(c(s(x), y)) -> F(c(x, s(y)))
G(c(x, s(y))) -> G(c(s(x), y))
G(s(f(x))) -> G(f(x))
R
↳DPs
→DP Problem 1
↳Polynomial Ordering
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
F(c(s(x), y)) -> F(c(x, s(y)))
f(c(s(x), y)) -> f(c(x, s(y)))
g(c(x, s(y))) -> g(c(s(x), y))
g(s(f(x))) -> g(f(x))
F(c(s(x), y)) -> F(c(x, s(y)))
POL(c(x1, x2)) = x1 POL(s(x1)) = 1 + x1 POL(F(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 4
↳Dependency Graph
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
f(c(s(x), y)) -> f(c(x, s(y)))
g(c(x, s(y))) -> g(c(s(x), y))
g(s(f(x))) -> g(f(x))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polynomial Ordering
→DP Problem 3
↳Polo
G(c(x, s(y))) -> G(c(s(x), y))
f(c(s(x), y)) -> f(c(x, s(y)))
g(c(x, s(y))) -> g(c(s(x), y))
g(s(f(x))) -> g(f(x))
G(c(x, s(y))) -> G(c(s(x), y))
POL(c(x1, x2)) = 1 + x2 POL(G(x1)) = x1 POL(s(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 5
↳Dependency Graph
→DP Problem 3
↳Polo
f(c(s(x), y)) -> f(c(x, s(y)))
g(c(x, s(y))) -> g(c(s(x), y))
g(s(f(x))) -> g(f(x))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polynomial Ordering
G(s(f(x))) -> G(f(x))
f(c(s(x), y)) -> f(c(x, s(y)))
g(c(x, s(y))) -> g(c(s(x), y))
g(s(f(x))) -> g(f(x))
G(s(f(x))) -> G(f(x))
f(c(s(x), y)) -> f(c(x, s(y)))
POL(c(x1, x2)) = 0 POL(G(x1)) = x1 POL(s(x1)) = 1 POL(f(x1)) = 0
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 6
↳Dependency Graph
f(c(s(x), y)) -> f(c(x, s(y)))
g(c(x, s(y))) -> g(c(s(x), y))
g(s(f(x))) -> g(f(x))