reserve c for Complex;
reserve r for Real;
reserve m,n for Nat;
reserve f for complex-valued Function;

theorem Th7:
  f - ((dom f) --> 0) = f
  proof
    thus f - ((dom f) --> 0) = f-0 by Th4
    .= f;
  end;
