R
↳Dependency Pair Analysis
APP(app(app(compose, f), g), x) -> APP(f, app(g, x))
APP(app(app(compose, f), g), x) -> APP(g, x)
R
↳DPs
→DP Problem 1
↳Forward Instantiation Transformation
APP(app(app(compose, f), g), x) -> APP(g, x)
APP(app(app(compose, f), g), x) -> APP(f, app(g, x))
app(app(app(compose, f), g), x) -> app(f, app(g, x))
innermost
one new Dependency Pair is created:
APP(app(app(compose, f), g), x) -> APP(g, x)
APP(app(app(compose, f), app(app(compose, f''), g'')), x'') -> APP(app(app(compose, f''), g''), x'')
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Polynomial Ordering
APP(app(app(compose, f), app(app(compose, f''), g'')), x'') -> APP(app(app(compose, f''), g''), x'')
APP(app(app(compose, f), g), x) -> APP(f, app(g, x))
app(app(app(compose, f), g), x) -> app(f, app(g, x))
innermost
APP(app(app(compose, f), app(app(compose, f''), g'')), x'') -> APP(app(app(compose, f''), g''), x'')
APP(app(app(compose, f), g), x) -> APP(f, app(g, x))
app(app(app(compose, f), g), x) -> app(f, app(g, x))
POL(compose) = 1 POL(app(x1, x2)) = x1 + x2 POL(APP(x1, x2)) = 1 + x1
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Polo
...
→DP Problem 3
↳Dependency Graph
app(app(app(compose, f), g), x) -> app(f, app(g, x))
innermost