theorem Th19:
  A c= B implies l is Linear_Combination of B
proof
  assume
A1: A c= B;
  Carrier(l) c= A by Def5;
  then Carrier(l) c= B by A1;
  hence thesis by Def5;
end;
