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