R
↳Dependency Pair Analysis
APP(app(apply, f), x) -> APP(f, x)
R
↳DPs
→DP Problem 1
↳Forward Instantiation Transformation
APP(app(apply, f), x) -> APP(f, x)
app(app(apply, f), x) -> app(f, x)
innermost
one new Dependency Pair is created:
APP(app(apply, f), x) -> APP(f, x)
APP(app(apply, app(apply, f'')), x'') -> APP(app(apply, f''), x'')
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Polynomial Ordering
APP(app(apply, app(apply, f'')), x'') -> APP(app(apply, f''), x'')
app(app(apply, f), x) -> app(f, x)
innermost
APP(app(apply, app(apply, f'')), x'') -> APP(app(apply, f''), x'')
app(app(apply, f), x) -> app(f, x)
POL(apply) = 0 POL(app(x1, x2)) = 1 + x2 POL(APP(x1, x2)) = 1 + x1
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Polo
...
→DP Problem 3
↳Dependency Graph
app(app(apply, f), x) -> app(f, x)
innermost