theorem Th10:
  for I being Basis of V, v being Vector of V holds v in Lin(I)
proof
  let I be Basis of V, v be Vector of V;
  v in the ModuleStr of V by STRUCT_0:def 5;
  hence thesis by VECTSP_7:def 3;
end;
