theorem
  for D being set, p,q being D-valued FinSequence holds p^q is FinSequence of D
  proof
    let D be set, p,q be D-valued FinSequence;
    reconsider p,q as FinSequence of D by LL;
    p^q is FinSequence of D;
    hence thesis;
  end;
