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