R
↳Dependency Pair Analysis
F(x, f(a, a)) -> F(f(f(a, a), a), f(a, x))
F(x, f(a, a)) -> F(f(a, a), a)
F(x, f(a, a)) -> F(a, x)
R
↳DPs
→DP Problem 1
↳Forward Instantiation Transformation
F(x, f(a, a)) -> F(a, x)
F(x, f(a, a)) -> F(f(f(a, a), a), f(a, x))
f(x, f(a, a)) -> f(f(f(a, a), a), f(a, x))
innermost
one new Dependency Pair is created:
F(x, f(a, a)) -> F(a, x)
F(f(a, a), f(a, a)) -> F(a, f(a, a))
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Remaining Obligation(s)
F(f(a, a), f(a, a)) -> F(a, f(a, a))
F(x, f(a, a)) -> F(f(f(a, a), a), f(a, x))
f(x, f(a, a)) -> f(f(f(a, a), a), f(a, x))
innermost