theorem Th54:
  len(f^2) = len f
  proof
    dom(f^2) = dom f by VALUED_1:11;
    hence thesis by FINSEQ_3:29;
  end;
