theorem Th12:
  {} is FinSequence_of_Matrix of D
proof
  set F=<*>(D**);
  for i st i in dom F holds F.i is Matrix of D;
  hence thesis by Def2;
end;
