reserve i,j for Nat;

theorem
  for D being non empty set,M being Matrix of D holds len M >0 implies
  for n being Nat holds M is Matrix of n,width M, D iff n = len M
by MATRIX_0:20,def 2;
