theorem
  Carrier(L) = {v} implies Sum(L) = L.v * v
proof
  assume Carrier(L) = {v};
  then L is Linear_Combination of {v} by Def4;
  hence thesis by Th17;
end;
