theorem Th70:
  P c= R implies P|X c= R|X
proof
  assume
A1: P c= R;
  let x,y;
  assume [x,y] in P|X;
  then [x,y] in P & x in X by Def9;
  hence thesis by A1,Def9;
end;
