theorem Th104:
 for g being f-compatible Function holds dom g c= dom f
 proof
  let g be f-compatible Function;
  let x be object;
  assume x in dom g;
   then g.x in f.x by Def14;
  hence x in dom f by Def2;
 end;
