Skip to content

Instantly share code, notes, and snippets.

@marionette-of-u
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save marionette-of-u/3876e656295b72391a37 to your computer and use it in GitHub Desktop.

Select an option

Save marionette-of-u/3876e656295b72391a37 to your computer and use it in GitHub Desktop.
TRS-比較.txt
f(X1,0) -> X1)
f(X1,i(X1)) -> 0)
f(f(X1,X2),X3) -> f(X1,f(X2,X3)))
f(0,X1) -> X1)
i(0) -> 0)
i(i(X1)) -> X1)
f(i(X1),X1) -> 0)
f(X1,f(i(X1),X2)) -> X2)
f(i(X1),f(X1,X2)) -> X2)
i(f(X1,X2)) -> f(i(X2),i(X1))
i(0) -> 0
i(X1) -> 0
i(i(0)) -> 0
i(i(X1)) -> 0
f(0,X1) -> i(i(X1))
f(X1,0) -> X1
f(X1,X2) -> X1
f(i(X1),X1) -> 0
f(i(X1),f(X1,X2)) -> f(0,X2)
f(f(X1,X2),X3) -> f(X1,f(X2,X3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment