theorem
  R|X = (id X)*R
proof
  let x,y;
  [x,y] in R|X iff [x,y] in R & x in X by Def9;
  hence thesis by Th42;
end;
