theorem
  for V, W being finite-rank free Z_Module,
  T being linear-transformation of V, W
  st T is one-to-one holds rank V = rank T
  proof
    let V, W be finite-rank free Z_Module,
    T be linear-transformation of V,W;
    assume T is one-to-one;
    then ker T = (0).V by ZMODUL05:25; then
    A1: nullity(T) = 0 by ZMODUL05:26;
    rank V = rank(T) + nullity(T) by Th44
    .= rank(T) by A1;
    hence thesis;
  end;
