R
↳Dependency Pair Analysis
APP(f, app(g, x)) -> APP(g, app(g, app(f, x)))
APP(f, app(g, x)) -> APP(g, app(f, x))
APP(f, app(g, x)) -> APP(f, x)
APP(f, app(g, x)) -> APP(g, app(g, app(g, x)))
APP(f, app(g, x)) -> APP(g, app(g, x))
R
↳DPs
→DP Problem 1
↳Remaining Obligation(s)
APP(f, app(g, x)) -> APP(f, x)
app(f, app(g, x)) -> app(g, app(g, app(f, x)))
app(f, app(g, x)) -> app(g, app(g, app(g, x)))