theorem Th2:
  len (a*F) = len F
proof
  dom(a*F) = dom F by VALUED_1:def 5;
  hence thesis by FINSEQ_3:29;
end;
