Certification Problem

Input (COPS 326)

The rewrite relation of the following conditional TRS is considered.

isnoc(cons(y,nil)) tp2(nil,y)
isnoc(cons(x,ys)) tp2(cons(x,xs),y) | isnoc(ys) ≈ tp2(xs,y)

Property / Task

Prove or disprove confluence.

Answer / Result

Yes.

Proof (by ConCon @ CoCo 2020)

1 Almost-orthogonal modulo infeasibility

The given (extended) properly oriented, right-stable, oriented 3-CTRS is almost-orthogonal modulo infeasibility, since all its conditional critical pairs are infeasible.