theorem
  Lin(A) = V & A c= B implies Lin(B) = V
proof
  assume that
A1: Lin(A) = V and
A2: A c= B;
  V is Subspace of Lin(B) by A1,A2,Th13;
  hence thesis by A1,VECTSP_4:25;
end;
