R
↳Dependency Pair Analysis
APP(f, app(f, x)) -> APP(g, app(f, x))
APP(g, app(g, x)) -> APP(f, x)
R
↳DPs
→DP Problem 1
↳Polynomial Ordering
APP(g, app(g, x)) -> APP(f, x)
APP(f, app(f, x)) -> APP(g, app(f, x))
app(f, app(f, x)) -> app(g, app(f, x))
app(g, app(g, x)) -> app(f, x)
APP(g, app(g, x)) -> APP(f, x)
app(f, app(f, x)) -> app(g, app(f, x))
app(g, app(g, x)) -> app(f, x)
POL(g) = 0 POL(app(x1, x2)) = 1 + x2 POL(f) = 0 POL(APP(x1, x2)) = x2
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Dependency Graph
APP(f, app(f, x)) -> APP(g, app(f, x))
app(f, app(f, x)) -> app(g, app(f, x))
app(g, app(g, x)) -> app(f, x)