0 QTRS
↳1 Overlay + Local Confluence (⇔)
↳2 QTRS
↳3 DependencyPairsProof (⇔)
↳4 QDP
↳5 DependencyGraphProof (⇔)
↳6 QDP
↳7 QDPOrderProof (⇔)
↳8 QDP
↳9 QDPOrderProof (⇔)
↳10 QDP
↳11 PisEmptyProof (⇔)
↳12 TRUE
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))
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))
app(app(twice, x0), x1)
app(app(map, x0), nil)
app(app(map, x0), app(app(cons, x1), x2))
app(app(fmap, nil), x0)
app(app(fmap, app(app(cons, x0), t_f)), x1)
APP(app(twice, f), x) → APP(f, app(f, x))
APP(app(twice, f), x) → APP(f, x)
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(cons, app(f, h))
APP(app(map, f), app(app(cons, h), t)) → APP(f, h)
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(app(cons, app(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(fmap, t_f), x)
APP(app(fmap, app(app(cons, f), t_f)), x) → APP(fmap, t_f)
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))
app(app(twice, x0), x1)
app(app(map, x0), nil)
app(app(map, x0), app(app(cons, x1), x2))
app(app(fmap, nil), x0)
app(app(fmap, app(app(cons, x0), t_f)), x1)
APP(app(twice, f), x) → APP(f, x)
APP(app(twice, f), x) → APP(f, app(f, x))
APP(app(map, f), app(app(cons, h), t)) → APP(f, h)
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(f, x)
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))
app(app(twice, x0), x1)
app(app(map, x0), nil)
app(app(map, x0), app(app(cons, x1), x2))
app(app(fmap, nil), x0)
app(app(fmap, app(app(cons, x0), t_f)), x1)
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP(app(twice, f), x) → APP(f, x)
APP(app(twice, f), x) → APP(f, 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(f, x)
twice > APP1 > nil
twice > app2 > nil
map > cons > APP1 > nil
map > cons > app2 > nil
fmap > APP1 > nil
fmap > app2 > nil
tf > APP1 > nil
tf > app2 > nil
APP1: multiset
tf: multiset
cons: multiset
map: multiset
app2: multiset
fmap: multiset
twice: multiset
nil: multiset
APP(app(map, f), app(app(cons, h), t)) → APP(app(map, f), t)
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))
app(app(twice, x0), x1)
app(app(map, x0), nil)
app(app(map, x0), app(app(cons, x1), x2))
app(app(fmap, nil), x0)
app(app(fmap, app(app(cons, x0), t_f)), x1)
map1(f, cons(h, t)) → map1(f, t)
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP(app(map, f), app(app(cons, h), t)) → APP(app(map, f), t)
cons2 > map12
cons2: multiset
map12: multiset
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))
app(app(twice, x0), x1)
app(app(map, x0), nil)
app(app(map, x0), app(app(cons, x1), x2))
app(app(fmap, nil), x0)
app(app(fmap, app(app(cons, x0), t_f)), x1)