theorem
  Sum<* u,v,w *> = Sum<* u,v *> + w
proof
  thus Sum<* u,v,w *> = u + v + w by Th46
    .= Sum<* u,v *> + w by Th45;
end;
