MAYBE MAYBE TRS: { f(x, y, z) -> 2(), f(0(), 1(), x) -> f(x, x, x), 0() -> 2(), 1() -> 2() } DUP: We consider a duplicating system. Trs: { f(x, y, z) -> 2(), f(0(), 1(), x) -> f(x, x, x), 0() -> 2(), 1() -> 2() } Fail