YES

Proof:
This system is quasi-decreasing.
By \cite{A14}, Theorem 11.5.9.
This system is of type 3 or smaller.
This system is deterministic.
System R transformed to V(R) + Emb.
Call external tool:
ttt2 - trs 30
Input:
  sub(z, 0) -> z
  sub(s(z), s(y)) -> sub(z, y)
  s(x) -> x
  sub(x, y) -> x
  sub(x, y) -> y

 DP Processor:
  DPs:
   sub#(s(z),s(y)) -> sub#(z,y)
  TRS:
   sub(z,0()) -> z
   sub(s(z),s(y)) -> sub(z,y)
   s(x) -> x
   sub(x,y) -> x
   sub(x,y) -> y
  Subterm Criterion Processor:
   simple projection:
    pi(sub#) = 0
   problem:
    DPs:
     
    TRS:
     sub(z,0()) -> z
     sub(s(z),s(y)) -> sub(z,y)
     s(x) -> x
     sub(x,y) -> x
     sub(x,y) -> y
   Qed