YES Confluence Proof

Confluence Proof

by Hakusan

Input

The rewrite relation of the following TRS is considered.

max(x,0) x
max(0,y) y
max(s(x),s(y)) s(max(y,x))
max(x,y) max(y,x)

Proof

1 Compositional Rule Labeling with Parallel Critical Pairs

Confluence is proven by compositional rule labeling with parallel critical pairs.
The following labeling functions phi and psi are used (if only one is displayed, then phi = psi). The non-0-0 parallel critical pairs are joined as follows. The remaining rules are handled recursively.

There are no rules.

1.1 (Weakly) Orthogonal

Confluence is proven since the TRS is (weakly) orthogonal.

Tool configuration

Hakusan