theorem
  {f,g}--{h} = {f-h,g-h}
proof
  thus {f,g}--{h} = {f,g}++{-h} by Th9
    .= {f-h,g-h} by Th44;
end;
