theorem Th75:
  {a}--{b} = {a-b}
proof
  thus {a}--{b} = {a}++{-b} by Th19
    .= {a-b} by Th51;
end;
