theorem Th46:
  z in x.F implies z = x
  proof
    assume z in x.F; then
    [x,z] in F & F c= id X by Def21,RELAT_1:169;
    hence thesis by RELAT_1:def 10;
  end;
