theorem Th17:
  a.W + b.W = (a+b).W & 0.(V.W) = (0.V).W
proof
  thus a.W + b.W = a..W + b..W by Def17
    .= (a+b).W by Def15;
  thus thesis;
end;
