theorem Th25:
  for M being Matrix of n,m,D holds len M = n & Indices M = [:Seg
  n,Seg width M:]
proof
  let M be Matrix of n,m,D;
  len M = n by Def2;
  hence thesis by FINSEQ_1:def 3;
end;
