R
↳Dependency Pair Analysis
.'(.(x, y), z) -> .'(x, .(y, z))
.'(.(x, y), z) -> .'(y, z)
I(.(x, y)) -> .'(i(y), i(x))
I(.(x, y)) -> I(y)
I(.(x, y)) -> I(x)
R
↳DPs
→DP Problem 1
↳Argument Filtering and Ordering
→DP Problem 2
↳AFS
.'(.(x, y), z) -> .'(y, z)
.(1, x) -> x
.(x, 1) -> x
.(i(x), x) -> 1
.(x, i(x)) -> 1
.(i(y), .(y, z)) -> z
.(y, .(i(y), z)) -> z
.(.(x, y), z) -> .(x, .(y, z))
i(1) -> 1
i(i(x)) -> x
i(.(x, y)) -> .(i(y), i(x))
innermost
.'(.(x, y), z) -> .'(y, z)
POL(.(x1, x2)) = 1 + x1 + x2 POL(.'(x1, x2)) = x1 + x2
.'(x1, x2) -> .'(x1, x2)
.(x1, x2) -> .(x1, x2)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 3
↳Dependency Graph
→DP Problem 2
↳AFS
.(1, x) -> x
.(x, 1) -> x
.(i(x), x) -> 1
.(x, i(x)) -> 1
.(i(y), .(y, z)) -> z
.(y, .(i(y), z)) -> z
.(.(x, y), z) -> .(x, .(y, z))
i(1) -> 1
i(i(x)) -> x
i(.(x, y)) -> .(i(y), i(x))
innermost
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳Argument Filtering and Ordering
I(.(x, y)) -> I(y)
.(1, x) -> x
.(x, 1) -> x
.(i(x), x) -> 1
.(x, i(x)) -> 1
.(i(y), .(y, z)) -> z
.(y, .(i(y), z)) -> z
.(.(x, y), z) -> .(x, .(y, z))
i(1) -> 1
i(i(x)) -> x
i(.(x, y)) -> .(i(y), i(x))
innermost
I(.(x, y)) -> I(y)
POL(I(x1)) = x1 POL(.(x1, x2)) = 1 + x1 + x2
I(x1) -> I(x1)
.(x1, x2) -> .(x1, x2)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 4
↳Dependency Graph
.(1, x) -> x
.(x, 1) -> x
.(i(x), x) -> 1
.(x, i(x)) -> 1
.(i(y), .(y, z)) -> z
.(y, .(i(y), z)) -> z
.(.(x, y), z) -> .(x, .(y, z))
i(1) -> 1
i(i(x)) -> x
i(.(x, y)) -> .(i(y), i(x))
innermost