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
↳Polynomial Ordering
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))
APP(app(app(compose, f), g), x) -> 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)) = x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Dependency Graph
app(app(app(compose, f), g), x) -> app(f, app(g, x))