theorem Th105:
  R.:X c= rng R
proof
  let y be object;
  assume y in R.:X;
  then ex x st [x,y] in R & x in X by Def11;
  hence thesis by XTUPLE_0:def 13;
end;
