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