theorem
  {} is FinSequence_of_Square-Matrix of D
proof
  set F=<*>(D**);
  for i st i in dom F ex n st F.i is Matrix of n,D;
  hence thesis by Def6;
end;
