R
↳Dependency Pair Analysis
F(s(s(x))) -> F(f(x))
F(s(s(x))) -> F(x)
R
↳DPs
→DP Problem 1
↳Narrowing Transformation
F(s(s(x))) -> F(x)
F(s(s(x))) -> F(f(x))
f(x) -> s(x)
f(s(s(x))) -> s(f(f(x)))
innermost
two new Dependency Pairs are created:
F(s(s(x))) -> F(f(x))
F(s(s(x''))) -> F(s(x''))
F(s(s(s(s(x''))))) -> F(s(f(f(x''))))
R
↳DPs
→DP Problem 1
↳Nar
→DP Problem 2
↳Forward Instantiation Transformation
F(s(s(s(s(x''))))) -> F(s(f(f(x''))))
F(s(s(x''))) -> F(s(x''))
F(s(s(x))) -> F(x)
f(x) -> s(x)
f(s(s(x))) -> s(f(f(x)))
innermost
three new Dependency Pairs are created:
F(s(s(x))) -> F(x)
F(s(s(s(s(x''))))) -> F(s(s(x'')))
F(s(s(s(s(x''''))))) -> F(s(s(x'''')))
F(s(s(s(s(s(s(x''''))))))) -> F(s(s(s(s(x'''')))))
R
↳DPs
→DP Problem 1
↳Nar
→DP Problem 2
↳FwdInst
...
→DP Problem 3
↳Forward Instantiation Transformation
F(s(s(s(s(s(s(x''''))))))) -> F(s(s(s(s(x'''')))))
F(s(s(s(s(x''''))))) -> F(s(s(x'''')))
F(s(s(s(s(x''))))) -> F(s(s(x'')))
F(s(s(x''))) -> F(s(x''))
F(s(s(s(s(x''))))) -> F(s(f(f(x''))))
f(x) -> s(x)
f(s(s(x))) -> s(f(f(x)))
innermost
four new Dependency Pairs are created:
F(s(s(x''))) -> F(s(x''))
F(s(s(s(x'''')))) -> F(s(s(x'''')))
F(s(s(s(s(s(x'''')))))) -> F(s(s(s(s(x'''')))))
F(s(s(s(s(s(x'''''')))))) -> F(s(s(s(s(x'''''')))))
F(s(s(s(s(s(s(s(x'''''')))))))) -> F(s(s(s(s(s(s(x'''''')))))))
R
↳DPs
→DP Problem 1
↳Nar
→DP Problem 2
↳FwdInst
...
→DP Problem 4
↳Remaining Obligation(s)
F(s(s(s(s(s(s(s(x'''''')))))))) -> F(s(s(s(s(s(s(x'''''')))))))
F(s(s(s(s(s(x'''''')))))) -> F(s(s(s(s(x'''''')))))
F(s(s(s(s(s(x'''')))))) -> F(s(s(s(s(x'''')))))
F(s(s(s(x'''')))) -> F(s(s(x'''')))
F(s(s(s(s(x''''))))) -> F(s(s(x'''')))
F(s(s(s(s(x''))))) -> F(s(s(x'')))
F(s(s(s(s(x''))))) -> F(s(f(f(x''))))
F(s(s(s(s(s(s(x''''))))))) -> F(s(s(s(s(x'''')))))
f(x) -> s(x)
f(s(s(x))) -> s(f(f(x)))
innermost