theorem
  seq = seq + 0.X
proof
  let n be Element of NAT;
  thus (seq + 09(X)).n = seq.n + 09(X) by Def6
    .= seq.n by RLVECT_1:4;
end;
