theorem
  (1 qua Real) * 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:def 8;
end;
