theorem
  1(#)seq=seq
proof
  now
    let n be Element of NAT;
    thus (1(#)seq).n=1*seq.n by Th9
      .=seq.n;
  end;
  hence thesis by FUNCT_2:63;
end;
