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