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