R
↳Dependency Pair Analysis
F(a, f(a, x)) -> F(a, f(x, f(f(a, a), a)))
F(a, f(a, x)) -> F(x, f(f(a, a), a))
F(a, f(a, x)) -> F(f(a, a), a)
F(a, f(a, x)) -> F(a, a)
R
↳DPs
→DP Problem 1
↳Narrowing Transformation
F(a, f(a, x)) -> F(x, f(f(a, a), a))
F(a, f(a, x)) -> F(a, f(x, f(f(a, a), a)))
f(a, f(a, x)) -> f(a, f(x, f(f(a, a), a)))
no new Dependency Pairs are created.
F(a, f(a, x)) -> F(x, f(f(a, a), a))
R
↳DPs
→DP Problem 1
↳Nar
→DP Problem 2
↳Remaining Obligation(s)
F(a, f(a, x)) -> F(a, f(x, f(f(a, a), a)))
f(a, f(a, x)) -> f(a, f(x, f(f(a, a), a)))