reserve i,j,k,n,m,l,s,t for Nat;
reserve a,b for Real;
reserve F for real-valued FinSequence;

theorem
  dom F = dom (a*F) by VALUED_1:def 5;
