theorem
  for V being LeftMod of GF, A being Subset of V st
    A is linearly-independent holds ex I being Basis of V st A c= I
proof
  let V be LeftMod of GF, A be Subset of V;
  assume A is linearly-independent;
  then consider B being Subset of V such that
A1: A c= B and
A2: B is base by Th17;
  reconsider B as Basis of V by A2;
  take B;
  thus thesis by A1;
end;
