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