theorem
  (-1) * seq = - seq
proof
  let n be Element of NAT;
  thus ((-1) * seq).n = (-1) * seq.n by NORMSP_1:def 5
    .= - seq.n by RLVECT_1:16
    .= (-seq).n by Th44;
end;
