theorem
  {a,b}--{s} = {a-s,b-s}
proof
  thus {a,b}--{s} = {a,b}++{-s} by Th19
    .= {a-s,b-s} by Th52;
end;
