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
↳Remaining Obligation(s)
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))