theorem
  seq - x = seq + -x
proof
  let n be Element of NAT;
  thus (seq - x).n = seq.n - x by NORMSP_1:def 4
    .= (seq + -x).n by Def6;
end;
