theorem Th71:
  P c= R & X c= Y implies P|X c= R|Y
proof
  assume P c= R & X c= Y;
  then P|X c= R|X & R|X c= R|Y by Th69,Th70;
  hence thesis;
end;
