theorem
  seq - x = seq + -x
proof
  now
    let n be Element of NAT;
    thus (seq - x).n = seq.n - x by NORMSP_1:def 4
      .= (seq + -x).n by BHSP_1:def 6;
  end;
  hence thesis by FUNCT_2:63;
end;
