TIMEOUT

The TRS could not be proven terminating. The proof attempt took 60031 ms.

The following DP Processors were used


Problem 1 remains open; application of the following processors failed [DependencyGraph (128ms), SubtermCriterion (0ms), DependencyGraph (66ms), PolynomialLinearRange4iUR (1841ms), DependencyGraph (62ms), PolynomialLinearRange8NegiUR (4919ms), DependencyGraph (55ms), ReductionPairSAT (timeout)].

The following open problems remain:



Open Dependency Pair Problem 1

Dependency Pairs

app#(app(twice, f), x)app#(f, x)app#(app(map, f), app(app(cons, h), t))app#(f, h)
app#(app(fmap, app(app(cons, f), t_f)), x)app#(app(fmap, t_f), x)app#(app(fmap, app(app(cons, f), t_f)), x)app#(cons, app(f, x))
app#(app(fmap, app(app(cons, f), t_f)), x)app#(f, x)app#(app(fmap, app(app(cons, f), t_f)), x)app#(app(cons, app(f, x)), app(app(fmap, t_f), x))
app#(app(twice, f), x)app#(f, app(f, x))app#(app(map, f), app(app(cons, h), t))app#(cons, app(f, h))
app#(app(map, f), app(app(cons, h), t))app#(app(cons, app(f, h)), app(app(map, f), t))app#(app(map, f), app(app(cons, h), t))app#(map, f)
app#(app(map, f), app(app(cons, h), t))app#(app(map, f), t)app#(app(fmap, app(app(cons, f), t_f)), x)app#(fmap, t_f)

Rewrite Rules

app(app(twice, f), x)app(f, app(f, x))app(app(map, f), nil)nil
app(app(map, f), app(app(cons, h), t))app(app(cons, app(f, h)), app(app(map, f), t))app(app(fmap, nil), x)nil
app(app(fmap, app(app(cons, f), t_f)), x)app(app(cons, app(f, x)), app(app(fmap, t_f), x))

Original Signature

Termination of terms over the following signature is verified: app, twice, fmap, map, t_f, cons, nil