
theorem
  for f be Relation holds dom f is rational-membered iff f is RAT-defined
  proof
    let f be Relation;
    thus dom f is rational-membered implies f is RAT-defined
    proof
      set E = (dom f)\/RAT;
      reconsider X = dom f as Subset of E by XBOOLE_1:7;
      reconsider Y = RAT as Subset of E by XBOOLE_1:7;
      assume dom f is rational-membered; then
      for x be Element of E st x in dom f holds x in RAT by RAT_1:def 2; then
      X c= Y by SUBSET_1:2;
      hence thesis by RELAT_1:def 18;
    end;
    thus thesis;
  end;
