「依存関係ペアを使用した項書き換えの終了」(Thomas Arts、Jurgen Giesl) という論文を読んでいます。例では:
minus (x,0) -> x
minus (s(x), s(y)) -> minus (x,y)
quot (0, s(y)) -> 0
quote (s(x), s(y)) -> s (quot (minus (x, y), s(y)))
と言いました: "However, the TRS above is not compatible with a simplification ordering, because the left-hand side of the last quot-rule is embedded in its right-hand side if y is instantiated with s (x). Therefore these techniques cannot prove termination of this TRS"
「 」についてはわかりませんif y is instantiated with s (x)
。可能であれば、それを理解するのを手伝ってくれませんか? PS: こちら側でこの種の質問をする場所でない場合は、どこで質問できるか教えていただけませんか? ご助力ありがとうございます