theorem Th61:
  dom(f<->g) = dom f /\ dom g
proof
  thus dom(f<->g) = dom f /\ dom -g by Def41
    .= dom f /\ dom g by VALUED_1:8;
end;
