R
↳Dependency Pair Analysis
F(x) -> F(f(x))
F(x) -> F(x)
R
↳DPs
→DP Problem 1
↳Rewriting Transformation
F(x) -> F(x)
F(x) -> F(f(x))
f(x) -> f(f(x))
innermost
one new Dependency Pair is created:
F(x) -> F(f(x))
F(x) -> F(f(f(x)))
R
↳DPs
→DP Problem 1
↳Rw
→DP Problem 2
↳Rewriting Transformation
F(x) -> F(f(f(x)))
F(x) -> F(x)
f(x) -> f(f(x))
innermost
one new Dependency Pair is created:
F(x) -> F(f(f(x)))
F(x) -> F(f(f(f(x))))
R
↳DPs
→DP Problem 1
↳Rw
→DP Problem 2
↳Rw
...
→DP Problem 3
↳Rewriting Transformation
F(x) -> F(f(f(f(x))))
F(x) -> F(x)
f(x) -> f(f(x))
innermost
one new Dependency Pair is created:
F(x) -> F(f(f(f(x))))
F(x) -> F(f(f(f(f(x)))))
R
↳DPs
→DP Problem 1
↳Rw
→DP Problem 2
↳Rw
...
→DP Problem 4
↳Rewriting Transformation
F(x) -> F(f(f(f(f(x)))))
F(x) -> F(x)
f(x) -> f(f(x))
innermost
one new Dependency Pair is created:
F(x) -> F(f(f(f(f(x)))))
F(x) -> F(f(f(f(f(f(x))))))
R
↳DPs
→DP Problem 1
↳Rw
→DP Problem 2
↳Rw
...
→DP Problem 5
↳Rewriting Transformation
F(x) -> F(f(f(f(f(f(x))))))
F(x) -> F(x)
f(x) -> f(f(x))
innermost
one new Dependency Pair is created:
F(x) -> F(f(f(f(f(f(x))))))
F(x) -> F(f(f(f(f(f(f(x)))))))
R
↳DPs
→DP Problem 1
↳Rw
→DP Problem 2
↳Rw
...
→DP Problem 6
↳Remaining Obligation(s)
F(x) -> F(f(f(f(f(f(f(x)))))))
F(x) -> F(x)
f(x) -> f(f(x))
innermost