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

theorem Th6:
  f + ((dom f) --> 0) = f
  proof
    thus f + ((dom f) --> 0) = f+0 by Th3
    .= f;
  end;
