theorem Th4:
  a + b - b = a
  proof
    thus a + b - b = a + (b - b) by RLVECT_1:28
    .= a + 0.E by RLVECT_1:15
    .= a;
  end;
