Certification Problem

Input (COPS 361)

The rewrite relation of the following conditional TRS is considered.

div(x,y) pair(0,y) | greater(y,x) ≈ true
div(x,y) pair(s(q),r) | leq(y,x) ≈ true, div(m(x,y),y) ≈ pair(q,r)
m(x,0) x
m(0,y) 0
m(s(x),s(y)) m(x,y)
greater(s(x),s(y)) greater(x,y)
greater(s(x),0) true
leq(s(x),s(y)) leq(x,y)
leq(0,x) true

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.