We consider the TRS containing the following rules:
F(x,x) | → | G(x) | (1) |
A | → | B | (2) |
The underlying signature is as follows:
{F/2, G/1, A/0, B/0}F | : | 2 ⨯ 2 → 0 |
G | : | 2 → 0 |
A | : | 1 |
B | : | 1 |
F(x,x) | → | G(x) | (1) |
A | → | B | (2) |
To prove that the TRS is (non-)confluent, we show (non-)confluence of the following modified system:
F(x,x) | → | G(x) | (1) |
All redundant rules that were added or removed can be simulated in 2 steps .
[G(x1)] | = | 7 · x1 + 0 |
[F(x1, x2)] | = | 1 · x1 + 6 · x2 + 1 |
F(x,x) | → | G(x) | (1) |
There are no rules in the TRS. Hence, it is terminating.
Confluence is proven using the following terminating critical-pair-closing-system R:
There are no rules.
There are no rules in the TRS. Hence, it is terminating.