theorem
  seq = - ( - seq )
proof
  let n be Element of NAT;
  thus (- ( - seq )).n = - (- seq).n by Th44
    .= - ( - seq.n) by Th44
    .= seq.n by RLVECT_1:17;
end;
